[INFO] cloning repository https://github.com/PoorlyDefinedBehaviour/kv_store
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PoorlyDefinedBehaviour/kv_store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoorlyDefinedBehaviour%2Fkv_store", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoorlyDefinedBehaviour%2Fkv_store'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3946e28694fce4ae15d8db7f5d7285ca13ebfdbb
[INFO] testing PoorlyDefinedBehaviour/kv_store against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPoorlyDefinedBehaviour%2Fkv_store" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PoorlyDefinedBehaviour/kv_store
[INFO] finished tweaking git repo https://github.com/PoorlyDefinedBehaviour/kv_store
[INFO] tweaked toml for git repo https://github.com/PoorlyDefinedBehaviour/kv_store written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PoorlyDefinedBehaviour/kv_store on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PoorlyDefinedBehaviour/kv_store 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-appender v0.2.2
[INFO] [stderr]   Downloaded num_threads v0.1.6
[INFO] [stderr]   Downloaded pin-project-internal v1.0.11
[INFO] [stderr]   Downloaded crc-catalog v2.1.0
[INFO] [stderr]   Downloaded predicates v2.1.1
[INFO] [stderr]   Downloaded tracing-tree v0.2.1
[INFO] [stderr]   Downloaded tokio-byteorder v0.3.0
[INFO] [stderr]   Downloaded matchit v0.5.0
[INFO] [stderr]   Downloaded fragile v1.2.1
[INFO] [stderr]   Downloaded mockall_derive v0.11.1
[INFO] [stderr]   Downloaded proptest-derive v0.3.0
[INFO] [stderr]   Downloaded prettyplease v0.1.16
[INFO] [stderr]   Downloaded serde v1.0.140
[INFO] [stderr]   Downloaded tower-http v0.3.4
[INFO] [stderr]   Downloaded axum v0.5.13
[INFO] [stderr]   Downloaded tonic v0.7.2
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.15
[INFO] [stderr]   Downloaded h2 v0.3.13
[INFO] [stderr]   Downloaded proptest v1.0.0
[INFO] [stderr]   Downloaded tracing-bunyan-formatter v0.3.3
[INFO] [stderr]   Downloaded pin-project v1.0.11
[INFO] [stderr]   Downloaded time v0.3.11
[INFO] [stderr]   Downloaded mockall v0.11.1
[INFO] [stderr]   Downloaded tokio-stream v0.1.9
[INFO] [stderr]   Downloaded prost-derive v0.10.1
[INFO] [stderr]   Downloaded prost v0.10.4
[INFO] [stderr]   Downloaded prost-types v0.10.1
[INFO] [stderr]   Downloaded redox_syscall v0.2.15
[INFO] [stderr]   Downloaded tower-layer v0.3.1
[INFO] [stderr]   Downloaded async-trait v0.1.56
[INFO] [stderr]   Downloaded which v4.2.5
[INFO] [stderr]   Downloaded tonic-build v0.7.2
[INFO] [stderr]   Downloaded crc v3.0.0
[INFO] [stderr]   Downloaded predicates-core v1.0.3
[INFO] [stderr]   Downloaded termtree v0.2.4
[INFO] [stderr]   Downloaded predicates-tree v1.0.5
[INFO] [stderr]   Downloaded async-stream-impl v0.3.3
[INFO] [stderr]   Downloaded async-stream v0.3.3
[INFO] [stderr]   Downloaded axum-core v0.2.7
[INFO] [stderr]   Downloaded sync_wrapper v0.1.1
[INFO] [stderr]   Downloaded tokio v1.20.0
[INFO] [stderr]   Downloaded http-range-header v0.3.0
[INFO] [stderr]   Downloaded cmake v0.1.48
[INFO] [stderr]   Downloaded either v1.7.0
[INFO] [stderr]   Downloaded prost-build v0.10.4
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e44437e1bca5603e3d5c4064d30d923fd6d95c68e6a2bc6ba9e39327741b931d
[INFO] running `Command { std: "docker" "start" "-a" "e44437e1bca5603e3d5c4064d30d923fd6d95c68e6a2bc6ba9e39327741b931d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e44437e1bca5603e3d5c4064d30d923fd6d95c68e6a2bc6ba9e39327741b931d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e44437e1bca5603e3d5c4064d30d923fd6d95c68e6a2bc6ba9e39327741b931d", kill_on_drop: false }`
[INFO] [stdout] e44437e1bca5603e3d5c4064d30d923fd6d95c68e6a2bc6ba9e39327741b931d
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7176307cdbe1e991420eab9866e5c759f52cb53e3a16c5ddf1b096e9b69e2c92
[INFO] running `Command { std: "docker" "start" "-a" "7176307cdbe1e991420eab9866e5c759f52cb53e3a16c5ddf1b096e9b69e2c92", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling bytes v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]    Compiling prettyplease v0.1.16
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling tower-layer v0.3.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling time v0.3.11
[INFO] [stderr]    Compiling matchit v0.5.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.11
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling axum-core v0.2.7
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling pin-project v1.0.11
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling prost v0.10.4
[INFO] [stderr]    Compiling prost-types v0.10.1
[INFO] [stderr]    Compiling tracing-tree v0.2.1
[INFO] [stderr]    Compiling tracing-appender v0.2.2
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.3.3
[INFO] [stderr]    Compiling tonic-build v0.7.2
[INFO] [stderr]    Compiling distributed_kv_store v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.9
[INFO] [stderr]    Compiling tokio-byteorder v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling axum v0.5.13
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.7.2
[INFO] [stdout] warning: struct `CommitLog` is never constructed
[INFO] [stdout]   --> src/commit_log.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CommitLog {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `create_data_file`, `get_latest_data_file_id`, and `flush` are never used
[INFO] [stdout]   --> src/commit_log.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl CommitLog {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 30 |   pub async fn new(dir: String) -> Result<Self> {
[INFO] [stdout]    |                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |   async fn create_data_file(dir: &str) -> Result<BufWriter<File>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |   async fn get_latest_data_file_id(dir: &str) -> Result<Option<u32>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |   pub async fn flush(&mut self) -> Result<()> {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CHECKSUM_SIZE_IN_BYTES` is never used
[INFO] [stdout]  --> src/constants.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const CHECKSUM_SIZE_IN_BYTES: u64 = 4;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `KEY_LEN_SIZE_IN_BYTES` is never used
[INFO] [stdout]  --> src/constants.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const KEY_LEN_SIZE_IN_BYTES: u64 = 4;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VALUE_LEN_SIZE_IN_BYTES` is never used
[INFO] [stdout]  --> src/constants.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const VALUE_LEN_SIZE_IN_BYTES: u64 = 4;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TOMBSTONE_VALUE_LEN` is never used
[INFO] [stdout]  --> src/constants.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const TOMBSTONE_VALUE_LEN: i32 = -1;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_index_files` is never used
[INFO] [stdout]  --> src/fs.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub async fn list_index_files(dir: &str) -> Result<Vec<String>> {
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LogStore` is never used
[INFO] [stdout]   --> src/kv.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub trait LogStore {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IndexEntry` is never constructed
[INFO] [stdout]   --> src/kv.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct IndexEntry {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Kv` is never constructed
[INFO] [stdout]   --> src/kv.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Kv<L: LogStore> {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KVInner` is never constructed
[INFO] [stdout]   --> src/kv.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct KVInner<L: LogStore> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Server` is never constructed
[INFO] [stdout]   --> src/server.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Server {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/server.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl Server {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 19 |   pub fn new(kv: Kv<CommitLog>) -> Self {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "7176307cdbe1e991420eab9866e5c759f52cb53e3a16c5ddf1b096e9b69e2c92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7176307cdbe1e991420eab9866e5c759f52cb53e3a16c5ddf1b096e9b69e2c92", kill_on_drop: false }`
[INFO] [stdout] 7176307cdbe1e991420eab9866e5c759f52cb53e3a16c5ddf1b096e9b69e2c92
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19705319312d27366d942d4eaa186b7b23fb4d8015547fd52e797b9b40583002
[INFO] running `Command { std: "docker" "start" "-a" "19705319312d27366d942d4eaa186b7b23fb4d8015547fd52e797b9b40583002", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling predicates-core v1.0.3
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.5
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling mockall_derive v0.11.1
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling fragile v1.2.1
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling proptest v1.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling predicates v2.1.1
[INFO] [stderr]    Compiling prost v0.10.4
[INFO] [stderr]    Compiling prost-types v0.10.1
[INFO] [stderr]    Compiling tonic v0.7.2
[INFO] [stderr]    Compiling tracing-appender v0.2.2
[INFO] [stderr]    Compiling mockall v0.11.1
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.3.3
[INFO] [stderr]    Compiling tracing-tree v0.2.1
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling tonic-build v0.7.2
[INFO] [stderr]    Compiling proptest-derive v0.3.0
[INFO] [stderr]    Compiling distributed_kv_store v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/server.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 |   #[derive(Debug, Clone, proptest_derive::Arbitrary)]
[INFO] [stdout]    |                          ^-------------------------
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          `Arbitrary` is not local
[INFO] [stdout]    |                          move the `impl` block outside of this constant `_IMPL_ARBITRARY_FOR_Action`
[INFO] [stdout] 71 |   enum Action {
[INFO] [stdout]    |        ------ `Action` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `proptest_derive::Arbitrary` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `proptest_derive::Arbitrary` may come from an old version of the `proptest_derive` crate, try updating your dependency with `cargo update -p proptest_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `proptest_derive::Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 57.76s
[INFO] running `Command { std: "docker" "inspect" "19705319312d27366d942d4eaa186b7b23fb4d8015547fd52e797b9b40583002", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19705319312d27366d942d4eaa186b7b23fb4d8015547fd52e797b9b40583002", kill_on_drop: false }`
[INFO] [stdout] 19705319312d27366d942d4eaa186b7b23fb4d8015547fd52e797b9b40583002
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bd2296ce2c72efc8bbcc54b56f75e3d6eb48932dab33f4d6ba83b712c65fb0ce
[INFO] running `Command { std: "docker" "start" "-a" "bd2296ce2c72efc8bbcc54b56f75e3d6eb48932dab33f4d6ba83b712c65fb0ce", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/server.rs:70:26
[INFO] [stderr]    |
[INFO] [stderr] 70 |   #[derive(Debug, Clone, proptest_derive::Arbitrary)]
[INFO] [stderr]    |                          ^-------------------------
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          `Arbitrary` is not local
[INFO] [stderr]    |                          move the `impl` block outside of this constant `_IMPL_ARBITRARY_FOR_Action`
[INFO] [stderr] 71 |   enum Action {
[INFO] [stderr]    |        ------ `Action` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `proptest_derive::Arbitrary` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `proptest_derive::Arbitrary` may come from an old version of the `proptest_derive` crate, try updating your dependency with `cargo update -p proptest_derive`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `proptest_derive::Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `distributed_kv_store` (bin "distributed_kv_store" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/distributed_kv_store-5bccd8cb0386a015)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test kv::delete_tests::appends_deletion_to_commit_log ... ok
[INFO] [stdout] test kv::delete_tests::returns_true_if_key_was_in_the_memtable_when_deletion_happened ... ok
[INFO] [stdout] test kv::delete_tests::returns_false_when_key_does_not_exist ... ok
[INFO] [stdout] test commit_log::delete_tests::returns_the_offset_of_the_new_entry ... ok
[INFO] [stdout] test commit_log::delete_tests::deleted_entries_have_a_tombstone_value_length ... ok
[INFO] [stdout] test commit_log::new_tests::creates_a_new_data_file_on_disk ... ok
[INFO] [stdout] test commit_log::put_tests::returns_the_position_where_the_new_entry_starts ... ok
[INFO] [stdout] test kv::flush_memtable_to_disk_tests::creates_ss_table_and_index_files_with_monotonically_increasing_ids ... ok
[INFO] [stdout] test kv::flush_memtable_to_disk_tests::ss_tables_are_merged_after_some_amount_of_time ... ok
[INFO] [stdout] test kv::flush_memtable_to_disk_tests::mem_table_is_empty_after_ss_table_is_written_to_disk ... ok
[INFO] [stdout] test kv::get_latest_ss_table_id_tests::returns_the_id_of_the_newest_ss_table_on_disk ... ok
[INFO] [stdout] test kv::get_tests::reads_value_from_ss_table_if_it_is_not_in_the_memtable ... ok
[INFO] [stdout] test kv::put_tests::new_entries_are_added_to_the_index ... ok
[INFO] [stdout] test kv::put_tests::stores_entry_in_commit_log ... ok
[INFO] [stdout] test kv::merge_ss_index_files_tests::can_get_key_values_after_index_files_are_merged ... ok
[INFO] [stdout] test kv::flush_memtable_to_disk_tests::writes_ss_table_to_disk ... ok
[INFO] [stdout] test kv::delete_tests::returns_true_if_key_was_in_the_index_but_no_in_the_memtable_when_deletion_happened ... ok
[INFO] [stdout] test kv::get_tests::returns_value_associated_to_key ... ok
[INFO] [stdout] test kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table ... FAILED
[INFO] [stdout] test commit_log::put_tests::writes_entries_to_disk ... ok
[INFO] [stdout] test kv::get_tests::returns_none_when_key_is_not_found ... ok
[INFO] [stdout] test server::tests::smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9b0403 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:693:22
[INFO] [stdout]   42:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   43:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   44:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   45:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   46:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   47:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   48:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   60:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   61:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   62:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   66:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   68:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   69:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   70:     0x7a69349f4a64 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621a4012a52c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621a4012a3b3 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x621a3feb7195 - core[27de1724e4349be2]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x621a3f9d0b10 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:723:11
[INFO] [stdout]   22:     0x621a3f95a86d - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x621a3f90e179 - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:102:9
[INFO] [stdout]   24:     0x621a3fa231cc - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::try_with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x621a3fa1e82e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[4b5985f0be19d026]::coop::Budget>>>::with::<tokio[4b5985f0be19d026]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:95:13
[INFO] [stdout]   27:     0x621a3f94cacb - tokio[4b5985f0be19d026]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), anyhow[ec425bdf5bf4e01b]::Error>>, <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/coop.rs:72:5
[INFO] [stdout]   28:     0x621a3f94cacb - <tokio[4b5985f0be19d026]::park::thread::CachedParkThread>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x621a3f9e82f5 - <tokio[4b5985f0be19d026]::runtime::enter::Enter>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x621a3f8fc558 - <tokio[4b5985f0be19d026]::runtime::thread_pool::ThreadPool>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/thread_pool/mod.rs:90:15
[INFO] [stdout]   31:     0x621a3f8f9ac0 - <tokio[4b5985f0be19d026]::runtime::Runtime>::block_on::<distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}::{closure#2}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.0/src/runtime/mod.rs:484:48
[INFO] [stdout]   32:     0x621a3f9d8915 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/kv.rs:694:31
[INFO] [stdout]   33:     0x621a3f9e474b - <&distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1} as core[27de1724e4349be2]::ops::function::Fn<(proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   34:     0x621a3f9cac8f - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:49
[INFO] [stdout]   35:     0x621a3f91f02c - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x621a3fb4b65c - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x621a3fad417b - __rust_try
[INFO] [stdout]   38:     0x621a3fac5b13 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621a3fac5b13 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<proptest[ce7d158d5d0b5941]::test_runner::runner::call_test<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>::{closure#0}>, core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621a3f9c2b68 - proptest[ce7d158d5d0b5941]::test_runner::runner::call_test::<proptest[ce7d158d5d0b5941]::sugar::NamedArguments<&str, alloc[a57f19327c0ad893]::vec::Vec<(alloc[a57f19327c0ad893]::vec::Vec<u8>, alloc[a57f19327c0ad893]::vec::Vec<u8>)>>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:246:9
[INFO] [stdout]   41:     0x621a3f9bb7fb - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::shrink::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:807:30
[INFO] [stdout]   42:     0x621a3f9b04cd - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::tuple::TupleValueTree<(proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>, proptest[ce7d158d5d0b5941]::collection::VecValueTree<proptest[ce7d158d5d0b5941]::num::u8::BinarySearch>)>>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, &distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:706:22
[INFO] [stdout]   43:     0x621a3f9ad7d0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:649:17
[INFO] [stdout]   44:     0x621a3f9b5008 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}, alloc[a57f19327c0ad893]::vec::into_iter::IntoIter<core[27de1724e4349be2]::result::Result<(), proptest[ce7d158d5d0b5941]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:602:31
[INFO] [stdout]   45:     0x621a3f9abee0 - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run_in_process::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:560:14
[INFO] [stdout]   46:     0x621a3f9b8d7f - <proptest[ce7d158d5d0b5941]::test_runner::runner::TestRunner>::run::<proptest[ce7d158d5d0b5941]::strategy::map::Map<proptest[ce7d158d5d0b5941]::collection::VecStrategy<(proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>, proptest[ce7d158d5d0b5941]::collection::VecStrategy<proptest[ce7d158d5d0b5941]::num::u8::Any>)>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}>, distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/test_runner/runner.rs:403:18
[INFO] [stdout]   47:     0x621a3f9e2c73 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:178:17
[INFO] [stdout]   48:     0x621a3f9d68c7 - distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.0.0/src/sugar.rs:174:28
[INFO] [stdout]   49:     0x621a3f8f8bc6 - <distributed_kv_store[8a3d973aea58a76b]::kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x621a3fb68b5b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x621a3fb68b5b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x621a3fb753ba - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x621a3fb753ba - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x621a3fb753ba - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x621a3fb753ba - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x621a3fb70964 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x621a3fb70964 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   62:     0x621a3fb77eb2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x621a3fb77eb2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x621a3fb77eb2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x621a3fb77eb2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   67:     0x621a3fb77eb2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x621a40110fff - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   69:     0x621a40110fff - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   70:     0x7a6934967aa4 - <unknown>
[INFO] [stdout]   71:     0x7a69349f4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'kv::flush_memtable_to_disk_tests::index_file_contains_offsets_pointing_to_the_ss_table' (37) panicked at src/kv.rs:723:11:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 58
[INFO] [stdout]  right: 92
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621a40111af2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621a40111af2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621a40111af2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621a40129dba - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621a40129dba - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x621a401174d6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x621a401174d6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x621a400ed3df - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621a400ed3df - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621a40108949 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621a3fb747ae - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x621a3fb747ae - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x621a40108bb2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x621a40108bb2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621a400ed498 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x621a400e2399 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621a400ee57d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[WARN] too many lines in the log, truncating it
