[INFO] cloning repository https://github.com/chioni16/raft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chioni16/raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchioni16%2Fraft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchioni16%2Fraft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e5142146f25de251159613ae15b6674d946b268
[INFO] testing chioni16/raft against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchioni16%2Fraft" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/chioni16/raft
[INFO] finished tweaking git repo https://github.com/chioni16/raft
[INFO] tweaked toml for git repo https://github.com/chioni16/raft written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chioni16/raft on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chioni16/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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70
[INFO] running `Command { std: "docker" "start" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.33
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling prost-derive v0.12.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling prost v0.12.4
[INFO] [stderr]    Compiling prost-types v0.12.4
[INFO] [stderr]    Compiling prost-build v0.12.4
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.97s
[INFO] running `Command { std: "docker" "inspect" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling prost v0.12.4
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling prost-types v0.12.4
[INFO] [stderr]    Compiling tonic v0.10.2
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling console-api v0.6.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling console-subscriber v0.2.0
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `process::Command`
[INFO] [stdout]  --> tests/integration_test.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{process::Command, sync::Once, time::Duration};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ports`
[INFO] [stdout]   --> tests/integration_test.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let ports = (0..num_servers).map(|i| raft::PORT_BASE + i as u64);
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_ports`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `shutdown` is never used
[INFO] [stdout]   --> tests/harness.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Harness {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub async fn shutdown(&self) {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.22s
[INFO] running `Command { std: "docker" "inspect" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd6f81e567a917fe62f667767288fc51282e1443ad5692b1f1e50c6bb5088c70" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `process::Command`
[INFO] [stderr]  --> tests/integration_test.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::{process::Command, sync::Once, time::Duration};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ports`
[INFO] [stderr]   --> tests/integration_test.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let ports = (0..num_servers).map(|i| raft::PORT_BASE + i as u64);
[INFO] [stderr]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_ports`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `shutdown` is never used
[INFO] [stderr]   --> tests/harness.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl Harness {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 92 |     pub async fn shutdown(&self) {
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `raft` (test "integration_test") generated 3 warnings (run `cargo fix --test "integration_test" -p raft` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raft-cf41db8f5e3f41af)
[INFO] [stderr]      Running tests/harness.rs (/opt/rustwide/target/debug/deps/harness-e386eaae6e3b04f4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-42a50ad4b7351204)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test raft_crash_after_submit ... FAILED
[INFO] [stdout] test raft_crash_then_restart_all ... FAILED
[INFO] [stdout] test raft_election_leader_and_another_disconnect ... FAILED
[INFO] [stdout] test raft_crash_then_restart_follower ... FAILED
[INFO] [stdout] test raft_election_leader_disconnect ... FAILED
[INFO] [stdout] test raft_election_disconnect_loop ... FAILED
[INFO] [stdout] test raft_crash_then_restart_leader ... FAILED
[INFO] [stdout] test raft_disconnect_leader_briefly ... FAILED
[INFO] [stdout] test raft_election_leader_disconnect_then_reconnect ... FAILED
[INFO] [stdout] test raft_commit_multiple_commands ... FAILED
[INFO] [stdout] test raft_commit_one_command ... FAILED
[INFO] [stdout] test raft_commit_with_disconnection_and_recover ... FAILED
[INFO] [stdout] test raft_crash_follower ... FAILED
[INFO] [stdout] test raft_election_leader_disconnect_then_reconnect5 ... FAILED
[INFO] [stdout] test raft_basic ... FAILED
[INFO] [stdout] test raft_disconnect_all_and_then_restore ... FAILED
[INFO] [stdout] test raft_submit_non_leader_fails ... ok
[INFO] [stdout] test raft_replace_multiple_log_entries ... FAILED
[INFO] [stdout] test raft_test_commits_with_leader_disconnects ... FAILED
[INFO] [stdout] test raft_no_commit_with_no_quorum ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- raft_crash_after_submit stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_after_submit' (2021) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b0cd - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:678:56
[INFO] [stdout]   59:     0x5e1788303257 - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:641:35
[INFO] [stdout]   60:     0x5e17881e3a36 - <integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_after_submit' (2021) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b0cd - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:678:56
[INFO] [stdout]   59:     0x5e1788303257 - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:641:35
[INFO] [stdout]   60:     0x5e17881e3a36 - <integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_after_submit' (2021) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b0cd - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:678:56
[INFO] [stdout]   59:     0x5e1788303257 - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:641:35
[INFO] [stdout]   60:     0x5e17881e3a36 - <integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 176ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 251ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 166ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 251ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 268ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [0] while waiting for reply, state = Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 249ms, term 1
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_after_submit' (2021) panicked at tests/integration_test.rs:650:71:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e17883052f5 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e17883052f5 - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:650:71
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831b0cd - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:678:56
[INFO] [stdout]   44:     0x5e1788303257 - integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:641:35
[INFO] [stdout]   45:     0x5e17881e3a36 - <integration_test[1f4c32b54244ebb5]::raft_crash_after_submit::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_crash_then_restart_all stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_all' (2023) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b29d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:559:50
[INFO] [stdout]   59:     0x5e1788303287 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:524:39
[INFO] [stdout]   60:     0x5e17881e3a76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_all' (2023) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b29d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:559:50
[INFO] [stdout]   59:     0x5e1788303287 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:524:39
[INFO] [stdout]   60:     0x5e17881e3a76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_all' (2023) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b29d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:559:50
[INFO] [stdout]   59:     0x5e1788303287 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:524:39
[INFO] [stdout]   60:     0x5e17881e3a76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 216ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 171ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 235ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 181ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 239ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 210ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [0] while waiting for reply, state = Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_all' (2023) panicked at tests/integration_test.rs:529:71:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e1788306b72 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e1788306b72 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:529:71
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831b29d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:559:50
[INFO] [stdout]   44:     0x5e1788303287 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:524:39
[INFO] [stdout]   45:     0x5e17881e3a76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_all::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_election_leader_and_another_disconnect stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_and_another_disconnect' (2029) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831ca2d - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:100:59
[INFO] [stdout]   59:     0x5e17883034f7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:86:55
[INFO] [stdout]   60:     0x5e17881e3db6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_and_another_disconnect' (2029) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831ca2d - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:100:59
[INFO] [stdout]   59:     0x5e17883034f7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:86:55
[INFO] [stdout]   60:     0x5e17881e3db6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_and_another_disconnect' (2029) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831ca2d - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:100:59
[INFO] [stdout]   59:     0x5e17883034f7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:86:55
[INFO] [stdout]   60:     0x5e17881e3db6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 161ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 245ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 240ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 298ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 260ms, term 1
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 169ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {1: 1, 2: 1}, match_index: {1: 0, 2: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {1: 1, 2: 1}, match_indices: {1: 0, 2: 0} }) bailing out!
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_and_another_disconnect' (2029) panicked at tests/integration_test.rs:90:66:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e1788318329 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e1788318329 - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:90:66
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831ca2d - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:100:59
[INFO] [stdout]   44:     0x5e17883034f7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:86:55
[INFO] [stdout]   45:     0x5e17881e3db6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_and_another_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_crash_then_restart_follower stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_follower' (2024) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c11d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:485:25
[INFO] [stdout]   59:     0x5e1788303407 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:455:44
[INFO] [stdout]   60:     0x5e17881e3c76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_follower' (2024) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c11d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:485:25
[INFO] [stdout]   59:     0x5e1788303407 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:455:44
[INFO] [stdout]   60:     0x5e17881e3c76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_follower' (2024) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c11d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:485:25
[INFO] [stdout]   59:     0x5e1788303407 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:455:44
[INFO] [stdout]   60:     0x5e17881e3c76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 226ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 278ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 161ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 268ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [0] while waiting for reply, state = Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 205ms, term 1
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 243ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_follower' (2024) panicked at tests/integration_test.rs:460:71:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e178830f9d8 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e178830f9d8 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:460:71
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831c11d - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:485:25
[INFO] [stdout]   44:     0x5e1788303407 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:455:44
[INFO] [stdout]   45:     0x5e17881e3c76 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_follower::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_election_leader_disconnect stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect' (2030) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bf4d - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:82:47
[INFO] [stdout]   59:     0x5e17883033d7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:70:43
[INFO] [stdout]   60:     0x5e17881e3c36 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect' (2030) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bf4d - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:82:47
[INFO] [stdout]   59:     0x5e17883033d7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:70:43
[INFO] [stdout]   60:     0x5e17881e3c36 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect' (2030) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bf4d - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:82:47
[INFO] [stdout]   59:     0x5e17883033d7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:70:43
[INFO] [stdout]   60:     0x5e17881e3c36 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 222ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 179ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 230ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 160ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 261ms, term 1
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 214ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {0: 1, 1: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect' (2030) panicked at tests/integration_test.rs:74:80:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e178830f060 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e178830f060 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:74:80
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831bf4d - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:82:47
[INFO] [stdout]   44:     0x5e17883033d7 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:70:43
[INFO] [stdout]   45:     0x5e17881e3c36 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_election_disconnect_loop stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_disconnect_loop' (2028) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b80d - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:187:19
[INFO] [stdout]   59:     0x5e1788303317 - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:182:41
[INFO] [stdout]   60:     0x5e17881e3b36 - <integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_disconnect_loop' (2028) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b80d - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:187:19
[INFO] [stdout]   59:     0x5e1788303317 - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:182:41
[INFO] [stdout]   60:     0x5e17881e3b36 - <integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_disconnect_loop' (2028) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b80d - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:187:19
[INFO] [stdout]   59:     0x5e1788303317 - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:182:41
[INFO] [stdout]   60:     0x5e17881e3b36 - <integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 184ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 245ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 176ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 263ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 174ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {1: 1, 2: 1}, match_index: {1: 0, 2: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {1: 1, 2: 1}, match_indices: {1: 0, 2: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 189ms, term 1
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_disconnect_loop' (2028) panicked at tests/integration_test.rs:188:66:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e1788309d68 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e1788309d68 - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:188:66
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831b80d - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:187:19
[INFO] [stdout]   44:     0x5e1788303317 - integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:182:41
[INFO] [stdout]   45:     0x5e17881e3b36 - <integration_test[1f4c32b54244ebb5]::raft_election_disconnect_loop::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_crash_then_restart_leader stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_leader' (2025) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bbad - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:518:25
[INFO] [stdout]   59:     0x5e1788303377 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:491:42
[INFO] [stdout]   60:     0x5e17881e3bb6 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_leader' (2025) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bbad - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:518:25
[INFO] [stdout]   59:     0x5e1788303377 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:491:42
[INFO] [stdout]   60:     0x5e17881e3bb6 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_leader' (2025) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bbad - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:518:25
[INFO] [stdout]   59:     0x5e1788303377 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:491:42
[INFO] [stdout]   60:     0x5e17881e3bb6 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 200ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 156ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 252ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 297ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 212ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {0: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {0: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {0: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 178ms, term 1
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {1: 1, 2: 1}, match_index: {1: 0, 2: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {1: 1, 2: 1}, match_indices: {1: 0, 2: 0} }) bailing out!
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_crash_then_restart_leader' (2025) panicked at tests/integration_test.rs:496:71:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e178830c988 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e178830c988 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:496:71
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831bbad - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:518:25
[INFO] [stdout]   44:     0x5e1788303377 - integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:491:42
[INFO] [stdout]   45:     0x5e17881e3bb6 - <integration_test[1f4c32b54244ebb5]::raft_crash_then_restart_leader::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_disconnect_leader_briefly stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_disconnect_leader_briefly' (2027) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bd7d - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:373:56
[INFO] [stdout]   59:     0x5e17883033a7 - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:347:42
[INFO] [stdout]   60:     0x5e17881e3bf6 - <integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_disconnect_leader_briefly' (2027) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bd7d - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:373:56
[INFO] [stdout]   59:     0x5e17883033a7 - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:347:42
[INFO] [stdout]   60:     0x5e17881e3bf6 - <integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_disconnect_leader_briefly' (2027) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831bd7d - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:373:56
[INFO] [stdout]   59:     0x5e17883033a7 - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:347:42
[INFO] [stdout]   60:     0x5e17881e3bf6 - <integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 223ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 160ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 228ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 220ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 269ms, term 1
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 251ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {0: 1, 1: 1}, match_index: {0: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {0: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {0: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_disconnect_leader_briefly' (2027) panicked at tests/integration_test.rs:353:71:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e178830de82 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e178830de82 - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:353:71
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831bd7d - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:373:56
[INFO] [stdout]   44:     0x5e17883033a7 - integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:347:42
[INFO] [stdout]   45:     0x5e17881e3bf6 - <integration_test[1f4c32b54244ebb5]::raft_disconnect_leader_briefly::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_election_leader_disconnect_then_reconnect stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect_then_reconnect' (2031) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831cbfd - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:140:51
[INFO] [stdout]   59:     0x5e1788303527 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:123:58
[INFO] [stdout]   60:     0x5e17881e3df6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect_then_reconnect' (2031) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831cbfd - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:140:51
[INFO] [stdout]   59:     0x5e1788303527 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:123:58
[INFO] [stdout]   60:     0x5e17881e3df6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect_then_reconnect' (2031) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831cbfd - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:140:51
[INFO] [stdout]   59:     0x5e1788303527 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:123:58
[INFO] [stdout]   60:     0x5e17881e3df6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 210ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 186ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 200ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 260ms, term 1
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 153ms, term 1
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 177ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [0] while waiting for reply, state = Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {0: 1, 1: 1}, match_index: {0: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {0: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {0: 1, 1: 1}, match_indices: {0: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     0: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {0: 1, 1: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {0: 1, 1: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] both 2 and 0 think they're leaders
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_election_leader_disconnect_then_reconnect' (2031) panicked at tests/integration_test.rs:127:66:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e1788791da9 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x5e1788318f69 - <core[6883ba1bc0fe4ed1]::option::Option<(u64, u64)>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x5e1788318f69 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:127:66
[INFO] [stdout]   23:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   43:     0x5e178831cbfd - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:140:51
[INFO] [stdout]   44:     0x5e1788303527 - integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:123:58
[INFO] [stdout]   45:     0x5e17881e3df6 - <integration_test[1f4c32b54244ebb5]::raft_election_leader_disconnect_then_reconnect::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   67:     0x7666eb3a1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_commit_multiple_commands stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_multiple_commands' (2018) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b63d - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:257:21
[INFO] [stdout]   59:     0x5e17883032e7 - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:235:41
[INFO] [stdout]   60:     0x5e17881e3af6 - <integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_multiple_commands' (2018) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b63d - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:257:21
[INFO] [stdout]   59:     0x5e17883032e7 - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:235:41
[INFO] [stdout]   60:     0x5e17881e3af6 - <integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_multiple_commands' (2018) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831b63d - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:257:21
[INFO] [stdout]   59:     0x5e17883032e7 - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:235:41
[INFO] [stdout]   60:     0x5e17881e3af6 - <integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 166ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 249ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 257ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 284ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {0: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {0: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {0: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 155ms, term 1
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 242ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:604] [2] submit received by Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {0: 0, 1: 0} }): "42"
[INFO] [stdout] [src/consensus.rs:617] [2] ... log=Log([Entry { command: "", term: 0 }, Entry { command: "42", term: 1 }])
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {1: 0, 2: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {1: 0, 2: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"42\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"42\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {0: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 2, 0: 1}, matchIndex := {0: 0, 1: 1}
[INFO] [stdout] [src/consensus.rs:478] [2] leader sets commitIndex := 1
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 2, 0: 2}, matchIndex := {0: 1, 1: 1}
[INFO] [stdout] [src/consensus.rs:652] [2] commitChanSender entries=[Entry { command: "42", term: 1 }], savedLastApplied=0
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     0: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     0: 2,
[INFO] [stdout] }
[INFO] [stdout] collectCommits(2) got CommitEntry { command: "42", index: 1, term: 1 }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 2, 0: 2}, matchIndex := {0: 1, 1: 1}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 2, 0: 2}, matchIndex := {0: 1, 1: 1}
[INFO] [stdout] [src/consensus.rs:604] [2] submit received by Leader(Leader { next_indices: {1: 2, 0: 2}, match_indices: {0: 1, 1: 1} }): "55"
[INFO] [stdout] [src/consensus.rs:617] [2] ... log=Log([Entry { command: "", term: 0 }, Entry { command: "42", term: 1 }, Entry { command: "55", term: 1 }])
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     0: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     0: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"55\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"55\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 3, 0: 2}, matchIndex := {0: 1, 1: 2}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 2, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 174ms, term 2
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:478] [2] leader sets commitIndex := 2
[INFO] [stdout] [src/consensus.rs:427] [2] term out of date in heartbeat reply
[INFO] [stdout] [src/consensus.rs:305] [2] becomes Follower with term=2; log=Log([Entry { command: "", term: 0 }, Entry { command: "42", term: 1 }, Entry { command: "55", term: 1 }])
[INFO] [stdout] [src/consensus.rs:652] [2] commitChanSender entries=[Entry { command: "55", term: 1 }], savedLastApplied=1
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 150ms, term 2
[INFO] [stdout] collectCommits(2) got CommitEntry { command: "55", index: 2, term: 2 }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:427] [0] term out of date in heartbeat reply
[INFO] [stdout] [src/consensus.rs:305] [0] becomes Follower with term=2; log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 231ms, term 2
[INFO] [stdout] [src/consensus.rs:604] [2] submit received by Follower: "81"
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_multiple_commands' (2018) panicked at tests/integration_test.rs:244:9:
[INFO] [stdout] assertion failed: is_leader
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758e14 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788792082 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e178830908a - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:244:9
[INFO] [stdout]   21:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   24:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   25:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   26:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   27:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   28:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   29:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   30:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   33:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   34:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   36:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   37:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   38:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   40:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   41:     0x5e178831b63d - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:257:21
[INFO] [stdout]   42:     0x5e17883032e7 - integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:235:41
[INFO] [stdout]   43:     0x5e17881e3af6 - <integration_test[1f4c32b54244ebb5]::raft_commit_multiple_commands::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   49:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   58:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   63:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   64:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   65:     0x7666eb3a1a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_commit_one_command stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_one_command' (2019) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831aefd - integration_test[1f4c32b54244ebb5]::raft_commit_one_command
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:216:48
[INFO] [stdout]   59:     0x5e1788303227 - integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:204:35
[INFO] [stdout]   60:     0x5e17881e39f6 - <integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_one_command' (2019) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831aefd - integration_test[1f4c32b54244ebb5]::raft_commit_one_command
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:216:48
[INFO] [stdout]   59:     0x5e1788303227 - integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:204:35
[INFO] [stdout]   60:     0x5e17881e39f6 - <integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_one_command' (2019) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831aefd - integration_test[1f4c32b54244ebb5]::raft_commit_one_command
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:216:48
[INFO] [stdout]   59:     0x5e1788303227 - integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:204:35
[INFO] [stdout]   60:     0x5e17881e39f6 - <integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 287ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 268ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 165ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 205ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {1: 1, 2: 1}, match_index: {1: 0, 2: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {1: 1, 2: 1}, match_indices: {1: 0, 2: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 275ms, term 1
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:183] [2] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [2] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 2,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 292ms, term 1
[INFO] [stdout] [src/consensus.rs:604] [0] submit received by Leader(Leader { next_indices: {1: 1, 2: 1}, match_indices: {1: 0, 2: 0} }): "42"
[INFO] [stdout] [src/consensus.rs:617] [0] ... log=Log([Entry { command: "", term: 0 }, Entry { command: "42", term: 1 }])
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 0: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [1] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     2: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"42\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [
[INFO] [stdout]         LogEntry {
[INFO] [stdout]             command: "\"42\"",
[INFO] [stdout]             term: 1,
[INFO] [stdout]         },
[INFO] [stdout]     ],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:360] [2] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [2] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [2] becomes leader; term=1, next_index: {1: 1, 0: 1}, match_index: {1: 0, 0: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:137] [2] election timer state: Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:395] [2] while waiting for reply, state = Leader(Leader { next_indices: {1: 1, 0: 1}, match_indices: {1: 0, 0: 0} })
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 0 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:449] [2] AppendEntries reply from 1 success: nextIndex := {1: 1, 0: 1}, matchIndex := {1: 0, 0: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 1, 2: 1}, matchIndex := {1: 0, 2: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 2, 2: 1}, matchIndex := {1: 1, 2: 0}
[INFO] [stdout] [src/consensus.rs:478] [0] leader sets commitIndex := 1
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 2, 2: 2}, matchIndex := {1: 1, 2: 1}
[INFO] [stdout] [src/consensus.rs:652] [0] commitChanSender entries=[Entry { command: "42", term: 1 }], savedLastApplied=0
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     2: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     2: 2,
[INFO] [stdout] }
[INFO] [stdout] collectCommits(0) got CommitEntry { command: "42", index: 1, term: 1 }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 2, 2: 2}, matchIndex := {1: 1, 2: 1}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {1: 2, 2: 2}, matchIndex := {1: 1, 2: 1}
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 0, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [2] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 1,
[INFO] [stdout]     0: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 0: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [2] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 2,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:427] [2] term out of date in heartbeat reply
[INFO] [stdout] [src/consensus.rs:305] [2] becomes Follower with term=2; log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 299ms, term 2
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     2: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     1: 2,
[INFO] [stdout]     2: 2,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=2, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 1,
[INFO] [stdout]     prev_log_term: 1,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {1: 2, 2: 2}, matchIndex := {1: 1, 2: 1}
[INFO] [stdout] [src/consensus.rs:427] [0] term out of date in heartbeat reply
[INFO] [stdout] [src/consensus.rs:305] [0] becomes Follower with term=2; log=Log([Entry { command: "", term: 0 }, Entry { command: "42", term: 1 }])
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 278ms, term 2
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 2, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 2,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 159ms, term 2
[INFO] [stdout] [tests/harness.rs:210] commits for [0]: [CommitEntry { command: "42", index: 1, term: 1 }]
[INFO] [stdout] [tests/harness.rs:210] commits for [1]: []
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_one_command' (2019) panicked at tests/harness.rs:212:21:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791f43 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e178878d47d - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e178823b7a2 - <integration_test[1f4c32b54244ebb5]::harness::Harness>::check_committed::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/harness.rs:212:21
[INFO] [stdout]   22:     0x5e178823cf52 - <integration_test[1f4c32b54244ebb5]::harness::Harness>::check_committed_n::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/harness.rs:261:53
[INFO] [stdout]   23:     0x5e1788304d28 - integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:216:43
[INFO] [stdout]   24:     0x5e178826b432 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e178826b46d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5e178820841d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   27:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   28:     0x5e178820835b - tokio[30c4b661c5f123ba]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   29:     0x5e178820835b - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   30:     0x5e17881fe3a0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   31:     0x5e17882078f0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   32:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   33:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   34:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   35:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   36:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   37:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   38:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   39:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   40:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   41:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   42:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   43:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   44:     0x5e178831aefd - integration_test[1f4c32b54244ebb5]::raft_commit_one_command
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:216:48
[INFO] [stdout]   45:     0x5e1788303227 - integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:204:35
[INFO] [stdout]   46:     0x5e17881e39f6 - <integration_test[1f4c32b54244ebb5]::raft_commit_one_command::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   68:     0x7666eb3a1a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft_commit_with_disconnection_and_recover stdout ----
[INFO] [stdout] [src/consensus.rs:72] [0] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [1] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:72] [2] new server log: Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/rpc.rs:273] [0] dst: 127.0.0.1:50050
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_with_disconnection_and_recover' (2020) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c85d - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:289:56
[INFO] [stdout]   59:     0x5e17883034c7 - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:261:54
[INFO] [stdout]   60:     0x5e17881e3d76 - <integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [1] dst: 127.0.0.1:50051
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_with_disconnection_and_recover' (2020) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c85d - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:289:56
[INFO] [stdout]   59:     0x5e17883034c7 - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:261:54
[INFO] [stdout]   60:     0x5e17881e3d76 - <integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/rpc.rs:273] [2] dst: 127.0.0.1:50052
[INFO] [stdout] 
[INFO] [stdout] thread 'raft_commit_with_disconnection_and_recover' (2020) panicked at src/rpc.rs:282:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: tonic::transport::Error(Transport, hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: "Address already in use" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e178877b9e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e178877b9e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e178877b9e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e178879188a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e178879188a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e178878057c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e178878057c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e1788758d36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e1788758d36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e17887731c9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e178832a4c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e178832a4c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e17887734f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e17887734f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e1788758de2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5e1788750669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e1788759bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e17887920bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e1788791e02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5e178825e824 - <core[6883ba1bc0fe4ed1]::result::Result<(), tonic[2d4310902abf308b]::transport::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5e178825e824 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::start_rpc_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rpc.rs:282:14
[INFO] [stdout]   22:     0x5e1788279213 - <raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consensus.rs:81:54
[INFO] [stdout]   23:     0x5e178826b36d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e17881a8670 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:328:24
[INFO] [stdout]   25:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::loom::std::unsafe_cell::UnsafeCell<tokio[30c4b661c5f123ba]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   26:     0x5e17881c5648 - <tokio[30c4b661c5f123ba]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/core.rs:317:30
[INFO] [stdout]   27:     0x5e178818938a - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   28:     0x5e17882cb210 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5e17882a111a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5e178825478b - __rust_try
[INFO] [stdout]   31:     0x5e178824b336 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5e178824b336 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e178818306f - tokio[30c4b661c5f123ba]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   34:     0x5e1788197092 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   35:     0x5e1788197313 - <tokio[30c4b661c5f123ba]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   36:     0x5e17881f336b - tokio[30c4b661c5f123ba]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<raft[80d06a545ec9ede6]::consensus::RaftConsensus<alloc[55a36b64bcbf2c0d]::string::String, raft[80d06a545ec9ede6]::persistence::mock::MockPersistence>>::new::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   37:     0x5e17886cdf17 - <tokio[30c4b661c5f123ba]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   38:     0x5e17882846f1 - <tokio[30c4b661c5f123ba]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   39:     0x5e17882083ea - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:700:30
[INFO] [stdout]   40:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::with_budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   41:     0x5e1788207565 - tokio[30c4b661c5f123ba]::runtime::coop::budget::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   42:     0x5e1788207565 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:43
[INFO] [stdout]   43:     0x5e17881fe6a6 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   44:     0x5e17881fe8df - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:343:28
[INFO] [stdout]   45:     0x5e178820808d - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:699:43
[INFO] [stdout]   46:     0x5e1788207674 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   47:     0x5e17882982fb - <tokio[30c4b661c5f123ba]::runtime::context::scoped::Scoped<tokio[30c4b661c5f123ba]::runtime::scheduler::Context>>::set::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   48:     0x5e1788251c99 - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:38
[INFO] [stdout]   49:     0x5e17882f3122 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::try_with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   50:     0x5e17882f2eee - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[30c4b661c5f123ba]::runtime::context::Context>>::with::<tokio[30c4b661c5f123ba]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   51:     0x5e17882513cd - tokio[30c4b661c5f123ba]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context.rs:176:17
[INFO] [stdout]   52:     0x5e17882031d0 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   53:     0x5e1788203446 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   54:     0x5e1788207299 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   55:     0x5e1788272243 - tokio[30c4b661c5f123ba]::runtime::context::runtime::enter_runtime::<<tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   56:     0x5e17881fded1 - <tokio[30c4b661c5f123ba]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   57:     0x5e17881e6aca - <tokio[30c4b661c5f123ba]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/runtime.rs:349:52
[INFO] [stdout]   58:     0x5e178831c85d - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:289:56
[INFO] [stdout]   59:     0x5e17883034c7 - integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:261:54
[INFO] [stdout]   60:     0x5e17881e3d76 - <integration_test[1f4c32b54244ebb5]::raft_commit_with_disconnection_and_recover::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e178831d7fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e178831d7fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5e178832ae45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5e178832ae45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5e178832ae45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5e178832ae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5e17883258f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5e17883258f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e178832df92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5e178832df92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e178832df92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e178832df92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e178832df92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e178877ac6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5e178877ac6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7666eb314aa4 - <unknown>
[INFO] [stdout]   82:     0x7666eb3a1a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] [src/consensus.rs:120] [2] election timer started 290ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [1] election timer started 200ms, term 0
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 151ms, term 0
[INFO] [stdout] [src/consensus.rs:183] [0] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 2: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:357] [0] sending RequestVote to 1: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 0,
[INFO] [stdout]     last_log_index: 1,
[INFO] [stdout]     last_log_term: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:120] [0] election timer started 244ms, term 1
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 2: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: true,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:360] [0] received RequestVoteReply from 1: RequestVoteReply {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     vote_granted: false,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:385] [0] wins election with 2 votes
[INFO] [stdout] [src/consensus.rs:236] [0] becomes leader; term=1, next_index: {2: 1, 1: 1}, match_index: {2: 0, 1: 0}, log=Log([Entry { command: "", term: 0 }])
[INFO] [stdout] [src/consensus.rs:395] [0] while waiting for reply, state = Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} })
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 2, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:270] [0] send_append_entries: peer: 1, next_index: {
[INFO] [stdout]     2: 1,
[INFO] [stdout]     1: 1,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 2: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:412] [0] sending AppendEntries to 1: ni=1, args=AppendEntriesArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     leader_id: 0,
[INFO] [stdout]     prev_log_index: 0,
[INFO] [stdout]     prev_log_term: 0,
[INFO] [stdout]     entries: [],
[INFO] [stdout]     leader_commit: 0,
[INFO] [stdout] }
[INFO] [stdout] [src/consensus.rs:137] [0] election timer state: Leader(Leader { next_indices: {2: 1, 1: 1}, match_indices: {2: 0, 1: 0} }) bailing out!
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 2 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:449] [0] AppendEntries reply from 1 success: nextIndex := {2: 1, 1: 1}, matchIndex := {2: 0, 1: 0}
[INFO] [stdout] [src/consensus.rs:183] [1] becomes candidate (term = 1, log: Log([Entry { command: "", term: 0 }]))
[INFO] [stdout] [src/consensus.rs:357] [1] sending RequestVote to 0: RequestVoteArgs {
[INFO] [stdout]     term: 1,
[INFO] [stdout]     candidate_id: 1,
[INFO] [stdout]     last_log_index: 1,
[WARN] too many lines in the log, truncating it
