[INFO] cloning repository https://github.com/dtrosien/actor-raft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dtrosien/actor-raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Factor-raft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Factor-raft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff8b0c420ed2141b4dfdb6283e78375d147ed56a [INFO] testing dtrosien/actor-raft against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Factor-raft" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dtrosien/actor-raft on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dtrosien/actor-raft [INFO] finished tweaking git repo https://github.com/dtrosien/actor-raft [INFO] tweaked toml for git repo https://github.com/dtrosien/actor-raft written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dtrosien/actor-raft already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8ff02cf4dccdca4c61775dea19cd3b1ba4e0c227b4cf13c289b8e5c88e308ca [INFO] running `Command { std: "docker" "start" "-a" "a8ff02cf4dccdca4c61775dea19cd3b1ba4e0c227b4cf13c289b8e5c88e308ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8ff02cf4dccdca4c61775dea19cd3b1ba4e0c227b4cf13c289b8e5c88e308ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8ff02cf4dccdca4c61775dea19cd3b1ba4e0c227b4cf13c289b8e5c88e308ca", kill_on_drop: false }` [INFO] [stdout] a8ff02cf4dccdca4c61775dea19cd3b1ba4e0c227b4cf13c289b8e5c88e308ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c01eff12b1b989840fd0e49efdf503d9512fabf3c60aa90c98235d35e3465a8 [INFO] running `Command { std: "docker" "start" "-a" "8c01eff12b1b989840fd0e49efdf503d9512fabf3c60aa90c98235d35e3465a8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.27 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling rustversion v1.0.11 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling futures-sink v0.3.26 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling prettyplease v0.1.23 [INFO] [stderr] Compiling futures-channel v0.3.26 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling async-trait v0.1.64 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling axum-core v0.3.2 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling axum v0.6.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling matchit v0.7.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling sled v0.34.7 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling prost-derive v0.11.6 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling async-stream-impl v0.3.4 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing-test-macro v0.2.4 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling prost v0.11.6 [INFO] [stderr] Compiling async-stream v0.3.4 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling prost-types v0.11.6 [INFO] [stderr] Compiling prost-build v0.11.6 [INFO] [stderr] Compiling tokio-util v0.7.7 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.12 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tonic-build v0.8.4 [INFO] [stderr] Compiling tracing-test v0.2.4 [INFO] [stderr] Compiling actor-raft v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tower-http v0.3.5 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling hyper v0.14.24 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.8.3 [INFO] [stdout] warning: unused import: `crate::raft_server::rpc` [INFO] [stdout] --> src/raft_server/actors/election/worker.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::raft_server::rpc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::raft_server::config::{Config, ConfigStorage, NodeConfig}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `broadcast` [INFO] [stdout] --> src/raft_server/actors/log/log_store.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::{broadcast, mpsc, oneshot}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::raft_server::rpc::node_client` [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::raft_server::rpc::node_client; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `once_cell::sync::Lazy` [INFO] [stdout] --> src/raft_server/db/test_utils.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use once_cell::sync::Lazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> src/raft_server/db/test_utils.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `oneshot` [INFO] [stdout] --> src/raft_server/raft_node.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | use tokio::sync::{broadcast, oneshot, Mutex}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 234 | todo!("self.replicator.unwrap().add_worker"); [INFO] [stdout] | -------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 235 | todo!("self.initiator.unwrap().add_worker"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic` which comes from the expansion of the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `retry` is never used [INFO] [stdout] --> src/raft_client/client.rs:198:14 [INFO] [stdout] | [INFO] [stdout] 21 | impl Client { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 198 | async fn retry( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetId` is never constructed [INFO] [stdout] --> src/raft_server/actors/blank_actor.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | enum ActorMsg { [INFO] [stdout] | -------- variant in this enum [INFO] [stdout] 11 | GetId { respond_to: oneshot::Sender }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ActorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sender` is never read [INFO] [stdout] --> src/raft_server/actors/blank_actor.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct ActorHandle { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 42 | sender: mpsc::Sender, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ActorHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetWorker` is never constructed [INFO] [stdout] --> src/raft_server/actors/election/initiator.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 25 | enum InitiatorMsg { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 32 | GetWorker { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InitiatorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetNode` is never constructed [INFO] [stdout] --> src/raft_server/actors/election/worker.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 22 | enum WorkerMsg { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 26 | GetNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `config_storage` is never read [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct Executor { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | config_storage: Arc>>>, // todo just use Vec NodeConf as cache .. this could be read from handles... [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Executor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `SetCommitIndex` and `SetLastApplied` are never constructed [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 41 | enum ExecutorMsg { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 63 | SetCommitIndex { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | SetLastApplied { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExecutorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uri` is never read [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 18 | struct Worker { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | uri: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `GetNode`, `GetStateMeta`, and `GetCachedEntries` are never constructed [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | enum WorkerMsg { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 33 | GetNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | GetStateMeta { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | GetCachedEntries { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Set` is never constructed [INFO] [stdout] --> src/raft_server/actors/term_store.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 15 | enum TermMsg { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 26 | Set { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TermMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s [INFO] running `Command { std: "docker" "inspect" "8c01eff12b1b989840fd0e49efdf503d9512fabf3c60aa90c98235d35e3465a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c01eff12b1b989840fd0e49efdf503d9512fabf3c60aa90c98235d35e3465a8", kill_on_drop: false }` [INFO] [stdout] 8c01eff12b1b989840fd0e49efdf503d9512fabf3c60aa90c98235d35e3465a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 113faa57b79b27ba232c14b2b232c228904ca56b87fbd863f6b60d8a2fd0de87 [INFO] running `Command { std: "docker" "start" "-a" "113faa57b79b27ba232c14b2b232c228904ca56b87fbd863f6b60d8a2fd0de87", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `crate::raft_server::rpc` [INFO] [stdout] --> src/raft_server/actors/election/worker.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::raft_server::rpc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::raft_server::config::{Config, ConfigStorage, NodeConfig}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `broadcast` [INFO] [stdout] --> src/raft_server/actors/log/log_store.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::{broadcast, mpsc, oneshot}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::raft_server::rpc::node_client` [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::raft_server::rpc::node_client; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `once_cell::sync::Lazy` [INFO] [stdout] --> src/raft_server/db/test_utils.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use once_cell::sync::Lazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> src/raft_server/db/test_utils.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `oneshot` [INFO] [stdout] --> src/raft_server/raft_node.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | use tokio::sync::{broadcast, oneshot, Mutex}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 234 | todo!("self.replicator.unwrap().add_worker"); [INFO] [stdout] | -------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 235 | todo!("self.initiator.unwrap().add_worker"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic` which comes from the expansion of the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `retry` is never used [INFO] [stdout] --> src/raft_client/client.rs:198:14 [INFO] [stdout] | [INFO] [stdout] 21 | impl Client { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 198 | async fn retry( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetId` is never constructed [INFO] [stdout] --> src/raft_server/actors/blank_actor.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | enum ActorMsg { [INFO] [stdout] | -------- variant in this enum [INFO] [stdout] 11 | GetId { respond_to: oneshot::Sender }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ActorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sender` is never read [INFO] [stdout] --> src/raft_server/actors/blank_actor.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct ActorHandle { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 42 | sender: mpsc::Sender, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ActorHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetWorker` is never constructed [INFO] [stdout] --> src/raft_server/actors/election/initiator.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 25 | enum InitiatorMsg { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 32 | GetWorker { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InitiatorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GetNode` is never constructed [INFO] [stdout] --> src/raft_server/actors/election/worker.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 22 | enum WorkerMsg { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 26 | GetNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `config_storage` is never read [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct Executor { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | config_storage: Arc>>>, // todo just use Vec NodeConf as cache .. this could be read from handles... [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Executor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `SetCommitIndex` and `SetLastApplied` are never constructed [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 41 | enum ExecutorMsg { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 63 | SetCommitIndex { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | SetLastApplied { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExecutorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uri` is never read [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 18 | struct Worker { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | uri: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `GetNode`, `GetStateMeta`, and `GetCachedEntries` are never constructed [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | enum WorkerMsg { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 33 | GetNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | GetStateMeta { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | GetCachedEntries { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Set` is never constructed [INFO] [stdout] --> src/raft_server/actors/term_store.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 15 | enum TermMsg { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 26 | Set { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TermMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling actor-raft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `IntegrationTestApp`, `get_test_db_paths`, `get_test_port`, and `prepare_node_from_config` [INFO] [stdout] --> tests/client_integration_tests.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | enable_tracing, get_test_db_paths, get_test_port, prepare_cluster, prepare_node_from_config, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | IntegrationTestApp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `IntegrationTestApp`, `get_test_db_paths`, and `get_test_port` [INFO] [stdout] --> tests/server_integration_tests.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | enable_tracing, get_test_db_paths, get_test_port, prepare_cluster, prepare_node_from_config, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] 3 | IntegrationTestApp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `prepare_node_from_config` is never used [INFO] [stdout] --> tests/common/mod.rs:199:14 [INFO] [stdout] | [INFO] [stdout] 199 | pub async fn prepare_node_from_config(config: Config, s_shutdown: Sender<()>) -> RaftNode { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::raft_server::rpc` [INFO] [stdout] --> src/raft_server/actors/election/worker.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::raft_server::rpc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::raft_server::config::{Config, ConfigStorage, NodeConfig}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `broadcast` [INFO] [stdout] --> src/raft_server/actors/log/log_store.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::{broadcast, mpsc, oneshot}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::raft_server::rpc::node_client` [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::raft_server::rpc::node_client; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `oneshot` [INFO] [stdout] --> src/raft_server/raft_node.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | use tokio::sync::{broadcast, oneshot, Mutex}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Request`, `Response`, and `Status` [INFO] [stdout] --> src/raft_server/rpc/node_client.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | use tonic::{Request, Response, Status}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `start_test_request` [INFO] [stdout] --> src/raft_server/rpc/node_client.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | get_test_port, start_test_request, start_test_server, TestServerFalse, TestServerTrue, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AppendEntriesReply` and `RequestVoteReply` [INFO] [stdout] --> src/raft_server/rpc/node_client.rs:121:34 [INFO] [stdout] | [INFO] [stdout] 121 | use crate::raft_server_rpc::{AppendEntriesReply, RequestVoteReply, RequestVoteRequest}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 234 | todo!("self.replicator.unwrap().add_worker"); [INFO] [stdout] | -------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 235 | todo!("self.initiator.unwrap().add_worker"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic` which comes from the expansion of the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repl1` [INFO] [stdout] --> src/raft_server/rpc/client_server.rs:325:17 [INFO] [stdout] | [INFO] [stdout] 325 | let repl1 = client_server [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repl2` [INFO] [stdout] --> src/raft_server/rpc/client_server.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | let repl2 = client_server [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repl1` [INFO] [stdout] --> src/raft_server/rpc/client_server.rs:588:17 [INFO] [stdout] | [INFO] [stdout] 588 | let repl1 = client_server [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repl2` [INFO] [stdout] --> src/raft_server/rpc/client_server.rs:593:17 [INFO] [stdout] | [INFO] [stdout] 593 | let repl2 = client_server [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vote_request` [INFO] [stdout] --> src/raft_server/rpc/node_client.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | let vote_request = RequestVoteRequest { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `append_entries_request` [INFO] [stdout] --> src/raft_server/rpc/node_client.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | let append_entries_request = AppendEntriesRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_append_entries_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `request` [INFO] [stdout] --> src/raft_server/rpc/utils.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | request: Request, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `request` [INFO] [stdout] --> src/raft_server/rpc/utils.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | request: Request, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `request` [INFO] [stdout] --> src/raft_server/rpc/utils.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | request: Request, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `request` [INFO] [stdout] --> src/raft_server/rpc/utils.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | request: Request, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `retry` is never used [INFO] [stdout] --> src/raft_client/client.rs:198:14 [INFO] [stdout] | [INFO] [stdout] 21 | impl Client { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 198 | async fn retry( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `config_storage` is never read [INFO] [stdout] --> src/raft_server/actors/log/executor.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct Executor { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | config_storage: Arc>>>, // todo just use Vec NodeConf as cache .. this could be read from handles... [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Executor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uri` is never read [INFO] [stdout] --> src/raft_server/actors/log/replication/worker.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 18 | struct Worker { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | uri: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `start_test_request` is never used [INFO] [stdout] --> src/raft_server/rpc/utils.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | pub async fn start_test_request(f: F) -> Result> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 46.59s [INFO] running `Command { std: "docker" "inspect" "113faa57b79b27ba232c14b2b232c228904ca56b87fbd863f6b60d8a2fd0de87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "113faa57b79b27ba232c14b2b232c228904ca56b87fbd863f6b60d8a2fd0de87", kill_on_drop: false }` [INFO] [stdout] 113faa57b79b27ba232c14b2b232c228904ca56b87fbd863f6b60d8a2fd0de87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d9bf452aee89ff53c3eef425c2448949b00079b3752277ee74e29d6b07c67aa3 [INFO] running `Command { std: "docker" "start" "-a" "d9bf452aee89ff53c3eef425c2448949b00079b3752277ee74e29d6b07c67aa3", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::raft_server::rpc` [INFO] [stderr] --> src/raft_server/actors/election/worker.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::raft_server::rpc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Config` [INFO] [stderr] --> src/raft_server/actors/log/executor.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::raft_server::config::{Config, ConfigStorage, NodeConfig}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `broadcast` [INFO] [stderr] --> src/raft_server/actors/log/log_store.rs:6:19 [INFO] [stderr] | [INFO] [stderr] 6 | use tokio::sync::{broadcast, mpsc, oneshot}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::raft_server::rpc::node_client` [INFO] [stderr] --> src/raft_server/actors/log/replication/worker.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::raft_server::rpc::node_client; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `once_cell::sync::Lazy` [INFO] [stderr] --> src/raft_server/db/test_utils.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use once_cell::sync::Lazy; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::sync::Mutex` [INFO] [stderr] --> src/raft_server/db/test_utils.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio::sync::Mutex; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `oneshot` [INFO] [stderr] --> src/raft_server/raft_node.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio::sync::{broadcast, oneshot, Mutex}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/raft_server/actors/log/executor.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 234 | todo!("self.replicator.unwrap().add_worker"); [INFO] [stderr] | -------------------------------------------- any code following this expression is unreachable [INFO] [stderr] 235 | todo!("self.initiator.unwrap().add_worker"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `$crate::panic` which comes from the expansion of the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: method `retry` is never used [INFO] [stderr] --> src/raft_client/client.rs:198:14 [INFO] [stderr] | [INFO] [stderr] 21 | impl Client { [INFO] [stderr] | ----------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 198 | async fn retry( [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `GetId` is never constructed [INFO] [stderr] --> src/raft_server/actors/blank_actor.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 10 | enum ActorMsg { [INFO] [stderr] | -------- variant in this enum [INFO] [stderr] 11 | GetId { respond_to: oneshot::Sender }, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ActorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `sender` is never read [INFO] [stderr] --> src/raft_server/actors/blank_actor.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 41 | pub struct ActorHandle { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 42 | sender: mpsc::Sender, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ActorHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variant `GetWorker` is never constructed [INFO] [stderr] --> src/raft_server/actors/election/initiator.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 25 | enum InitiatorMsg { [INFO] [stderr] | ------------ variant in this enum [INFO] [stderr] ... [INFO] [stderr] 32 | GetWorker { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `InitiatorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variant `GetNode` is never constructed [INFO] [stderr] --> src/raft_server/actors/election/worker.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 22 | enum WorkerMsg { [INFO] [stderr] | --------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 26 | GetNode { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `config_storage` is never read [INFO] [stderr] --> src/raft_server/actors/log/executor.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 22 | struct Executor { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 37 | config_storage: Arc>>>, // todo just use Vec NodeConf as cache .. this could be read from handles... [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Executor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variants `SetCommitIndex` and `SetLastApplied` are never constructed [INFO] [stderr] --> src/raft_server/actors/log/executor.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 41 | enum ExecutorMsg { [INFO] [stderr] | ----------- variants in this enum [INFO] [stderr] ... [INFO] [stderr] 63 | SetCommitIndex { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | SetLastApplied { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExecutorMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `uri` is never read [INFO] [stderr] --> src/raft_server/actors/log/replication/worker.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 18 | struct Worker { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 24 | uri: String, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variants `GetNode`, `GetStateMeta`, and `GetCachedEntries` are never constructed [INFO] [stderr] --> src/raft_server/actors/log/replication/worker.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 32 | enum WorkerMsg { [INFO] [stderr] | --------- variants in this enum [INFO] [stderr] 33 | GetNode { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | GetStateMeta { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 39 | GetCachedEntries { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `WorkerMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variant `Set` is never constructed [INFO] [stderr] --> src/raft_server/actors/term_store.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 15 | enum TermMsg { [INFO] [stderr] | ------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 26 | Set { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TermMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Request`, `Response`, and `Status` [INFO] [stderr] --> src/raft_server/rpc/node_client.rs:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | use tonic::{Request, Response, Status}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `start_test_request` [INFO] [stderr] --> src/raft_server/rpc/node_client.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | get_test_port, start_test_request, start_test_server, TestServerFalse, TestServerTrue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AppendEntriesReply` and `RequestVoteReply` [INFO] [stderr] --> src/raft_server/rpc/node_client.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | use crate::raft_server_rpc::{AppendEntriesReply, RequestVoteReply, RequestVoteRequest}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repl1` [INFO] [stderr] --> src/raft_server/rpc/client_server.rs:325:17 [INFO] [stderr] | [INFO] [stderr] 325 | let repl1 = client_server [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl1` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repl2` [INFO] [stderr] --> src/raft_server/rpc/client_server.rs:330:17 [INFO] [stderr] | [INFO] [stderr] 330 | let repl2 = client_server [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repl1` [INFO] [stderr] --> src/raft_server/rpc/client_server.rs:588:17 [INFO] [stderr] | [INFO] [stderr] 588 | let repl1 = client_server [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repl2` [INFO] [stderr] --> src/raft_server/rpc/client_server.rs:593:17 [INFO] [stderr] | [INFO] [stderr] 593 | let repl2 = client_server [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_repl2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vote_request` [INFO] [stderr] --> src/raft_server/rpc/node_client.rs:191:13 [INFO] [stderr] | [INFO] [stderr] 191 | let vote_request = RequestVoteRequest { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_request` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `append_entries_request` [INFO] [stderr] --> src/raft_server/rpc/node_client.rs:294:13 [INFO] [stderr] | [INFO] [stderr] 294 | let append_entries_request = AppendEntriesRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_append_entries_request` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/raft_server/rpc/utils.rs:130:13 [INFO] [stderr] | [INFO] [stderr] 130 | request: Request, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/raft_server/rpc/utils.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | request: Request, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/raft_server/rpc/utils.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | request: Request, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/raft_server/rpc/utils.rs:168:13 [INFO] [stderr] | [INFO] [stderr] 168 | request: Request, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` [INFO] [stderr] [INFO] [stderr] warning: function `start_test_request` is never used [INFO] [stderr] --> src/raft_server/rpc/utils.rs:99:18 [INFO] [stderr] | [INFO] [stderr] 99 | pub async fn start_test_request(f: F) -> Result> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `actor-raft` (lib) generated 18 warnings (run `cargo fix --lib -p actor-raft` to apply 7 suggestions) [INFO] [stderr] warning: `actor-raft` (lib test) generated 23 warnings (9 duplicates) (run `cargo fix --lib -p actor-raft --tests` to apply 3 suggestions) [INFO] [stderr] warning: unused imports: `IntegrationTestApp`, `get_test_db_paths`, and `get_test_port` [INFO] [stderr] --> tests/server_integration_tests.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | enable_tracing, get_test_db_paths, get_test_port, prepare_cluster, prepare_node_from_config, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] 3 | IntegrationTestApp, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `IntegrationTestApp`, `get_test_db_paths`, `get_test_port`, and `prepare_node_from_config` [INFO] [stderr] --> tests/client_integration_tests.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | enable_tracing, get_test_db_paths, get_test_port, prepare_cluster, prepare_node_from_config, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 3 | IntegrationTestApp, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `prepare_node_from_config` is never used [INFO] [stderr] --> tests/common/mod.rs:199:14 [INFO] [stderr] | [INFO] [stderr] 199 | pub async fn prepare_node_from_config(config: Config, s_shutdown: Sender<()>) -> RaftNode { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `actor-raft` (test "server_integration_tests") generated 1 warning (run `cargo fix --test "server_integration_tests"` to apply 1 suggestion) [INFO] [stderr] warning: `actor-raft` (test "client_integration_tests") generated 2 warnings (run `cargo fix --test "client_integration_tests"` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/actor_raft-82d44aaa30a22ea7) [INFO] [stdout] running 58 tests [INFO] [stdout] test raft_server::actors::election::counter::tests::calculate_required_votes_test ... ok [INFO] [stdout] test raft_server::actors::election::counter::tests::reset_votes_received_test ... ok [INFO] [stdout] test raft_server::actors::election::counter::tests::register_vote_test ... ok [INFO] [stdout] test raft_server::actors::client_store::tests::set_get_result_test ... ok [INFO] [stdout] test raft_server::actors::blank_actor::tests::id_test ... ok [INFO] [stdout] test raft_server::actors::election::counter::tests::election_won_test ... ok [INFO] [stdout] test raft_server::actors::election::counter::tests::election_timeout_test ... ok [INFO] [stdout] test raft_server::actors::election::worker::tests::request_vote_test ... FAILED [INFO] [stdout] test raft_server::actors::election::worker::tests::get_node_test ... FAILED [INFO] [stdout] test raft_server::actors::log::executor::tests::new_commit_index_test ... ok [INFO] [stdout] test raft_server::actors::election::initiator::tests::get_worker_test ... FAILED [INFO] [stdout] test raft_server::actors::election::initiator::tests::get_voted_for_test ... FAILED [INFO] [stdout] test raft_server::actors::log::executor::tests::apply_log_test ... FAILED [INFO] [stdout] test raft_server::actors::log::log_store::tests::append_entry_test ... FAILED [INFO] [stdout] test raft_server::actors::log::executor::tests::commit_log_test ... FAILED [INFO] [stdout] test raft_server::actors::log::log_store::tests::get_last_log_term_test ... FAILED [INFO] [stdout] test raft_server::actors::log::executor::tests::get_commit_index_test ... FAILED [INFO] [stdout] test raft_server::actors::log::executor::tests::register_replication_success_test ... FAILED [INFO] [stdout] test raft_server::actors::log::log_store::tests::get_previous_entry_match_test ... FAILED [INFO] [stdout] test raft_server::actors::election::initiator::tests::start_election_test ... FAILED [INFO] [stdout] test raft_server::actors::log::log_store::tests::get_last_log_index_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::replicator::tests::batch_replication_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::replicator::tests::term_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::worker::tests::batch_replication_success_test ... FAILED [INFO] [stdout] test raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::worker::tests::get_node_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::replicator::tests::replication_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::worker::tests::replication_fail_test ... FAILED [INFO] [stdout] test raft_server::actors::log::replication::worker::tests::replication_success_test ... FAILED [INFO] [stdout] test raft_server::actors::timer::tests::run_once_timeout_test ... ok [INFO] [stdout] test raft_server::actors::term_store::tests::check_term_and_reply_test ... FAILED [INFO] [stdout] test raft_server::actors::timer::tests::timeout_test ... ok [INFO] [stdout] test raft_server::actors::term_store::tests::set_term_test ... FAILED [INFO] [stdout] test raft_server::actors::term_store::tests::get_term_test ... FAILED [INFO] [stdout] test raft_server::actors::timer::tests::stop_timer_test ... ok [INFO] [stdout] test raft_server::raft_handles::tests::build_handles_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::entries_test ... FAILED [INFO] [stdout] test raft_server::raft_node::tests::builder_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::manual_flush_entry_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::entry_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::term_test ... FAILED [INFO] [stdout] test raft_server::raft_node::tests::run_test ... FAILED [INFO] [stdout] test raft_server::rpc::client_server::tests::client_request_accept_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::previous_entry_test ... FAILED [INFO] [stdout] test raft_server::rpc::client_server::tests::client_query_accept_test ... FAILED [INFO] [stdout] test raft_server::db::raft_db::tests::voted_for_test ... FAILED [INFO] [stdout] test raft_server::rpc::client_server::tests::client_query_denied_test ... FAILED [INFO] [stdout] test raft_server::rpc::client_server::tests::client_registration_accept_test ... FAILED [INFO] [stdout] test raft_server::rpc::client_server::tests::client_request_denied_test ... FAILED [INFO] [stdout] test raft_server::rpc::node_server::tests::append_entry_test ... FAILED [INFO] [stdout] test raft_server::rpc::node_client::tests::request_vote_error_test ... ok [INFO] [stdout] test raft_server::rpc::node_client::tests::append_entries_false_test ... ok [INFO] [stdout] test raft_server::rpc::node_client::tests::append_entries_true_test ... ok [INFO] [stdout] test raft_server::rpc::node_client::tests::request_vote_false_test ... ok [INFO] [stdout] test raft_server::rpc::node_server::tests::request_votes_test ... FAILED [INFO] [stdout] test raft_server::rpc::node_client::tests::append_entries_error_test ... ok [INFO] [stdout] test raft_server::rpc::node_client::tests::request_vote_true_test ... ok [INFO] [stdout] test raft_server::actors::timer::tests::heartbeat_test ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::election::worker::tests::request_vote_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::election::worker::tests::request_vote_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf11480 - actor_raft::raft_server::actors::election::worker::tests::request_vote_test::{{closure}}::heb7b53bede25a7dd [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:171:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf10f8d - actor_raft::raft_server::actors::election::worker::tests::request_vote_test::h735427538d009434 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:200:9 [INFO] [stdout] 42: 0x55b40cf10e27 - actor_raft::raft_server::actors::election::worker::tests::request_vote_test::{{closure}}::hc52b7322874f9df7 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:167:33 [INFO] [stdout] 43: 0x55b40cca9af6 - core::ops::function::FnOnce::call_once::h8618f5522af7632a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::election::worker::tests::get_node_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::election::worker::tests::get_node_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf10898 - actor_raft::raft_server::actors::election::worker::tests::get_node_test::{{closure}}::h1bf80640a6e65f8e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:152:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf1047e - actor_raft::raft_server::actors::election::worker::tests::get_node_test::h9276c0a9ae4717f9 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:163:9 [INFO] [stdout] 42: 0x55b40cf10327 - actor_raft::raft_server::actors::election::worker::tests::get_node_test::{{closure}}::ha7d625009bf3dd9b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/worker.rs:149:29 [INFO] [stdout] 43: 0x55b40cca73a6 - core::ops::function::FnOnce::call_once::h20f4f1164f4ef5cc [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::election::initiator::tests::get_worker_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::election::initiator::tests::get_worker_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d1180e2 - actor_raft::raft_server::actors::election::initiator::tests::get_worker_test::{{closure}}::hcce8b81cd4f3416f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:298:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d117be1 - actor_raft::raft_server::actors::election::initiator::tests::get_worker_test::h2257fa07207b95b4 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:319:9 [INFO] [stdout] 42: 0x55b40d117a87 - actor_raft::raft_server::actors::election::initiator::tests::get_worker_test::{{closure}}::hbd3e20654e75cd29 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:295:31 [INFO] [stdout] 43: 0x55b40cca7b16 - core::ops::function::FnOnce::call_once::h31dcc497ffd65598 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::election::initiator::tests::get_voted_for_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::election::initiator::tests::get_voted_for_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d116b86 - actor_raft::raft_server::actors::election::initiator::tests::get_voted_for_test::{{closure}}::hcb26e4ff3fc18a66 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:265:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d116651 - actor_raft::raft_server::actors::election::initiator::tests::get_voted_for_test::hda38fb510e1874fe [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:291:9 [INFO] [stdout] 42: 0x55b40d1164f7 - actor_raft::raft_server::actors::election::initiator::tests::get_voted_for_test::{{closure}}::h0efe1a9ec9dbe4e1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:262:34 [INFO] [stdout] 43: 0x55b40cca82f6 - core::ops::function::FnOnce::call_once::h44ea7e3601c9ca05 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::executor::tests::apply_log_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::executor::tests::apply_log_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d12e488 - actor_raft::raft_server::actors::log::executor::tests::apply_log_test::{{closure}}::h238a89e9022a0b9d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:552:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d12df3e - actor_raft::raft_server::actors::log::executor::tests::apply_log_test::h930b2eb9a52b7dd8 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:601:9 [INFO] [stdout] 42: 0x55b40d12dde7 - actor_raft::raft_server::actors::log::executor::tests::apply_log_test::{{closure}}::h5bb7b8860118f78c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:550:30 [INFO] [stdout] 43: 0x55b40ccabe76 - core::ops::function::FnOnce::call_once::hf1e5ec085f726fc9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::log_store::tests::append_entry_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::log_store::tests::append_entry_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d167062 - actor_raft::raft_server::actors::log::log_store::tests::append_entry_test::{{closure}}::hee5754beb21502f2 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:363:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d166bc1 - actor_raft::raft_server::actors::log::log_store::tests::append_entry_test::h73c3fe25dcbe6180 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:418:9 [INFO] [stdout] 42: 0x55b40d166a67 - actor_raft::raft_server::actors::log::log_store::tests::append_entry_test::{{closure}}::hc693bc05d29c8761 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:361:33 [INFO] [stdout] 43: 0x55b40ccab466 - core::ops::function::FnOnce::call_once::hd4befc5b4da00fed [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::executor::tests::commit_log_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::executor::tests::commit_log_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d12cffe - actor_raft::raft_server::actors::log::executor::tests::commit_log_test::{{closure}}::h4f2f42e7633e0831 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:517:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d12cbee - actor_raft::raft_server::actors::log::executor::tests::commit_log_test::h7dca462d28428460 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:546:9 [INFO] [stdout] 42: 0x55b40d12ca97 - actor_raft::raft_server::actors::log::executor::tests::commit_log_test::{{closure}}::h2e7b325a70f78492 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:515:31 [INFO] [stdout] 43: 0x55b40cca8816 - core::ops::function::FnOnce::call_once::h4f4bcd8ad7d5e01c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::log_store::tests::get_last_log_term_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::log_store::tests::get_last_log_term_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d16a28b - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_term_test::{{closure}}::h49d65e1322964e37 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:433:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d169f4e - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_term_test::h12fffd12cbdaac98 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:435:9 [INFO] [stdout] 42: 0x55b40d169df7 - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_term_test::{{closure}}::h9361afbbb7c53efd [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:431:38 [INFO] [stdout] 43: 0x55b40cca7ca6 - core::ops::function::FnOnce::call_once::h354afbb124bb8607 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::executor::tests::get_commit_index_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::executor::tests::get_commit_index_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d12c726 - actor_raft::raft_server::actors::log::executor::tests::get_commit_index_test::{{closure}}::h7f39b1f393ec628b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:506:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d12c3ee - actor_raft::raft_server::actors::log::executor::tests::get_commit_index_test::h7283a97b8c688904 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:511:9 [INFO] [stdout] 42: 0x55b40d12c297 - actor_raft::raft_server::actors::log::executor::tests::get_commit_index_test::{{closure}}::h21579f3af69525d7 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:504:37 [INFO] [stdout] 43: 0x55b40ccaa8f6 - core::ops::function::FnOnce::call_once::hb5f1a9a87d49a00f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::executor::tests::register_replication_success_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::executor::tests::register_replication_success_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d131530 - actor_raft::raft_server::actors::log::executor::tests::register_replication_success_test::{{closure}}::h2e28fdcbbc937258 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:631:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d13105e - actor_raft::raft_server::actors::log::executor::tests::register_replication_success_test::h17c84d2d0306f48a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:665:9 [INFO] [stdout] 42: 0x55b40d130f07 - actor_raft::raft_server::actors::log::executor::tests::register_replication_success_test::{{closure}}::hee7fd468c2aaa0ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/executor.rs:629:49 [INFO] [stdout] 43: 0x55b40ccaa246 - core::ops::function::FnOnce::call_once::ha2e082654feba6d6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::log_store::tests::get_previous_entry_match_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::log_store::tests::get_previous_entry_match_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d16b6ab - actor_raft::raft_server::actors::log::log_store::tests::get_previous_entry_match_test::{{closure}}::h1b8c551b67fd8441 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:451:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d16b27e - actor_raft::raft_server::actors::log::log_store::tests::get_previous_entry_match_test::h8786c45de1f0d2cf [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:483:9 [INFO] [stdout] 42: 0x55b40d16b127 - actor_raft::raft_server::actors::log::log_store::tests::get_previous_entry_match_test::{{closure}}::h2f7a6b469bc91d2f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:449:45 [INFO] [stdout] 43: 0x55b40ccaa386 - core::ops::function::FnOnce::call_once::ha7ffc7eb3d685869 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::election::initiator::tests::start_election_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::election::initiator::tests::start_election_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d1191c5 - actor_raft::raft_server::actors::election::initiator::tests::start_election_test::{{closure}}::h0b034f4203a7d88d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:335:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d118c8e - actor_raft::raft_server::actors::election::initiator::tests::start_election_test::h2d7ca996add1821c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:366:9 [INFO] [stdout] 42: 0x55b40d118b07 - actor_raft::raft_server::actors::election::initiator::tests::start_election_test::{{closure}}::hb47bfb6581cc24ea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/election/initiator.rs:332:35 [INFO] [stdout] 43: 0x55b40cca79d6 - core::ops::function::FnOnce::call_once::h3053abe078aa061c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::log_store::tests::get_last_log_index_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::log_store::tests::get_last_log_index_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d169aeb - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_index_test::{{closure}}::hf9e06ef3536f2824 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:425:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d1697ae - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_index_test::hdf63954356e94f9f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:427:9 [INFO] [stdout] 42: 0x55b40d169657 - actor_raft::raft_server::actors::log::log_store::tests::get_last_log_index_test::{{closure}}::he0714e9852bfa50c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:423:39 [INFO] [stdout] 43: 0x55b40ccac3d6 - core::ops::function::FnOnce::call_once::hfd8e5e977109ab4b [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::replicator::tests::batch_replication_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::replicator::tests::batch_replication_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40ce1f279 - actor_raft::raft_server::actors::log::replication::replicator::tests::prepare_test_dependencies::{{closure}}::h40dfd5d83c99152f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:343:26 [INFO] [stdout] 27: 0x55b40ce3a913 - actor_raft::raft_server::actors::log::replication::replicator::tests::batch_replication_test::{{closure}}::hd2acbe883ad63ee3 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:293:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40ce3a66e - actor_raft::raft_server::actors::log::replication::replicator::tests::batch_replication_test::h3dcf207e563b02f7 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:317:9 [INFO] [stdout] 43: 0x55b40ce3a4e7 - actor_raft::raft_server::actors::log::replication::replicator::tests::batch_replication_test::{{closure}}::heaec57ba396be519 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:291:38 [INFO] [stdout] 44: 0x55b40ccaa0a6 - core::ops::function::FnOnce::call_once::h9733698df2b3eca6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::replicator::tests::term_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::replicator::tests::term_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40ce1f279 - actor_raft::raft_server::actors::log::replication::replicator::tests::prepare_test_dependencies::{{closure}}::h40dfd5d83c99152f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:343:26 [INFO] [stdout] 27: 0x55b40ce37bd8 - actor_raft::raft_server::actors::log::replication::replicator::tests::term_test::{{closure}}::hcf8212febe58cd04 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:239:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40ce3796e - actor_raft::raft_server::actors::log::replication::replicator::tests::term_test::hbb99d179ab19d21e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:250:9 [INFO] [stdout] 43: 0x55b40ce37817 - actor_raft::raft_server::actors::log::replication::replicator::tests::term_test::{{closure}}::h71b2479fc3bad6f4 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:237:25 [INFO] [stdout] 44: 0x55b40cca8bb6 - core::ops::function::FnOnce::call_once::h59d3128b05d10b29 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::worker::tests::batch_replication_success_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::worker::tests::batch_replication_success_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d164fa9 - actor_raft::raft_server::actors::log::replication::worker::tests::prepare_test_dependencies::{{closure}}::he9ffc9aa592a50b0 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:593:26 [INFO] [stdout] 27: 0x55b40d16fcb9 - actor_raft::raft_server::actors::log::replication::worker::tests::batch_replication_success_test::{{closure}}::h391a98a9a77d21d4 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:445:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40d16f900 - actor_raft::raft_server::actors::log::replication::worker::tests::batch_replication_success_test::hb03e3199b878588c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:489:9 [INFO] [stdout] 43: 0x55b40d16f797 - actor_raft::raft_server::actors::log::replication::worker::tests::batch_replication_success_test::{{closure}}::h946e1b4b006db547 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:442:46 [INFO] [stdout] 44: 0x55b40ccab3a6 - core::ops::function::FnOnce::call_once::hd345a946b3649d0b [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d06b1c1 - actor_raft::raft_server::actors::log::log_store::LogStore::new::{{closure}}::h5aede14fdad9f7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:61:18 [INFO] [stdout] 23: 0x55b40d0697e4 - actor_raft::raft_server::actors::log::log_store::LogStore::new::h16715ee58ad43200 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:59:5 [INFO] [stdout] 24: 0x55b40d0835b9 - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::{{closure}}::hfdc37e19185c133f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:251:25 [INFO] [stdout] 25: 0x55b40d081d2c - actor_raft::raft_server::actors::log::log_store::LogStoreHandle::new::ha960aafc3e30b19b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:248:5 [INFO] [stdout] 26: 0x55b40d16aa8b - actor_raft::raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test::{{closure}}::hc2ea47da1f0eafc6 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:441:25 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d16a6ee - actor_raft::raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test::h3cc0adcaebd1315c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:445:9 [INFO] [stdout] 42: 0x55b40d16a597 - actor_raft::raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test::{{closure}}::h98ba8f161b9028d9 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/log_store.rs:439:53 [INFO] [stdout] 43: 0x55b40ccaae56 - core::ops::function::FnOnce::call_once::hc4048641b9dd4979 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::worker::tests::get_node_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::worker::tests::get_node_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d164fa9 - actor_raft::raft_server::actors::log::replication::worker::tests::prepare_test_dependencies::{{closure}}::he9ffc9aa592a50b0 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:593:26 [INFO] [stdout] 27: 0x55b40d16c7f5 - actor_raft::raft_server::actors::log::replication::worker::tests::get_node_test::{{closure}}::he25308a701a1245c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:372:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40d16c5de - actor_raft::raft_server::actors::log::replication::worker::tests::get_node_test::hb190b1f2831f467a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:385:9 [INFO] [stdout] 43: 0x55b40d16c487 - actor_raft::raft_server::actors::log::replication::worker::tests::get_node_test::{{closure}}::h36cff3a724aaf1e0 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:370:29 [INFO] [stdout] 44: 0x55b40ccaa5a6 - core::ops::function::FnOnce::call_once::had1d610a9d2ad03b [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::replicator::tests::replication_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::replicator::tests::replication_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40ce1f279 - actor_raft::raft_server::actors::log::replication::replicator::tests::prepare_test_dependencies::{{closure}}::h40dfd5d83c99152f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:343:26 [INFO] [stdout] 27: 0x55b40ce3870d - actor_raft::raft_server::actors::log::replication::replicator::tests::replication_test::{{closure}}::habe1d7a25d2b15db [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:256:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40ce3846e - actor_raft::raft_server::actors::log::replication::replicator::tests::replication_test::h49bba5390517c513 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:278:9 [INFO] [stdout] 43: 0x55b40ce382e7 - actor_raft::raft_server::actors::log::replication::replicator::tests::replication_test::{{closure}}::h558c43870c8b01fe [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/replicator.rs:254:32 [INFO] [stdout] 44: 0x55b40ccab2b6 - core::ops::function::FnOnce::call_once::hcf5f72ab1a2ce420 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::worker::tests::replication_fail_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::worker::tests::replication_fail_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d164fa9 - actor_raft::raft_server::actors::log::replication::worker::tests::prepare_test_dependencies::{{closure}}::he9ffc9aa592a50b0 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:593:26 [INFO] [stdout] 27: 0x55b40d172e56 - actor_raft::raft_server::actors::log::replication::worker::tests::replication_fail_test::{{closure}}::ha70fb8305e9b23ea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:505:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40d172a40 - actor_raft::raft_server::actors::log::replication::worker::tests::replication_fail_test::hdaccebf96bd020b6 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:567:9 [INFO] [stdout] 43: 0x55b40d1728d7 - actor_raft::raft_server::actors::log::replication::worker::tests::replication_fail_test::{{closure}}::ha0680f8bb634de6b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:502:37 [INFO] [stdout] 44: 0x55b40cca8376 - core::ops::function::FnOnce::call_once::h45b2ebc1727812c6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::log::replication::worker::tests::replication_success_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::log::replication::worker::tests::replication_success_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d164fa9 - actor_raft::raft_server::actors::log::replication::worker::tests::prepare_test_dependencies::{{closure}}::he9ffc9aa592a50b0 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:593:26 [INFO] [stdout] 27: 0x55b40d16d34c - actor_raft::raft_server::actors::log::replication::worker::tests::replication_success_test::{{closure}}::h38f3d7288837158e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:392:41 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40d16cfe0 - actor_raft::raft_server::actors::log::replication::worker::tests::replication_success_test::h96b1886278027f30 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:429:9 [INFO] [stdout] 43: 0x55b40d16ce77 - actor_raft::raft_server::actors::log::replication::worker::tests::replication_success_test::{{closure}}::hc1a18a85c365bde6 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/log/replication/worker.rs:389:40 [INFO] [stdout] 44: 0x55b40cca9a16 - core::ops::function::FnOnce::call_once::h810f61abc407caeb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::term_store::tests::check_term_and_reply_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::term_store::tests::check_term_and_reply_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cea4abe - actor_raft::raft_server::actors::term_store::tests::check_term_and_reply_test::{{closure}}::hc281e5f6b526ea5a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:222:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cea460e - actor_raft::raft_server::actors::term_store::tests::check_term_and_reply_test::h0d3b956f46e2fb1e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:238:9 [INFO] [stdout] 42: 0x55b40cea44b7 - actor_raft::raft_server::actors::term_store::tests::check_term_and_reply_test::{{closure}}::hf2651e706c7b13bd [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:218:41 [INFO] [stdout] 43: 0x55b40ccaa206 - core::ops::function::FnOnce::call_once::ha2c30501c76c6477 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::term_store::tests::set_term_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::term_store::tests::set_term_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cea4016 - actor_raft::raft_server::actors::term_store::tests::set_term_test::{{closure}}::hf1ebb25775992b7a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:209:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cea3c0e - actor_raft::raft_server::actors::term_store::tests::set_term_test::h528643205360b537 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:214:9 [INFO] [stdout] 42: 0x55b40cea3ab7 - actor_raft::raft_server::actors::term_store::tests::set_term_test::{{closure}}::h15a5ff73379ecf9c [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:205:29 [INFO] [stdout] 43: 0x55b40ccac416 - core::ops::function::FnOnce::call_once::hfda3e894148e6cb6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::actors::term_store::tests::get_term_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::actors::term_store::tests::get_term_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cea3738 - actor_raft::raft_server::actors::term_store::tests::get_term_test::{{closure}}::hf64ae5707606929b [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:198:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cea334e - actor_raft::raft_server::actors::term_store::tests::get_term_test::hc0dba86d7e229ff9 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:201:9 [INFO] [stdout] 42: 0x55b40cea31f7 - actor_raft::raft_server::actors::term_store::tests::get_term_test::{{closure}}::hdc080522e6dba3c1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:194:29 [INFO] [stdout] 43: 0x55b40ccaa3c6 - core::ops::function::FnOnce::call_once::ha80b0acc928788ac [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::raft_handles::tests::build_handles_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::raft_handles::tests::build_handles_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d17729b - actor_raft::raft_server::raft_handles::tests::build_handles_test::{{closure}}::hb527d793140aff2d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_handles.rs:253:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d176d21 - actor_raft::raft_server::raft_handles::tests::build_handles_test::h0ca9135c8d969717 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_handles.rs:267:9 [INFO] [stdout] 42: 0x55b40d176bc7 - actor_raft::raft_server::raft_handles::tests::build_handles_test::{{closure}}::hcb94c0edc2a8830d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_handles.rs:249:34 [INFO] [stdout] 43: 0x55b40cca7616 - core::ops::function::FnOnce::call_once::h2623819512cfd9da [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::entries_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::entries_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40d069019 - actor_raft::raft_server::db::raft_db::tests::TEST_DB::{{closure}}::h2aff3e5f0d97e6d2 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:189:33 [INFO] [stdout] 23: 0x55b40cca8896 - core::ops::function::FnOnce::call_once::h5348b8cc6b4cf9d6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55b40cca7732 - core::ops::function::FnOnce::call_once::h273f5a37f1c6eccc [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x55b40d0686f3 - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1278:28 [INFO] [stdout] 26: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 27: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 28: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 29: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 30: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 31: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 32: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 33: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 34: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 35: 0x55b40d09eb20 - actor_raft::raft_server::db::raft_db::tests::entries_test::{{closure}}::hdbba5d5ead7fa085 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:299:22 [INFO] [stdout] 36: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 37: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 38: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 39: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 40: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 41: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 42: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 43: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 44: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 45: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 46: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 47: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 48: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 49: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 50: 0x55b40d09e1f1 - actor_raft::raft_server::db::raft_db::tests::entries_test::h289de0dc66fe45bf [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:306:9 [INFO] [stdout] 51: 0x55b40d09e097 - actor_raft::raft_server::db::raft_db::tests::entries_test::{{closure}}::hbd2355cb030c0cda [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:276:28 [INFO] [stdout] 52: 0x55b40cca6da6 - core::ops::function::FnOnce::call_once::h0feeaf505197d132 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 53: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 54: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 55: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 56: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 61: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 62: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 63: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 64: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 65: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 66: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 67: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 68: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 69: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 70: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 71: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 72: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 73: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 74: 0x711473bb7ac3 - [INFO] [stdout] 75: 0x711473c48a04 - clone [INFO] [stdout] 76: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::raft_node::tests::builder_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::raft_node::tests::builder_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40ce20dd1 - actor_raft::raft_server::raft_node::RaftNode::build::{{closure}}::h9e15532653a5b72e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:171:26 [INFO] [stdout] 27: 0x55b40ce2087c - actor_raft::raft_server::raft_node::RaftNodeBuilder::build::{{closure}}::hcc7bd319811dac20 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:140:10 [INFO] [stdout] 28: 0x55b40ce5f720 - actor_raft::raft_server::raft_node::tests::builder_test::{{closure}}::h1b66f601871e1b22 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:400:14 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40ce5f411 - actor_raft::raft_server::raft_node::tests::builder_test::h6cc75e71d5af1f96 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:413:9 [INFO] [stdout] 44: 0x55b40ce5f2b7 - actor_raft::raft_server::raft_node::tests::builder_test::{{closure}}::h1972ae19ebd5ef72 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:392:28 [INFO] [stdout] 45: 0x55b40cca9c36 - core::ops::function::FnOnce::call_once::h8baaa74eaab65b34 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::manual_flush_entry_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::manual_flush_entry_test' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25: [INFO] [stdout] Lazy instance has previously been poisoned [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a886 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40d0686df - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25 [INFO] [stdout] 19: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 20: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 21: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 22: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 23: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 24: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 25: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 26: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 27: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 28: 0x55b40d09d592 - actor_raft::raft_server::db::raft_db::tests::manual_flush_entry_test::{{closure}}::h09abef0da1f85da2 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:268:22 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40d09d26e - actor_raft::raft_server::db::raft_db::tests::manual_flush_entry_test::h186cd666394c9cbe [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:272:9 [INFO] [stdout] 44: 0x55b40d09d117 - actor_raft::raft_server::db::raft_db::tests::manual_flush_entry_test::{{closure}}::hf05b0faec77e0456 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:260:39 [INFO] [stdout] 45: 0x55b40cca9e36 - core::ops::function::FnOnce::call_once::h9145b2031be5a44c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::entry_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::entry_test' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25: [INFO] [stdout] Lazy instance has previously been poisoned [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a886 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40d0686df - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25 [INFO] [stdout] 19: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 20: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 21: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 22: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 23: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 24: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 25: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 26: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 27: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 28: 0x55b40d09b61f - actor_raft::raft_server::db::raft_db::tests::entry_test::{{closure}}::h3690a9a33bb08af1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:243:22 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40d09afb1 - actor_raft::raft_server::db::raft_db::tests::entry_test::h1dff288471b393f9 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:256:9 [INFO] [stdout] 44: 0x55b40d09ae57 - actor_raft::raft_server::db::raft_db::tests::entry_test::{{closure}}::h67b72fef28ff4975 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:212:26 [INFO] [stdout] 45: 0x55b40cca7d26 - core::ops::function::FnOnce::call_once::h35927060dfed2fbf [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::term_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::term_test' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25: [INFO] [stdout] Lazy instance has previously been poisoned [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a886 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40d0686df - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25 [INFO] [stdout] 19: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 20: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 21: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 22: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 23: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 24: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 25: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 26: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 27: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 28: 0x55b40d099ac8 - actor_raft::raft_server::db::raft_db::tests::term_test::{{closure}}::h638666f921e92bae [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:194:22 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40d0999ce - actor_raft::raft_server::db::raft_db::tests::term_test::h4e24ea2353eca3a1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:198:9 [INFO] [stdout] 44: 0x55b40d099877 - actor_raft::raft_server::db::raft_db::tests::term_test::{{closure}}::h795ba6b357e8661a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:192:25 [INFO] [stdout] 45: 0x55b40cca9b76 - core::ops::function::FnOnce::call_once::h8993581659ae89dc [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::raft_node::tests::run_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::raft_node::tests::run_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40ce20dd1 - actor_raft::raft_server::raft_node::RaftNode::build::{{closure}}::h9e15532653a5b72e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:171:26 [INFO] [stdout] 27: 0x55b40ce5e206 - actor_raft::raft_server::raft_node::tests::run_test::{{closure}}::h4767490215ad1158 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:377:82 [INFO] [stdout] 28: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 34: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 35: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 36: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 37: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 38: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 39: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 40: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 41: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 42: 0x55b40ce5dbc1 - actor_raft::raft_server::raft_node::tests::run_test::ha28e10ef7da40b05 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:384:9 [INFO] [stdout] 43: 0x55b40ce5da67 - actor_raft::raft_server::raft_node::tests::run_test::{{closure}}::hea5a0669caa1cff2 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/raft_node.rs:372:24 [INFO] [stdout] 44: 0x55b40cca84b6 - core::ops::function::FnOnce::call_once::h48b555d672912a37 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 47: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 48: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 54: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 55: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 57: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 61: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 62: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 66: 0x711473bb7ac3 - [INFO] [stdout] 67: 0x711473c48a04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::client_server::tests::client_request_accept_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::client_server::tests::client_request_accept_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf4a18f - actor_raft::raft_server::rpc::client_server::tests::client_request_accept_test::{{closure}}::hcb8802791b5e9a1e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:269:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf49b61 - actor_raft::raft_server::rpc::client_server::tests::client_request_accept_test::h8adbec7ef3240fa5 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:346:9 [INFO] [stdout] 42: 0x55b40cf49a07 - actor_raft::raft_server::rpc::client_server::tests::client_request_accept_test::{{closure}}::h213597bcb0bd4cee [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:264:42 [INFO] [stdout] 43: 0x55b40cca8056 - core::ops::function::FnOnce::call_once::h3c315d0c7764bf6c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::previous_entry_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::previous_entry_test' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25: [INFO] [stdout] Lazy instance has previously been poisoned [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a886 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40d0686df - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25 [INFO] [stdout] 19: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 20: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 21: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 22: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 23: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 24: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 25: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 26: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 27: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 28: 0x55b40d0a004f - actor_raft::raft_server::db::raft_db::tests::previous_entry_test::{{closure}}::h1efb1537ceb447e8 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:333:22 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40d09faf1 - actor_raft::raft_server::db::raft_db::tests::previous_entry_test::h30228ef96e13b127 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:341:9 [INFO] [stdout] 44: 0x55b40d09f997 - actor_raft::raft_server::db::raft_db::tests::previous_entry_test::{{closure}}::h2327179113b22482 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:310:35 [INFO] [stdout] 45: 0x55b40cca7dd6 - core::ops::function::FnOnce::call_once::h37f80b0d7f854f23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::client_server::tests::client_query_accept_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::client_server::tests::client_query_accept_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf4e2de - actor_raft::raft_server::rpc::client_server::tests::client_query_accept_test::{{closure}}::h0ec638b7d0b7b1dc [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:417:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf4dce1 - actor_raft::raft_server::rpc::client_server::tests::client_query_accept_test::h2d7e7e6a8a2a3d8e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:473:9 [INFO] [stdout] 42: 0x55b40cf4db87 - actor_raft::raft_server::rpc::client_server::tests::client_query_accept_test::{{closure}}::hf88f44b8f2143cb1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:412:40 [INFO] [stdout] 43: 0x55b40cca8096 - core::ops::function::FnOnce::call_once::h3e782388c2bbfe5a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::db::raft_db::tests::voted_for_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::db::raft_db::tests::voted_for_test' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25: [INFO] [stdout] Lazy instance has previously been poisoned [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a886 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40d0686df - once_cell::sync::Lazy::force::{{closure}}::ha6107849368b8360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1279:25 [INFO] [stdout] 19: 0x55b40d0687bd - once_cell::sync::OnceCell::get_or_init::{{closure}}::h807f2467c5d05f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:57 [INFO] [stdout] 20: 0x55b40ce1e609 - once_cell::imp::OnceCell::initialize::{{closure}}::h870db5cc9fbd0ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:82:23 [INFO] [stdout] 21: 0x55b40d793ca6 - core::ops::function::impls:: for &mut F>::call_mut::h1fcefd17e5ac6eb7 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stdout] 22: 0x55b40d794d21 - once_cell::imp::initialize_or_wait::h724169ab96e619b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:206:20 [INFO] [stdout] 23: 0x55b40ce1e4de - once_cell::imp::OnceCell::initialize::hb43125e3728dccdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/imp_std.rs:78:9 [INFO] [stdout] 24: 0x55b40d0689b7 - once_cell::sync::OnceCell::get_or_try_init::hf84f0d5fcdceb29c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1129:13 [INFO] [stdout] 25: 0x55b40d068713 - once_cell::sync::OnceCell::get_or_init::h593e0bf632030a17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1088:19 [INFO] [stdout] 26: 0x55b40d0685b0 - once_cell::sync::Lazy::force::h20a1c49bc2c5716e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1277:13 [INFO] [stdout] 27: 0x55b40d0649aa - as core::ops::deref::Deref>::deref::h492a720b08f7a3e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.1/src/lib.rs:1338:13 [INFO] [stdout] 28: 0x55b40d09a5b8 - actor_raft::raft_server::db::raft_db::tests::voted_for_test::{{closure}}::h024cb8c6ca5b8027 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:204:22 [INFO] [stdout] 29: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 30: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 31: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 33: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 34: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 35: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 36: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 37: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 38: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 39: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 40: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 41: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 42: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 43: 0x55b40d09a4be - actor_raft::raft_server::db::raft_db::tests::voted_for_test::h2ce2bc73d8ba8b73 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:208:9 [INFO] [stdout] 44: 0x55b40d09a367 - actor_raft::raft_server::db::raft_db::tests::voted_for_test::{{closure}}::h91530c6c9ce20f00 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:202:30 [INFO] [stdout] 45: 0x55b40cca6a86 - core::ops::function::FnOnce::call_once::h07a7d8018bc9f2b2 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x711473bb7ac3 - [INFO] [stdout] 68: 0x711473c48a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::client_server::tests::client_query_denied_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::client_server::tests::client_query_denied_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf4fe12 - actor_raft::raft_server::rpc::client_server::tests::client_query_denied_test::{{closure}}::hdb0c6f22e22e7f56 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:482:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf4f821 - actor_raft::raft_server::rpc::client_server::tests::client_query_denied_test::hea9074d6d0fe93ab [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:529:9 [INFO] [stdout] 42: 0x55b40cf4f6c7 - actor_raft::raft_server::rpc::client_server::tests::client_query_denied_test::{{closure}}::hf28a34274d1fefad [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:477:40 [INFO] [stdout] 43: 0x55b40cca8716 - core::ops::function::FnOnce::call_once::h4d37d0e02c44575e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::client_server::tests::client_registration_accept_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::client_server::tests::client_registration_accept_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf5158f - actor_raft::raft_server::rpc::client_server::tests::client_registration_accept_test::{{closure}}::h5e5d888e35e05d2a [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:538:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf50f61 - actor_raft::raft_server::rpc::client_server::tests::client_registration_accept_test::he4ff45c1d07a549f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:610:9 [INFO] [stdout] 42: 0x55b40cf50e07 - actor_raft::raft_server::rpc::client_server::tests::client_registration_accept_test::{{closure}}::hb36f69241b97aa5f [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:533:47 [INFO] [stdout] 43: 0x55b40cca6a46 - core::ops::function::FnOnce::call_once::h07723efca9e6667f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::client_server::tests::client_request_denied_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::client_server::tests::client_request_denied_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40cf4ca62 - actor_raft::raft_server::rpc::client_server::tests::client_request_denied_test::{{closure}}::h09d2f6861a773ecf [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:355:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40cf4c471 - actor_raft::raft_server::rpc::client_server::tests::client_request_denied_test::h6e32b858d2525385 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:408:9 [INFO] [stdout] 42: 0x55b40cf4c317 - actor_raft::raft_server::rpc::client_server::tests::client_request_denied_test::{{closure}}::h735746a644eec068 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/client_server.rs:350:42 [INFO] [stdout] 43: 0x55b40cca7a96 - core::ops::function::FnOnce::call_once::h3121dc8fb1ea9d93 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::node_server::tests::append_entry_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::node_server::tests::append_entry_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d178227 - actor_raft::raft_server::rpc::node_server::tests::append_entry_test::{{closure}}::hed95e5d0348ad41e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:182:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d177b01 - actor_raft::raft_server::rpc::node_server::tests::append_entry_test::h0f933df4507491b4 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:335:9 [INFO] [stdout] 42: 0x55b40d1779a7 - actor_raft::raft_server::rpc::node_server::tests::append_entry_test::{{closure}}::h6882d88438e252f4 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:178:33 [INFO] [stdout] 43: 0x55b40ccaafd6 - core::ops::function::FnOnce::call_once::hc6c3d8d3c7292029 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- raft_server::rpc::node_server::tests::request_votes_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'raft_server::rpc::node_server::tests::request_votes_test' panicked at src/raft_server/db/raft_db.rs:14:37: [INFO] [stdout] could not open log-db: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b40d828e7a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x55b40d828e7a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b40d828e7a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55b40d828e7a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55b40d853793 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x55b40d853793 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x55b40d824f13 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x55b40d828cc2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x55b40d82a3b0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b40d82a14d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x55b40d1b9183 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x55b40d1b9183 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x55b40d82abe3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x55b40d82abe3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x55b40d82a8ba - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x55b40d829379 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x55b40d82a54d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x55b40cca5680 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x55b40cca5b56 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x55b40d01d996 - core::result::Result::expect::h4e87e7fd906d4199 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23 [INFO] [stdout] 20: 0x55b40cde73dc - actor_raft::raft_server::db::raft_db::RaftDb::new::{{closure}}::hd31b14c15af15ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:14:17 [INFO] [stdout] 21: 0x55b40cde5b94 - actor_raft::raft_server::db::raft_db::RaftDb::new::h54557803d0f3f54d [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/db/raft_db.rs:11:5 [INFO] [stdout] 22: 0x55b40ce3e8d1 - actor_raft::raft_server::actors::term_store::TermStore::new::{{closure}}::h74278a453faf61ef [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:38:18 [INFO] [stdout] 23: 0x55b40ce3cd24 - actor_raft::raft_server::actors::term_store::TermStore::new::hdb5ce1153b098962 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:36:5 [INFO] [stdout] 24: 0x55b40ce4c885 - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::{{closure}}::h5fc9bc158490a99e [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:135:30 [INFO] [stdout] 25: 0x55b40ce4ae0c - actor_raft::raft_server::actors::term_store::TermStoreHandle::new::h4c7afd9c07cb6dea [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/actors/term_store.rs:132:5 [INFO] [stdout] 26: 0x55b40d17b9c0 - actor_raft::raft_server::rpc::node_server::tests::request_votes_test::{{closure}}::hfdd134b8cc908caf [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:352:26 [INFO] [stdout] 27: 0x55b40d0639a2 - as core::future::future::Future>::poll::he9fac837fb0d01c4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x55b40d06353d - as core::future::future::Future>::poll::h851e70a4216618e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 29: 0x55b40ced144f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hdd3cfe0a0622ad6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 30: 0x55b40ced1385 - tokio::runtime::coop::with_budget::h81552139599bfa0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 31: 0x55b40ced1385 - tokio::runtime::coop::budget::hd6f713da7908bb41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 32: 0x55b40ced1385 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h759fbf8c772d1e23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 33: 0x55b40cecfcc0 - tokio::runtime::scheduler::current_thread::Context::enter::h1983d0bef17c0c4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 34: 0x55b40ced09fa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h47c0ca13499dc7fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 35: 0x55b40ced0774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2846f581ccb16db1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 36: 0x55b40d03c5d8 - tokio::macros::scoped_tls::ScopedKey::set::ha82ccd3d703a34ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 37: 0x55b40ced051f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfedbec34c3aa99ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 38: 0x55b40ced0793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0c94cc0da3c25958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 39: 0x55b40cec91b1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1bd77a2c0e8f4f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 40: 0x55b40d0bff1d - tokio::runtime::runtime::Runtime::block_on::h1f6ccefe7315a1a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/runtime.rs:302:47 [INFO] [stdout] 41: 0x55b40d17b381 - actor_raft::raft_server::rpc::node_server::tests::request_votes_test::h307b3f4ed1d315db [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:455:9 [INFO] [stdout] 42: 0x55b40d17b227 - actor_raft::raft_server::rpc::node_server::tests::request_votes_test::{{closure}}::h3d34d2b9a4dca5b9 [INFO] [stdout] at /opt/rustwide/workdir/src/raft_server/rpc/node_server.rs:348:34 [INFO] [stdout] 43: 0x55b40cca6ca6 - core::ops::function::FnOnce::call_once::h0e08cd71075c2438 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x55b40d1be92b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x55b40d1be92b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 46: 0x55b40d1bd863 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 47: 0x55b40d1bd863 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x55b40d1bd863 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 49: 0x55b40d1bd863 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 50: 0x55b40d1bd863 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 51: 0x55b40d1bd863 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 52: 0x55b40d1bd863 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 53: 0x55b40d181595 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 54: 0x55b40d181595 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 55: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 56: 0x55b40d184fd6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x55b40d184fd6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 58: 0x55b40d184fd6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 59: 0x55b40d184fd6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 60: 0x55b40d184fd6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 61: 0x55b40d184fd6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 63: 0x55b40d83002b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 64: 0x55b40d83002b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 65: 0x711473bb7ac3 - [INFO] [stdout] 66: 0x711473c48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] raft_server::actors::election::initiator::tests::get_voted_for_test [INFO] [stdout] raft_server::actors::election::initiator::tests::get_worker_test [INFO] [stdout] raft_server::actors::election::initiator::tests::start_election_test [INFO] [stdout] raft_server::actors::election::worker::tests::get_node_test [INFO] [stdout] raft_server::actors::election::worker::tests::request_vote_test [INFO] [stdout] raft_server::actors::log::executor::tests::apply_log_test [INFO] [stdout] raft_server::actors::log::executor::tests::commit_log_test [INFO] [stdout] raft_server::actors::log::executor::tests::get_commit_index_test [INFO] [stdout] raft_server::actors::log::executor::tests::register_replication_success_test [INFO] [stdout] raft_server::actors::log::log_store::tests::append_entry_test [INFO] [stdout] raft_server::actors::log::log_store::tests::get_and_increment_next_log_index_test [INFO] [stdout] raft_server::actors::log::log_store::tests::get_last_log_index_test [INFO] [stdout] raft_server::actors::log::log_store::tests::get_last_log_term_test [INFO] [stdout] raft_server::actors::log::log_store::tests::get_previous_entry_match_test [INFO] [stdout] raft_server::actors::log::replication::replicator::tests::batch_replication_test [INFO] [stdout] raft_server::actors::log::replication::replicator::tests::replication_test [INFO] [stdout] raft_server::actors::log::replication::replicator::tests::term_test [INFO] [stdout] raft_server::actors::log::replication::worker::tests::batch_replication_success_test [INFO] [stdout] raft_server::actors::log::replication::worker::tests::get_node_test [INFO] [stdout] raft_server::actors::log::replication::worker::tests::replication_fail_test [INFO] [stdout] raft_server::actors::log::replication::worker::tests::replication_success_test [INFO] [stdout] raft_server::actors::term_store::tests::check_term_and_reply_test [INFO] [stdout] raft_server::actors::term_store::tests::get_term_test [INFO] [stdout] raft_server::actors::term_store::tests::set_term_test [INFO] [stdout] raft_server::db::raft_db::tests::entries_test [INFO] [stdout] raft_server::db::raft_db::tests::entry_test [INFO] [stdout] raft_server::db::raft_db::tests::manual_flush_entry_test [INFO] [stdout] raft_server::db::raft_db::tests::previous_entry_test [INFO] [stdout] raft_server::db::raft_db::tests::term_test [INFO] [stdout] raft_server::db::raft_db::tests::voted_for_test [INFO] [stdout] raft_server::raft_handles::tests::build_handles_test [INFO] [stdout] raft_server::raft_node::tests::builder_test [INFO] [stdout] raft_server::raft_node::tests::run_test [INFO] [stdout] raft_server::rpc::client_server::tests::client_query_accept_test [INFO] [stdout] raft_server::rpc::client_server::tests::client_query_denied_test [INFO] [stdout] raft_server::rpc::client_server::tests::client_registration_accept_test [INFO] [stdout] raft_server::rpc::client_server::tests::client_request_accept_test [INFO] [stdout] raft_server::rpc::client_server::tests::client_request_denied_test [INFO] [stdout] raft_server::rpc::node_server::tests::append_entry_test [INFO] [stdout] raft_server::rpc::node_server::tests::request_votes_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 40 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d9bf452aee89ff53c3eef425c2448949b00079b3752277ee74e29d6b07c67aa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9bf452aee89ff53c3eef425c2448949b00079b3752277ee74e29d6b07c67aa3", kill_on_drop: false }` [INFO] [stdout] d9bf452aee89ff53c3eef425c2448949b00079b3752277ee74e29d6b07c67aa3