[INFO] cloning repository https://github.com/BugenZhao/Raft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BugenZhao/Raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBugenZhao%2FRaft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBugenZhao%2FRaft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f095bdaecd4e1ff571570a6611f69639216f957
[INFO] testing BugenZhao/Raft against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBugenZhao%2FRaft" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BugenZhao/Raft
[INFO] finished tweaking git repo https://github.com/BugenZhao/Raft
[INFO] tweaked toml for git repo https://github.com/BugenZhao/Raft written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BugenZhao/Raft on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BugenZhao/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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c080c54aa65241ec01edb6bfe52b24e67d7c5a58d5250c78d12c24eb220de8d2
[INFO] running `Command { std: "docker" "start" "-a" "c080c54aa65241ec01edb6bfe52b24e67d7c5a58d5250c78d12c24eb220de8d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c080c54aa65241ec01edb6bfe52b24e67d7c5a58d5250c78d12c24eb220de8d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c080c54aa65241ec01edb6bfe52b24e67d7c5a58d5250c78d12c24eb220de8d2", kill_on_drop: false }`
[INFO] [stdout] c080c54aa65241ec01edb6bfe52b24e67d7c5a58d5250c78d12c24eb220de8d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 969467da2bc644776f31f0b39f2563b5c9942841775b088f78d4c84b962318cb
[INFO] running `Command { std: "docker" "start" "-a" "969467da2bc644776f31f0b39f2563b5c9942841775b088f78d4c84b962318cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.47
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling futures-io v0.3.17
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling linearizability v0.1.0 (/opt/rustwide/workdir/linearizability)
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling prost-derive v0.6.1
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling labcodec v0.1.0 (/opt/rustwide/workdir/labcodec)
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir/raft)
[INFO] [stderr]    Compiling percolator v0.1.0 (/opt/rustwide/workdir/percolator)
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling labrpc v0.1.0 (/opt/rustwide/workdir/labrpc)
[INFO] [stdout] warning: unused imports: `Service` and `add_service as add_tso_service`
[INFO] [stdout]   --> percolator/src/service.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use timestamp::{add_service as add_tso_service, Client as TSOClient, Service};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_service as add_transaction_service`
[INFO] [stdout]   --> percolator/src/service.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use transaction::{add_service as add_transaction_service, Client as TransactionClient};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TTL` is never used
[INFO] [stdout]   --> percolator/src/server.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const TTL: Duration = Duration::from_millis(100);
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TimestampOracle` is never constructed
[INFO] [stdout]   --> percolator/src/server.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct TimestampOracle {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Key` is never used
[INFO] [stdout]   --> percolator/src/server.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type Key = (Vec<u8>, u64);
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Value` is never used
[INFO] [stdout]   --> percolator/src/server.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum Value {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_ts` and `as_bytes` are never used
[INFO] [stdout]   --> percolator/src/server.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Value {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] 45 |     fn as_ts(&self) -> u64 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fn as_bytes(&self) -> &[u8] {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Column` is never used
[INFO] [stdout]   --> percolator/src/server.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub enum Column {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KvTable` is never constructed
[INFO] [stdout]   --> percolator/src/server.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct KvTable {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> percolator/src/server.rs:76:8
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl KvTable {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout]  76 |     fn column_ref(&self, column: Column) -> &BTreeMap<Key, (Value, Instant)> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     fn column_mut(&mut self, column: Column) -> &mut BTreeMap<Key, (Value, Instant)> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn read(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn read_owned(
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn write(&mut self, key: Vec<u8>, column: Column, ts: u64, value: Value) {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn erase(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn try_erase_expired(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MemoryStorage` is never constructed
[INFO] [stdout]    --> percolator/src/server.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub struct MemoryStorage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `back_off_maybe_clean_up_lock` is never used
[INFO] [stdout]    --> percolator/src/server.rs:258:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl MemoryStorage {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 258 |     fn back_off_maybe_clean_up_lock<'a>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stdout] warning: unused import: `add_service as add_raft_service`
[INFO] [stdout]   --> raft/src/proto/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         add_service as add_raft_service, Client as RaftClient, Service as RaftService,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_service as add_kv_service`
[INFO] [stdout]   --> raft/src/proto/mod.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub use self::kv::{add_service as add_kv_service, Client as KvClient, Service as KvService};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value` is never read
[INFO] [stdout]   --> raft/src/kvraft/server.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |     Get { value: String },
[INFO] [stdout]    |     ---   ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NotifyReply` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Command` is never used
[INFO] [stdout]   --> raft/src/kvraft/server.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | type Command = KvRequest;
[INFO] [stdout]    |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `start` is never used
[INFO] [stdout]    --> raft/src/kvraft/server.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl KvServer {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 103 |     /// Send and start a command to Raft layer.
[INFO] [stdout] 104 |     fn start(&mut self, command: Command) -> Result<oneshot::Receiver<NotifyReply>> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `timer_action_tx` is never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:208:8
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Raft {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |     fn timer_action_tx(&self) -> &UnboundedSender<TimerAction> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset_timeout` is never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:428:8
[INFO] [stdout]     |
[INFO] [stdout] 308 | impl Raft {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 428 |     fn reset_timeout(&self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `handle_request_vote_request`, `handle_append_entries_request`, and `handle_install_snapshot_request` are never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:552:8
[INFO] [stdout]     |
[INFO] [stdout] 492 | impl Raft {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 552 |     fn handle_request_vote_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     fn handle_append_entries_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 |     fn handle_install_snapshot_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pop_back` is never used
[INFO] [stdout]    --> raft/src/raft/states.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Log {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn pop_back(&mut self) -> Option<Entry> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> raft/src/raft/states.rs:281:18
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.82s
[INFO] running `Command { std: "docker" "inspect" "969467da2bc644776f31f0b39f2563b5c9942841775b088f78d4c84b962318cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "969467da2bc644776f31f0b39f2563b5c9942841775b088f78d4c84b962318cb", kill_on_drop: false }`
[INFO] [stdout] 969467da2bc644776f31f0b39f2563b5c9942841775b088f78d4c84b962318cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a02c8d6f0b15ce4454faad62ff2bec426976d98e692f951451ecf64dc384d2a0
[INFO] running `Command { std: "docker" "start" "-a" "a02c8d6f0b15ce4454faad62ff2bec426976d98e692f951451ecf64dc384d2a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.71
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling prost-derive v0.6.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling linearizability v0.1.0 (/opt/rustwide/workdir/linearizability)
[INFO] [stderr]    Compiling labcodec v0.1.0 (/opt/rustwide/workdir/labcodec)
[INFO] [stderr]    Compiling percolator v0.1.0 (/opt/rustwide/workdir/percolator)
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir/raft)
[INFO] [stderr]    Compiling labrpc v0.1.0 (/opt/rustwide/workdir/labrpc)
[INFO] [stdout] warning: unused imports: `Service` and `add_service as add_tso_service`
[INFO] [stdout]   --> percolator/src/service.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use timestamp::{add_service as add_tso_service, Client as TSOClient, Service};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_service as add_transaction_service`
[INFO] [stdout]   --> percolator/src/service.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use transaction::{add_service as add_transaction_service, Client as TransactionClient};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_service as add_raft_service`
[INFO] [stdout]   --> raft/src/proto/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         add_service as add_raft_service, Client as RaftClient, Service as RaftService,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `add_service as add_kv_service`
[INFO] [stdout]   --> raft/src/proto/mod.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub use self::kv::{add_service as add_kv_service, Client as KvClient, Service as KvService};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Service`
[INFO] [stdout]   --> percolator/src/service.rs:12:74
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use timestamp::{add_service as add_tso_service, Client as TSOClient, Service};
[INFO] [stdout]    |                                                                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TTL` is never used
[INFO] [stdout]   --> percolator/src/server.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const TTL: Duration = Duration::from_millis(100);
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TimestampOracle` is never constructed
[INFO] [stdout]   --> percolator/src/server.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct TimestampOracle {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Key` is never used
[INFO] [stdout]   --> percolator/src/server.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type Key = (Vec<u8>, u64);
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Value` is never used
[INFO] [stdout]   --> percolator/src/server.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum Value {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_ts` and `as_bytes` are never used
[INFO] [stdout]   --> percolator/src/server.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Value {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] 45 |     fn as_ts(&self) -> u64 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fn as_bytes(&self) -> &[u8] {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Column` is never used
[INFO] [stdout]   --> percolator/src/server.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub enum Column {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KvTable` is never constructed
[INFO] [stdout]   --> percolator/src/server.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct KvTable {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> percolator/src/server.rs:76:8
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl KvTable {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout]  76 |     fn column_ref(&self, column: Column) -> &BTreeMap<Key, (Value, Instant)> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     fn column_mut(&mut self, column: Column) -> &mut BTreeMap<Key, (Value, Instant)> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn read(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn read_owned(
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn write(&mut self, key: Vec<u8>, column: Column, ts: u64, value: Value) {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn erase(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn try_erase_expired(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MemoryStorage` is never constructed
[INFO] [stdout]    --> percolator/src/server.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub struct MemoryStorage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `back_off_maybe_clean_up_lock` is never used
[INFO] [stdout]    --> percolator/src/server.rs:258:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl MemoryStorage {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 258 |     fn back_off_maybe_clean_up_lock<'a>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value` is never read
[INFO] [stdout]   --> raft/src/kvraft/server.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |     Get { value: String },
[INFO] [stdout]    |     ---   ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NotifyReply` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Command` is never used
[INFO] [stdout]   --> raft/src/kvraft/server.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | type Command = KvRequest;
[INFO] [stdout]    |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `start` is never used
[INFO] [stdout]    --> raft/src/kvraft/server.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl KvServer {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 103 |     /// Send and start a command to Raft layer.
[INFO] [stdout] 104 |     fn start(&mut self, command: Command) -> Result<oneshot::Receiver<NotifyReply>> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `timer_action_tx` is never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:208:8
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Raft {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |     fn timer_action_tx(&self) -> &UnboundedSender<TimerAction> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset_timeout` is never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:428:8
[INFO] [stdout]     |
[INFO] [stdout] 308 | impl Raft {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 428 |     fn reset_timeout(&self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `handle_request_vote_request`, `handle_append_entries_request`, and `handle_install_snapshot_request` are never used
[INFO] [stdout]    --> raft/src/raft/mod.rs:552:8
[INFO] [stdout]     |
[INFO] [stdout] 492 | impl Raft {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 552 |     fn handle_request_vote_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     fn handle_append_entries_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 |     fn handle_install_snapshot_request(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pop_back` is never used
[INFO] [stdout]    --> raft/src/raft/states.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Log {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn pop_back(&mut self) -> Option<Entry> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> raft/src/raft/states.rs:281:18
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> raft/src/raft/states.rs:281:18
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn write(&mut self) -> PersistentStateGuard<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 31.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "a02c8d6f0b15ce4454faad62ff2bec426976d98e692f951451ecf64dc384d2a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a02c8d6f0b15ce4454faad62ff2bec426976d98e692f951451ecf64dc384d2a0", kill_on_drop: false }`
[INFO] [stdout] a02c8d6f0b15ce4454faad62ff2bec426976d98e692f951451ecf64dc384d2a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 007ca3c44ee54a96bbe0c39882c7673ab7c6464f9d821c53ea85b70825872863
[INFO] running `Command { std: "docker" "start" "-a" "007ca3c44ee54a96bbe0c39882c7673ab7c6464f9d821c53ea85b70825872863", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `add_service as add_raft_service`
[INFO] [stderr]   --> raft/src/proto/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         add_service as add_raft_service, Client as RaftClient, Service as RaftService,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `add_service as add_kv_service`
[INFO] [stderr]   --> raft/src/proto/mod.rs:28:24
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub use self::kv::{add_service as add_kv_service, Client as KvClient, Service as KvService};
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `value` is never read
[INFO] [stderr]   --> raft/src/kvraft/server.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 |     Get { value: String },
[INFO] [stderr]    |     ---   ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NotifyReply` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Command` is never used
[INFO] [stderr]   --> raft/src/kvraft/server.rs:38:6
[INFO] [stderr]    |
[INFO] [stderr] 38 | type Command = KvRequest;
[INFO] [stderr]    |      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `start` is never used
[INFO] [stderr]    --> raft/src/kvraft/server.rs:104:8
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl KvServer {
[INFO] [stderr]     | ------------- method in this implementation
[INFO] [stderr] 103 |     /// Send and start a command to Raft layer.
[INFO] [stderr] 104 |     fn start(&mut self, command: Command) -> Result<oneshot::Receiver<NotifyReply>> {
[INFO] [stderr]     |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `timer_action_tx` is never used
[INFO] [stderr]    --> raft/src/raft/mod.rs:208:8
[INFO] [stderr]     |
[INFO] [stderr] 201 | impl Raft {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 208 |     fn timer_action_tx(&self) -> &UnboundedSender<TimerAction> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `reset_timeout` is never used
[INFO] [stderr]    --> raft/src/raft/mod.rs:428:8
[INFO] [stderr]     |
[INFO] [stderr] 308 | impl Raft {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 428 |     fn reset_timeout(&self) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `handle_request_vote_request`, `handle_append_entries_request`, and `handle_install_snapshot_request` are never used
[INFO] [stderr]    --> raft/src/raft/mod.rs:552:8
[INFO] [stderr]     |
[INFO] [stderr] 492 | impl Raft {
[INFO] [stderr]     | --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 552 |     fn handle_request_vote_request(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 622 |     fn handle_append_entries_request(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 |     fn handle_install_snapshot_request(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `pop_back` is never used
[INFO] [stderr]    --> raft/src/raft/states.rs:153:12
[INFO] [stderr]     |
[INFO] [stderr]  66 | impl Log {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 153 |     pub fn pop_back(&mut self) -> Option<Entry> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> raft/src/raft/states.rs:281:18
[INFO] [stderr]     |
[INFO] [stderr] 281 |     pub fn write(&mut self) -> PersistentStateGuard {
[INFO] [stderr]     |                  ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 281 |     pub fn write(&mut self) -> PersistentStateGuard<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Service` and `add_service as add_tso_service`
[INFO] [stderr]   --> percolator/src/service.rs:12:21
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use timestamp::{add_service as add_tso_service, Client as TSOClient, Service};
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                       ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `add_service as add_transaction_service`
[INFO] [stderr]   --> percolator/src/service.rs:22:23
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub use transaction::{add_service as add_transaction_service, Client as TransactionClient};
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TTL` is never used
[INFO] [stderr]   --> percolator/src/server.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 | const TTL: Duration = Duration::from_millis(100);
[INFO] [stderr]    |       ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TimestampOracle` is never constructed
[INFO] [stderr]   --> percolator/src/server.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct TimestampOracle {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Key` is never used
[INFO] [stderr]   --> percolator/src/server.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub type Key = (Vec<u8>, u64);
[INFO] [stderr]    |          ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Value` is never used
[INFO] [stderr]   --> percolator/src/server.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub enum Value {
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `as_ts` and `as_bytes` are never used
[INFO] [stderr]   --> percolator/src/server.rs:45:8
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Value {
[INFO] [stderr]    | ---------- methods in this implementation
[INFO] [stderr] 45 |     fn as_ts(&self) -> u64 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 52 |     fn as_bytes(&self) -> &[u8] {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Column` is never used
[INFO] [stderr]   --> percolator/src/server.rs:60:10
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub enum Column {
[INFO] [stderr]    |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `KvTable` is never constructed
[INFO] [stderr]   --> percolator/src/server.rs:69:12
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct KvTable {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> percolator/src/server.rs:76:8
[INFO] [stderr]     |
[INFO] [stderr]  75 | impl KvTable {
[INFO] [stderr]     | ------------ methods in this implementation
[INFO] [stderr]  76 |     fn column_ref(&self, column: Column) -> &BTreeMap<Key, (Value, Instant)> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  84 |     fn column_mut(&mut self, column: Column) -> &mut BTreeMap<Key, (Value, Instant)> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  94 |     fn read(
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 |     fn read_owned(
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 |     fn write(&mut self, key: Vec<u8>, column: Column, ts: u64, value: Value) {
[INFO] [stderr]     |        ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 |     fn erase(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stderr]     |        ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 |     fn try_erase_expired(&mut self, key: &[u8], column: Column, commit_ts: u64) -> Option<Value> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MemoryStorage` is never constructed
[INFO] [stderr]    --> percolator/src/server.rs:159:12
[INFO] [stderr]     |
[INFO] [stderr] 159 | pub struct MemoryStorage {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `back_off_maybe_clean_up_lock` is never used
[INFO] [stderr]    --> percolator/src/server.rs:258:8
[INFO] [stderr]     |
[INFO] [stderr] 257 | impl MemoryStorage {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] 258 |     fn back_off_maybe_clean_up_lock<'a>(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Service`
[INFO] [stderr]   --> percolator/src/service.rs:12:74
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use timestamp::{add_service as add_tso_service, Client as TSOClient, Service};
[INFO] [stderr]    |                                                                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `raft` (lib) generated 10 warnings (run `cargo fix --lib -p raft` to apply 3 suggestions)
[INFO] [stderr] warning: `percolator` (lib) generated 12 warnings (run `cargo fix --lib -p percolator` to apply 2 suggestions)
[INFO] [stderr] warning: `raft` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `percolator` (lib test) generated 1 warning (run `cargo fix --lib -p percolator --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/labcodec-5ef43634397a4135)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_basic_encode_decode ... ok
[INFO] [stdout] test tests::test_default ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/labrpc-5ce62c61f3fe638b)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test tests::test_service_dispatch ... ok
[INFO] [stdout] test tests::test_basic ... ok
[INFO] [stdout] test tests::test_count ... ok
[INFO] [stdout] test tests::test_network_client_rpc ... ok
[INFO] [stdout] test tests::test_rpc_hooks ... ok
[INFO] [stdout] test tests::test_disconnect ... ok
[INFO] [stdout] test tests::test_concurrent_one ... ok
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test tests::test_concurrent_many ... ok
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:27:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test tests::test_regression1 ... ok
[INFO] [stdout] test tests::test_killed ... ok
[INFO] [stdout] test tests::test_unreliable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 26.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linearizability-8f10af5c89a247e9)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test models::tests::test_kv_1client_bad ... ok
[INFO] [stdout] test models::tests::test_kv_1client_ok ... ok
[INFO] [stdout] test models::tests::test_kv_10client_bad ... ok
[INFO] [stdout] test models::tests::test_kv_10client_ok ... ok
[INFO] [stdout] test models::tests::test_kv_50client_bad ... ok
[INFO] [stdout] test models::tests::test_kv_50client_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 50.68s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/percolator-86c96649a8ce9968)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::test_read_skew_predicate_dependencies ... ok
[INFO] [stdout] test tests::test_read_skew_read_only ... ok
[INFO] [stdout] test tests::test_read_skew_write_predicate ... ok
[INFO] [stdout] test tests::test_predicate_many_preceders_read_predicates ... ok
[INFO] [stdout] test tests::test_anti_dependency_cycles ... ok
[INFO] [stdout] test tests::test_write_skew ... ok
[INFO] [stdout] test tests::test_lost_update ... ok
[INFO] [stdout] test tests::test_predicate_many_preceders_write_predicates ... ok
[INFO] [stdout] test tests::test_commit_primary_fail ... ok
[INFO] [stdout] test tests::test_commit_primary_success_without_response ... ok
[INFO] [stdout] test tests::test_get_timestamp_under_unreliable_network ... ok
[INFO] [stdout] test tests::test_commit_primary_drop_secondary_requests ... ok
[INFO] [stdout] test tests::test_commit_primary_success ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.56s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raft-4552226caa323ba7)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:38Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:39Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:40Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_one_partition_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:40Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:41Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:42Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:43Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:44Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:44Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:44Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:44Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:45Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:45Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:45Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:45Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:45Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_rpc_3b ... ok
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:46Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:47Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:48Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:49Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:50Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:51Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_basic_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:52Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_concurrent_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:53Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:54Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:55Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_one_client_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_recover_3b ... ok
[INFO] [stdout] test raft::persister::tests::test_object_safety ... ok
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stdout] test raft::tests::test_backup_2b ... FAILED
[INFO] [stdout] test raft::tests::test_basic_agree_2b ... FAILED
[INFO] [stdout] test raft::tests::test_concurrent_starts_2b ... FAILED
[INFO] [stdout] test raft::tests::test_count_2b ... FAILED
[INFO] [stdout] test raft::tests::test_fail_agree_2b ... FAILED
[INFO] [stdout] test raft::tests::test_fail_no_agree_2b ... FAILED
[INFO] [stdout] test raft::tests::test_figure_8_2c ... FAILED
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test raft::tests::test_figure_8_unreliable_2c ... FAILED
[INFO] [stdout] test raft::tests::test_initial_election_2a ... FAILED
[INFO] [stdout] test raft::tests::test_many_elections_2a ... FAILED
[INFO] [stdout] test raft::tests::test_persist1_2c ... FAILED
[INFO] [stdout] test raft::tests::test_persist2_2c ... FAILED
[INFO] [stdout] test raft::tests::test_persist3_2c ... FAILED
[INFO] [stdout] test raft::tests::test_reelection_2a ... FAILED
[INFO] [stdout] test raft::tests::test_rejoin_2b ... FAILED
[INFO] [stdout] test raft::tests::test_reliable_churn_2c ... FAILED
[INFO] [stdout] test raft::tests::test_snapshot_basic_2d ... FAILED
[INFO] [stdout] test raft::tests::test_snapshot_install_2d ... FAILED
[INFO] [stdout] test raft::tests::test_snapshot_install_crash_2d ... FAILED
[INFO] [stdout] test raft::tests::test_snapshot_install_uncrash_2d ... FAILED
[INFO] [stdout] test raft::tests::test_snapshot_install_unreliable_2d ... FAILED
[INFO] [stdout] test raft::tests::test_unreliable_agree_2c ... FAILED
[INFO] [stdout] test raft::tests::test_unreliable_churn_2c ... FAILED
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:56Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:57Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_concurrent_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:58Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_many_partitions_one_client_3a ... ok
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:28:59Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:00Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_many_partitions_many_clients_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:01Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_unreliable_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:02Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_recover_many_clients_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:03Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_unreliable_one_key_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_partition_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:04Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:05Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:06Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:07Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:08Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_partition_unreliable_linearizable_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:09Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:10Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:11Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_concurrent_unreliable_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:12Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:13Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_persist_partition_unreliable_3a ... ok
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:14Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_unreliable_recover_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:15Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:16Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Stopped)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:17Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:18Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:19Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_unreliable_recover_concurrent_partition_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:20Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Ok([8, 1, 18, 16, 111, 110, 101, 115, 104, 111, 116, 32, 99, 97, 110, 99, 101, 108, 101, 100])
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:21Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:22Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:23Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:24Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_size_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:25Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:26Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:27Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_snapshot_unreliable_recover_concurrent_partition_linearizable_3b ... ok
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:28Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:29Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:30Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:30Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:30Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stderr] [2026-03-09T09:29:30Z ERROR labrpc::network] fail to send resp: Err(Timeout)
[INFO] [stdout] test kvraft::tests::test_unreliable_3a ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_backup_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_backup_2b' (1312) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.7.1/src/lib.rs:1042:16:
[INFO] [stdout] env_logger::init should not be called after logger initialized: SetLoggerError(())
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f70e8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e92db42 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d5c1e6b823b - core::result::Result<T,E>::expect::h48fd5fbab020a677
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5d5c1e6b4f19 - env_logger::init::h8637333d9cb51964
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.7.1/src/lib.rs:1042:16
[INFO] [stdout]   22:     0x5d5c1e61e467 - core::ops::function::FnOnce::call_once::h558f0399164855ee
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d5c1e603398 - std::sync::once::Once::call_once::{{closure}}::h4e6ae976a8af1e5e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:41
[INFO] [stdout]   24:     0x5d5c1e8fc2f7 - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   25:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   26:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   27:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   28:     0x5d5c1e63bc3f - raft::raft::tests::test_backup_2b::hd9d104b8ee2824b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:365:19
[INFO] [stdout]   29:     0x5d5c1e63ccb7 - raft::raft::tests::test_backup_2b::{{closure}}::h0e9f225d71dda491
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:363:20
[INFO] [stdout]   30:     0x5d5c1e61ea36 - core::ops::function::FnOnce::call_once::h89f54ca111ac36b2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   34:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   39:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   40:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   41:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   50:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   52:     0x74b603fcfa64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_basic_agree_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_basic_agree_2b' (1313) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63f9c5 - raft::raft::tests::test_basic_agree_2b::h8e228a2dfb2c810d
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:115:19
[INFO] [stdout]   24:     0x5d5c1e63fc77 - raft::raft::tests::test_basic_agree_2b::{{closure}}::h42e394a0da3abae6
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:113:25
[INFO] [stdout]   25:     0x5d5c1e61dbb6 - core::ops::function::FnOnce::call_once::h0249d9602c0ba0bc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_concurrent_starts_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_concurrent_starts_2b' (1314) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6418d7 - raft::raft::tests::test_concurrent_starts_2b::hf8489054ef87bce7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:220:19
[INFO] [stdout]   24:     0x5d5c1e642fb7 - raft::raft::tests::test_concurrent_starts_2b::{{closure}}::h963c5863d79bcd91
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:218:31
[INFO] [stdout]   25:     0x5d5c1e61e826 - core::ops::function::FnOnce::call_once::h7b8f6f6a1eb11c8f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_count_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_count_2b' (1315) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e637e23 - raft::raft::tests::test_count_2b::h8980932bd62e6de5
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:452:19
[INFO] [stdout]   24:     0x5d5c1e6398a7 - raft::raft::tests::test_count_2b::{{closure}}::h44de9395ff4f1f68
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:442:19
[INFO] [stdout]   25:     0x5d5c1e61ebd6 - core::ops::function::FnOnce::call_once::h97c14d8580afdb27
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_fail_agree_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_fail_agree_2b' (1316) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63f4f9 - raft::raft::tests::test_fail_agree_2b::h598632103afbecf8
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:137:19
[INFO] [stdout]   24:     0x5d5c1e63f727 - raft::raft::tests::test_fail_agree_2b::{{closure}}::h1afb9ca050bec61e
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:135:24
[INFO] [stdout]   25:     0x5d5c1e61e726 - core::ops::function::FnOnce::call_once::h7463cb22354a53ea
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_fail_no_agree_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_fail_no_agree_2b' (1317) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63fcbf - raft::raft::tests::test_fail_no_agree_2b::h95b0d3ac406e37e4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:168:19
[INFO] [stdout]   24:     0x5d5c1e6407d7 - raft::raft::tests::test_fail_no_agree_2b::{{closure}}::he871b9a5c5165505
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:166:27
[INFO] [stdout]   25:     0x5d5c1e61e116 - core::ops::function::FnOnce::call_once::h2c2669ff0ab44752
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_figure_8_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_figure_8_2c' (1318) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63d6cf - raft::raft::tests::test_figure_8_2c::he96c74ebc13e97d6
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:703:19
[INFO] [stdout]   24:     0x5d5c1e63e427 - raft::raft::tests::test_figure_8_2c::{{closure}}::h1188e6a6ad163fa8
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:701:22
[INFO] [stdout]   25:     0x5d5c1e61f766 - core::ops::function::FnOnce::call_once::hf40cf3902c57d46b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_figure_8_unreliable_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_figure_8_unreliable_2c' (1319) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6434f2 - raft::raft::tests::test_figure_8_unreliable_2c::hd594f440a73fccb0
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:804:19
[INFO] [stdout]   24:     0x5d5c1e644037 - raft::raft::tests::test_figure_8_unreliable_2c::{{closure}}::ha2d218d6b44817cb
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:802:33
[INFO] [stdout]   25:     0x5d5c1e61f7a6 - core::ops::function::FnOnce::call_once::hf4469872e90188d1
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_initial_election_2a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_initial_election_2a' (1320) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e640bb9 - raft::raft::tests::test_initial_election_2a::hdc1f5183b22a4b47
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:30:19
[INFO] [stdout]   24:     0x5d5c1e640df7 - raft::raft::tests::test_initial_election_2a::{{closure}}::hd44b42f2d46eab7c
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:28:30
[INFO] [stdout]   25:     0x5d5c1e61e0d6 - core::ops::function::FnOnce::call_once::h2a1793f0ce926b75
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_many_elections_2a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_many_elections_2a' (1321) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e640821 - raft::raft::tests::test_many_elections_2a::h69d5dc0876ac8cf5
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:92:19
[INFO] [stdout]   24:     0x5d5c1e640a77 - raft::raft::tests::test_many_elections_2a::{{closure}}::h705bbdb207301808
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:90:28
[INFO] [stdout]   25:     0x5d5c1e61ede6 - core::ops::function::FnOnce::call_once::haab4414a4aecbbc0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_persist1_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_persist1_2c' (1322) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63e46c - raft::raft::tests::test_persist1_2c::hd2659c3fd7836738
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:573:19
[INFO] [stdout]   24:     0x5d5c1e63e887 - raft::raft::tests::test_persist1_2c::{{closure}}::ha80af29fbbb8c304
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:571:22
[INFO] [stdout]   25:     0x5d5c1e61e006 - core::ops::function::FnOnce::call_once::h25142c891e92b538
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_persist2_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_persist2_2c' (1323) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63e8cf - raft::raft::tests::test_persist2_2c::ha63e2cf58f0ff249
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:619:19
[INFO] [stdout]   24:     0x5d5c1e63f0a7 - raft::raft::tests::test_persist2_2c::{{closure}}::h76514728cd0b7c4c
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:617:22
[INFO] [stdout]   25:     0x5d5c1e61de86 - core::ops::function::FnOnce::call_once::h1a15574dc3f8e372
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_persist3_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_persist3_2c' (1324) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63f0e9 - raft::raft::tests::test_persist3_2c::he42861b4a6f0ac50
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:665:19
[INFO] [stdout]   24:     0x5d5c1e63f4b7 - raft::raft::tests::test_persist3_2c::{{closure}}::h8faefb66ead45129
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:663:22
[INFO] [stdout]   25:     0x5d5c1e61e5a6 - core::ops::function::FnOnce::call_once::h695c4460bdd4621c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_reelection_2a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_reelection_2a' (1325) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63f769 - raft::raft::tests::test_reelection_2a::hc6453eb94cd67866
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:58:19
[INFO] [stdout]   24:     0x5d5c1e63f977 - raft::raft::tests::test_reelection_2a::{{closure}}::h93214b2d006d02b5
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:56:24
[INFO] [stdout]   25:     0x5d5c1e61e6e6 - core::ops::function::FnOnce::call_once::h743ff41ba3282aea
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_rejoin_2b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_rejoin_2b' (1326) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e63ccff - raft::raft::tests::test_rejoin_2b::h0d006661e9f90c41
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:318:19
[INFO] [stdout]   24:     0x5d5c1e63d687 - raft::raft::tests::test_rejoin_2b::{{closure}}::h09a8778c7a71d910
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:316:20
[INFO] [stdout]   25:     0x5d5c1e61dda6 - core::ops::function::FnOnce::call_once::h135bad09c0f35726
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_reliable_churn_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_reliable_churn_2c' (1327) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6399cd - raft::raft::tests::internal_churn::h7742c2ea22fe75bb
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:879:19
[INFO] [stdout]   24:     0x5d5c1e640b08 - raft::raft::tests::test_reliable_churn_2c::h49d82ce99915c844
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1031:5
[INFO] [stdout]   25:     0x5d5c1e640b27 - raft::raft::tests::test_reliable_churn_2c::{{closure}}::ha3af08ede2d99d01
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1030:28
[INFO] [stdout]   26:     0x5d5c1e61e246 - core::ops::function::FnOnce::call_once::h386326fcb6634e9c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   39:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   44:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   46:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   48:     0x74b603fcfa64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_snapshot_basic_2d stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_snapshot_basic_2d' (1328) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6456e7 - raft::raft::config::Config::new_with_snapshot::h0cbe2ec1463de492
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:142:19
[INFO] [stdout]   24:     0x5d5c1e6375e3 - raft::raft::tests::snap_common::h095f8c321f7048b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1044:19
[INFO] [stdout]   25:     0x5d5c1e640b5d - raft::raft::tests::test_snapshot_basic_2d::h1a356e73d0bd9ff8
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1099:5
[INFO] [stdout]   26:     0x5d5c1e640b77 - raft::raft::tests::test_snapshot_basic_2d::{{closure}}::h0a6b136665f34f98
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1098:28
[INFO] [stdout]   27:     0x5d5c1e61db76 - core::ops::function::FnOnce::call_once::h0149456f53f36491
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   49:     0x74b603fcfa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_snapshot_install_2d stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_snapshot_install_2d' (1329) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6456e7 - raft::raft::config::Config::new_with_snapshot::h0cbe2ec1463de492
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:142:19
[INFO] [stdout]   24:     0x5d5c1e6375e3 - raft::raft::tests::snap_common::h095f8c321f7048b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1044:19
[INFO] [stdout]   25:     0x5d5c1e640e2c - raft::raft::tests::test_snapshot_install_2d::h1ce676b80ca32ed6
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1104:5
[INFO] [stdout]   26:     0x5d5c1e640e47 - raft::raft::tests::test_snapshot_install_2d::{{closure}}::h50e5e889c48b98c4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1103:30
[INFO] [stdout]   27:     0x5d5c1e61f236 - core::ops::function::FnOnce::call_once::hcd7873d9af50157c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   49:     0x74b603fcfa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_snapshot_install_crash_2d stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_snapshot_install_crash_2d' (1330) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6456e7 - raft::raft::config::Config::new_with_snapshot::h0cbe2ec1463de492
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:142:19
[INFO] [stdout]   24:     0x5d5c1e6375e3 - raft::raft::tests::snap_common::h095f8c321f7048b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1044:19
[INFO] [stdout]   25:     0x5d5c1e64406d - raft::raft::tests::test_snapshot_install_crash_2d::h1e4a3b7b7def677c
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1124:5
[INFO] [stdout]   26:     0x5d5c1e644087 - raft::raft::tests::test_snapshot_install_crash_2d::{{closure}}::h6382dc8397c8e284
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1123:36
[INFO] [stdout]   27:     0x5d5c1e61e9f6 - core::ops::function::FnOnce::call_once::h88a2bece7ffd0ff6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   49:     0x74b603fcfa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_snapshot_install_uncrash_2d stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_snapshot_install_uncrash_2d' (1331) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6456e7 - raft::raft::config::Config::new_with_snapshot::h0cbe2ec1463de492
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:142:19
[INFO] [stdout]   24:     0x5d5c1e6375e3 - raft::raft::tests::snap_common::h095f8c321f7048b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1044:19
[INFO] [stdout]   25:     0x5d5c1e6440bc - raft::raft::tests::test_snapshot_install_uncrash_2d::h7af603302156b0b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1129:5
[INFO] [stdout]   26:     0x5d5c1e6440d7 - raft::raft::tests::test_snapshot_install_uncrash_2d::{{closure}}::h55aa26008937098c
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1128:38
[INFO] [stdout]   27:     0x5d5c1e61e7a6 - core::ops::function::FnOnce::call_once::h77103ef7217bbe43
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   49:     0x74b603fcfa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_snapshot_install_unreliable_2d stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_snapshot_install_unreliable_2d' (1332) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6456e7 - raft::raft::config::Config::new_with_snapshot::h0cbe2ec1463de492
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:142:19
[INFO] [stdout]   24:     0x5d5c1e6375e3 - raft::raft::tests::snap_common::h095f8c321f7048b4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1044:19
[INFO] [stdout]   25:     0x5d5c1e64410d - raft::raft::tests::test_snapshot_install_unreliable_2d::he4576e7e57db9e09
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1114:5
[INFO] [stdout]   26:     0x5d5c1e644127 - raft::raft::tests::test_snapshot_install_unreliable_2d::{{closure}}::h627f26935d81ef15
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1113:41
[INFO] [stdout]   27:     0x5d5c1e61e1a6 - core::ops::function::FnOnce::call_once::h3265e2d3562fdd4f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   49:     0x74b603fcfa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_unreliable_agree_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_unreliable_agree_2c' (1333) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e640ec2 - raft::raft::tests::test_unreliable_agree_2c::h5474d010a80d7b1d
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:762:23
[INFO] [stdout]   24:     0x5d5c1e641757 - raft::raft::tests::test_unreliable_agree_2c::{{closure}}::hff0306e39b7ddd75
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:758:30
[INFO] [stdout]   25:     0x5d5c1e61ea76 - core::ops::function::FnOnce::call_once::h8b96d09900767e11
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   47:     0x74b603fcfa64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- raft::tests::test_unreliable_churn_2c stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'raft::tests::test_unreliable_churn_2c' (1334) panicked at raft/src/raft/config.rs:61:17:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5c1e91847a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5c1e91847a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5c1e91847a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5c1e92d4ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5c1e92d4ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d5c1e91d132 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5c1e91d132 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5c1e8f702f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5c1e8f702f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5c1e910569 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5c1e812a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d5c1e812a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5c1e9107e2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d5c1e9107e2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5c1e8f711a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d5c1e8eea59 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5c1e8f7dfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d5c1e92ddfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d5c1e8fc3ec - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x5d5c1e6032c8 - std::sync::once::Once::call_once::hf66578db765b12f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   21:     0x5d5c1e6441f4 - raft::raft::config::init_logger::h5cb21520738246d7
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:61:17
[INFO] [stdout]   22:     0x5d5c1e645d7e - raft::raft::config::Config::new::h7c5b0dabad8337a4
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/config.rs:101:9
[INFO] [stdout]   23:     0x5d5c1e6399cd - raft::raft::tests::internal_churn::h7742c2ea22fe75bb
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:879:19
[INFO] [stdout]   24:     0x5d5c1e64184b - raft::raft::tests::test_unreliable_churn_2c::h55652014d9283fc9
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1036:5
[INFO] [stdout]   25:     0x5d5c1e641867 - raft::raft::tests::test_unreliable_churn_2c::{{closure}}::h0937ea832c84c381
[INFO] [stdout]                                at /opt/rustwide/workdir/raft/src/raft/tests.rs:1035:30
[INFO] [stdout]   26:     0x5d5c1e61f846 - core::ops::function::FnOnce::call_once::hf7f50daab9c76553
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5d5c1e806b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5d5c1e806b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5d5c1e81354b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5d5c1e81354b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5d5c1e81354b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5d5c1e80ec64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5d5c1e80ec64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   39:     0x5d5c1e816152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x5d5c1e816152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5d5c1e816152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   44:     0x5d5c1e816152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5d5c1e917d4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   46:     0x5d5c1e917d4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x74b603f42aa4 - <unknown>
[INFO] [stdout]   48:     0x74b603fcfa64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     raft::tests::test_backup_2b
[INFO] [stdout]     raft::tests::test_basic_agree_2b
[INFO] [stdout]     raft::tests::test_concurrent_starts_2b
[INFO] [stdout]     raft::tests::test_count_2b
[INFO] [stdout]     raft::tests::test_fail_agree_2b
[INFO] [stdout]     raft::tests::test_fail_no_agree_2b
[INFO] [stdout]     raft::tests::test_figure_8_2c
[INFO] [stdout]     raft::tests::test_figure_8_unreliable_2c
[INFO] [stdout]     raft::tests::test_initial_election_2a
[INFO] [stdout]     raft::tests::test_many_elections_2a
[INFO] [stdout]     raft::tests::test_persist1_2c
[INFO] [stdout]     raft::tests::test_persist2_2c
[INFO] [stdout]     raft::tests::test_persist3_2c
[INFO] [stdout]     raft::tests::test_reelection_2a
[INFO] [stdout]     raft::tests::test_rejoin_2b
[INFO] [stdout]     raft::tests::test_reliable_churn_2c
[INFO] [stdout]     raft::tests::test_snapshot_basic_2d
[INFO] [stdout]     raft::tests::test_snapshot_install_2d
[INFO] [stdout]     raft::tests::test_snapshot_install_crash_2d
[INFO] [stdout]     raft::tests::test_snapshot_install_uncrash_2d
[INFO] [stdout]     raft::tests::test_snapshot_install_unreliable_2d
[INFO] [stdout]     raft::tests::test_unreliable_agree_2c
[INFO] [stdout]     raft::tests::test_unreliable_churn_2c
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 23 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.67s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p raft --lib`
[INFO] running `Command { std: "docker" "inspect" "007ca3c44ee54a96bbe0c39882c7673ab7c6464f9d821c53ea85b70825872863", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "007ca3c44ee54a96bbe0c39882c7673ab7c6464f9d821c53ea85b70825872863", kill_on_drop: false }`
[INFO] [stdout] 007ca3c44ee54a96bbe0c39882c7673ab7c6464f9d821c53ea85b70825872863
