[INFO] cloning repository https://github.com/khammersmith17/nldb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/khammersmith17/nldb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhammersmith17%2Fnldb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhammersmith17%2Fnldb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2766aac6ddd612b948564c9703a650f7b5194db5
[INFO] testing khammersmith17/nldb against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhammersmith17%2Fnldb" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/khammersmith17/nldb
[INFO] finished tweaking git repo https://github.com/khammersmith17/nldb
[INFO] tweaked toml for git repo https://github.com/khammersmith17/nldb written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/khammersmith17/nldb on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/khammersmith17/nldb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42
[INFO] running `Command { std: "docker" "start" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling libyaml-rs v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling yaml_serde v0.10.4
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling dash_cache v0.1.3
[INFO] [stderr]    Compiling nldb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 32.17s
[INFO] running `Command { std: "docker" "inspect" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling nldb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.53s
[INFO] running `Command { std: "docker" "inspect" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/nldb-f93b3e0694a09cba)
[INFO] [stdout] 
[INFO] [stdout] running 90 tests
[INFO] [stdout] test compaction::tests::test_disjoint_keys_all_present ... FAILED
[INFO] [stdout] test compaction::tests::test_newer_table_wins_on_duplicate_key ... FAILED
[INFO] [stdout] test disk::tests::insert_record_empty_data ... ok
[INFO] [stdout] test disk::tests::insert_record_large_key_and_data ... ok
[INFO] [stdout] test compaction::tests::test_tombstone_dropped_from_output ... FAILED
[INFO] [stdout] test compaction::tests::test_output_keys_are_sorted ... FAILED
[INFO] [stdout] test disk::tests::insert_record_roundtrip ... ok
[INFO] [stdout] test disk::tests::invalid_header_returns_none ... ok
[INFO] [stdout] test disk::tests::multiple_records_sequential_decode ... ok
[INFO] [stdout] test compaction::tests::test_tombstone_hides_older_data ... FAILED
[INFO] [stdout] test disk::tests::tombstone_record_roundtrip ... ok
[INFO] [stdout] test memtable::immutable::tests::test_insert_and_get ... FAILED
[INFO] [stdout] test memtable::immutable::tests::test_empty_returns_none ... ok
[INFO] [stdout] test memtable::immutable::tests::test_newest_wins ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_all_keys_retrievable ... FAILED
[INFO] [stdout] test memtable::immutable::tests::test_tombstone_hides_older_data ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_case2_case3_left_right ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_case2_case3_right_left ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_case3_left_left ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_case3_right_right ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_invariants_many_inserts ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_root_is_black ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_duplicate_key_updates_value ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_case1_uncle_red ... FAILED
[INFO] [stdout] test parser::tests::test_command_only_no_space_errors ... ok
[INFO] [stdout] test parser::tests::test_delete_simple ... ok
[INFO] [stdout] test memtable::tests::test_table_full_error ... FAILED
[INFO] [stdout] test memtable::tests::test_insert_overwrites_existing ... FAILED
[INFO] [stdout] test memtable::tests::test_delete_nonexistent_key_writes_tombstone ... FAILED
[INFO] [stdout] test memtable::tests::test_delete_writes_tombstone ... FAILED
[INFO] [stdout] test memtable::inner::tests::test_get_after_insert ... FAILED
[INFO] [stdout] test memtable::tests::test_new_from_wal_recovers_data ... FAILED
[INFO] [stdout] test memtable::tests::test_insert_and_get ... FAILED
[INFO] [stdout] test memtable::tests::test_rotate_returns_old_table ... FAILED
[INFO] [stdout] test memtable::tests::test_rotate_fresh_table_is_empty ... FAILED
[INFO] [stdout] test parser::tests::test_empty_payload_errors ... ok
[INFO] [stdout] test memtable::tests::test_get_missing_returns_none ... FAILED
[INFO] [stdout] test parser::tests::test_get_case_insensitive_command ... ok
[INFO] [stdout] test parser::tests::test_get_key_len_exceeds_buffer_errors ... ok
[INFO] [stdout] test parser::tests::test_get_multibyte_key_varint ... ok
[INFO] [stdout] test parser::tests::test_insert_binary_value ... ok
[INFO] [stdout] test parser::tests::test_insert_simple ... ok
[INFO] [stdout] test parser::tests::test_insert_value_len_exceeds_buffer_errors ... ok
[INFO] [stdout] test parser::tests::test_insert_value_with_spaces ... ok
[INFO] [stdout] test parser::tests::test_unknown_command_errors ... ok
[INFO] [stdout] test parser::varint_tests::test_all_continuation_bytes_errors ... ok
[INFO] [stdout] test parser::varint_tests::test_at_offset ... ok
[INFO] [stdout] test parser::varint_tests::test_empty_buffer_errors ... ok
[INFO] [stdout] test parser::varint_tests::test_max_single_byte ... ok
[INFO] [stdout] test parser::varint_tests::test_offset_at_end_errors ... ok
[INFO] [stdout] test parser::varint_tests::test_single_byte ... ok
[INFO] [stdout] test parser::varint_tests::test_two_byte ... ok
[INFO] [stdout] test parser::varint_tests::test_zero ... ok
[INFO] [stdout] test restart::tests::test_both_wal_and_sstable_detected ... FAILED
[INFO] [stdout] test restart::tests::test_empty_directory_returns_no_files ... FAILED
[INFO] [stdout] test restart::worker::tests::test_multiple_wals_all_loaded ... FAILED
[INFO] [stdout] test restart::tests::test_non_database_files_ignored ... FAILED
[INFO] [stdout] test util::tests::decode_at_offset ... ok
[INFO] [stdout] test restart::tests::test_non_wal_log_files_ignored ... FAILED
[INFO] [stdout] test util::tests::decode_single_byte ... ok
[INFO] [stdout] test parser::tests::test_empty_key_errors ... ok
[INFO] [stdout] test restart::tests::test_sstable_files_detected ... FAILED
[INFO] [stdout] test util::tests::decode_two_byte ... ok
[INFO] [stdout] test util::tests::decode_zero ... ok
[INFO] [stdout] test restart::tests::test_sstables_sorted_newest_first ... FAILED
[INFO] [stdout] test restart::worker::tests::test_empty_wal_produces_empty_table ... FAILED
[INFO] [stdout] test util::tests::encode_large_value ... ok
[INFO] [stdout] test util::tests::encode_single_byte_value ... ok
[INFO] [stdout] test restart::worker::tests::test_single_wal_data_recovered ... FAILED
[INFO] [stdout] test util::tests::encode_two_byte_boundary ... ok
[INFO] [stdout] test util::tests::encode_zero ... ok
[INFO] [stdout] test util::tests::get_be_array2_converts_correctly ... ok
[INFO] [stdout] test restart::worker::tests::test_order_preserved ... FAILED
[INFO] [stdout] test util::tests::encode_decode_roundtrip ... ok
[INFO] [stdout] test restart::worker::tests::test_tables_are_independent ... FAILED
[INFO] [stdout] test util::tests::encode_max_single_byte ... ok
[INFO] [stdout] test memtable::immutable::tests::test_pop_removes_oldest ... FAILED
[INFO] [stdout] test restart::tests::test_multiple_wals_sorted_oldest_first ... FAILED
[INFO] [stdout] test util::tests::get_be_array8_reads_correct_slice ... ok
[INFO] [stdout] test util::tests::test_varint_size_from_len ... ok
[INFO] [stdout] test wal::tests::test_buffer_not_written_before_flush ... FAILED
[INFO] [stdout] test wal::tests::test_data_record_roundtrip ... FAILED
[INFO] [stdout] test wal::tests::test_mixed_data_and_tombstones ... FAILED
[INFO] [stdout] test wal::tests::test_size_based_flush_trigger ... FAILED
[INFO] [stdout] test wal::tests::test_tombstone_roundtrip ... FAILED
[INFO] [stdout] test wal::tests::test_multiple_records_in_order ... FAILED
[INFO] [stdout] test parser::tests::test_get_simple ... ok
[INFO] [stdout] test parser::tests::test_get_key_with_spaces ... ok
[INFO] [stdout] test restart::tests::test_wal_file_detected ... FAILED
[INFO] [stdout] test sstable::tests::roundtrip_search ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compaction::tests::test_disjoint_keys_all_present stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compaction::tests::test_disjoint_keys_all_present' (1352) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d77aa49 - nldb[bdd4152f32b18602]::compaction::tests::make_sstable::{closure#0}
[INFO] [stdout]   14:     0x5b724d77c448 - nldb[bdd4152f32b18602]::compaction::tests::test_disjoint_keys_all_present::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d77eccb - nldb[bdd4152f32b18602]::compaction::tests::test_disjoint_keys_all_present
[INFO] [stdout]   20:     0x5b724d7a2a99 - <nldb[bdd4152f32b18602]::compaction::tests::test_disjoint_keys_all_present::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compaction::tests::test_newer_table_wins_on_duplicate_key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compaction::tests::test_newer_table_wins_on_duplicate_key' (1353) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d77aa49 - nldb[bdd4152f32b18602]::compaction::tests::make_sstable::{closure#0}
[INFO] [stdout]   14:     0x5b724d77de13 - nldb[bdd4152f32b18602]::compaction::tests::test_newer_table_wins_on_duplicate_key::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d77f0bb - nldb[bdd4152f32b18602]::compaction::tests::test_newer_table_wins_on_duplicate_key
[INFO] [stdout]   20:     0x5b724d7a2af9 - <nldb[bdd4152f32b18602]::compaction::tests::test_newer_table_wins_on_duplicate_key::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compaction::tests::test_tombstone_dropped_from_output stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compaction::tests::test_tombstone_dropped_from_output' (1355) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d77aa49 - nldb[bdd4152f32b18602]::compaction::tests::make_sstable::{closure#0}
[INFO] [stdout]   14:     0x5b724d77d8b1 - nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_dropped_from_output::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d77ef6b - nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_dropped_from_output
[INFO] [stdout]   20:     0x5b724d7a2ad9 - <nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_dropped_from_output::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compaction::tests::test_output_keys_are_sorted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compaction::tests::test_output_keys_are_sorted' (1354) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d77aa49 - nldb[bdd4152f32b18602]::compaction::tests::make_sstable::{closure#0}
[INFO] [stdout]   14:     0x5b724d77bb88 - nldb[bdd4152f32b18602]::compaction::tests::test_output_keys_are_sorted::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d77eb7b - nldb[bdd4152f32b18602]::compaction::tests::test_output_keys_are_sorted
[INFO] [stdout]   20:     0x5b724d7a2a79 - <nldb[bdd4152f32b18602]::compaction::tests::test_output_keys_are_sorted::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compaction::tests::test_tombstone_hides_older_data stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compaction::tests::test_tombstone_hides_older_data' (1356) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d77aa49 - nldb[bdd4152f32b18602]::compaction::tests::make_sstable::{closure#0}
[INFO] [stdout]   14:     0x5b724d77cff4 - nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_hides_older_data::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d77ee1b - nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_hides_older_data
[INFO] [stdout]   20:     0x5b724d7a2ab9 - <nldb[bdd4152f32b18602]::compaction::tests::test_tombstone_hides_older_data::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::immutable::tests::test_insert_and_get stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::immutable::tests::test_insert_and_get' (1364) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d78f354 - nldb[bdd4152f32b18602]::memtable::immutable::tests::make_inner
[INFO] [stdout]   14:     0x5b724d78d9d4 - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_insert_and_get::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d78f81b - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_insert_and_get
[INFO] [stdout]   20:     0x5b724d7a5a89 - <nldb[bdd4152f32b18602]::memtable::immutable::tests::test_insert_and_get::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr] error: test failed, to rerun pass `--bin nldb`
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::immutable::tests::test_newest_wins stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::immutable::tests::test_newest_wins' (1365) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d78f354 - nldb[bdd4152f32b18602]::memtable::immutable::tests::make_inner
[INFO] [stdout]   14:     0x5b724d78d396 - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_newest_wins::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d78f6cb - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_newest_wins
[INFO] [stdout]   20:     0x5b724d7a5a69 - <nldb[bdd4152f32b18602]::memtable::immutable::tests::test_newest_wins::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_all_keys_retrievable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_all_keys_retrievable' (1368) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79cc6e - nldb[bdd4152f32b18602]::memtable::inner::tests::test_all_keys_retrievable
[INFO] [stdout]   14:     0x5b724d7a59c9 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_all_keys_retrievable::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::immutable::tests::test_tombstone_hides_older_data stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::immutable::tests::test_tombstone_hides_older_data' (1367) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d78f354 - nldb[bdd4152f32b18602]::memtable::immutable::tests::make_inner
[INFO] [stdout]   14:     0x5b724d78e9e4 - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_tombstone_hides_older_data::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d78fc0b - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_tombstone_hides_older_data
[INFO] [stdout]   20:     0x5b724d7a5ae9 - <nldb[bdd4152f32b18602]::memtable::immutable::tests::test_tombstone_hides_older_data::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_case2_case3_left_right stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_case2_case3_left_right' (1370) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79d4c5 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_case2_case3_left_right
[INFO] [stdout]   14:     0x5b724d7a59e9 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_case2_case3_left_right::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_case2_case3_right_left stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_case2_case3_right_left' (1371) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79d835 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_case2_case3_right_left
[INFO] [stdout]   14:     0x5b724d7a5a09 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_case2_case3_right_left::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_case3_left_left stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_case3_left_left' (1372) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79c265 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_case3_left_left
[INFO] [stdout]   14:     0x5b724d7a5969 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_case3_left_left::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_case3_right_right stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_case3_right_right' (1373) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79c8f5 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_case3_right_right
[INFO] [stdout]   14:     0x5b724d7a59a9 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_case3_right_right::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_invariants_many_inserts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_invariants_many_inserts' (1376) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79dbae - nldb[bdd4152f32b18602]::memtable::inner::tests::test_invariants_many_inserts
[INFO] [stdout]   14:     0x5b724d7a5a29 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_invariants_many_inserts::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_root_is_black stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_root_is_black' (1377) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79bc47 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_root_is_black
[INFO] [stdout]   14:     0x5b724d7a5929 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_root_is_black::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_duplicate_key_updates_value stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_duplicate_key_updates_value' (1374) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79de29 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_duplicate_key_updates_value
[INFO] [stdout]   14:     0x5b724d7a5a49 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_duplicate_key_updates_value::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_case1_uncle_red stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_case1_uncle_red' (1369) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79be35 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_case1_uncle_red
[INFO] [stdout]   14:     0x5b724d7a5949 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_case1_uncle_red::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_table_full_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_table_full_error' (1386) panicked at src/memtable/mod.rs:181:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79501f - nldb[bdd4152f32b18602]::memtable::tests::test_table_full_error::{closure#0}
[INFO] [stdout]   13:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   15:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   16:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d798bbb - nldb[bdd4152f32b18602]::memtable::tests::test_table_full_error
[INFO] [stdout]   18:     0x5b724d7a3199 - <nldb[bdd4152f32b18602]::memtable::tests::test_table_full_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   20:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   21:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   25:     0x7960e3bb7534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_insert_overwrites_existing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_insert_overwrites_existing' (1382) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d796441 - nldb[bdd4152f32b18602]::memtable::tests::test_insert_overwrites_existing::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7990fb - nldb[bdd4152f32b18602]::memtable::tests::test_insert_overwrites_existing
[INFO] [stdout]   19:     0x5b724d7a3219 - <nldb[bdd4152f32b18602]::memtable::tests::test_insert_overwrites_existing::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_delete_nonexistent_key_writes_tombstone stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_delete_nonexistent_key_writes_tombstone' (1378) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d797e61 - nldb[bdd4152f32b18602]::memtable::tests::test_delete_nonexistent_key_writes_tombstone::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7994eb - nldb[bdd4152f32b18602]::memtable::tests::test_delete_nonexistent_key_writes_tombstone
[INFO] [stdout]   19:     0x5b724d7a3279 - <nldb[bdd4152f32b18602]::memtable::tests::test_delete_nonexistent_key_writes_tombstone::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_delete_writes_tombstone stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_delete_writes_tombstone' (1379) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d795241 - nldb[bdd4152f32b18602]::memtable::tests::test_delete_writes_tombstone::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d798d0b - nldb[bdd4152f32b18602]::memtable::tests::test_delete_writes_tombstone
[INFO] [stdout]   19:     0x5b724d7a31b9 - <nldb[bdd4152f32b18602]::memtable::tests::test_delete_writes_tombstone::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::inner::tests::test_get_after_insert stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::inner::tests::test_get_after_insert' (1375) panicked at src/memtable/inner.rs:622:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d79bbc3 - nldb[bdd4152f32b18602]::memtable::inner::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79c5d9 - nldb[bdd4152f32b18602]::memtable::inner::tests::test_get_after_insert
[INFO] [stdout]   14:     0x5b724d7a5989 - <nldb[bdd4152f32b18602]::memtable::inner::tests::test_get_after_insert::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_new_from_wal_recovers_data stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_new_from_wal_recovers_data' (1383) panicked at src/memtable/mod.rs:213:50:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d797364 - nldb[bdd4152f32b18602]::memtable::tests::test_new_from_wal_recovers_data::{closure#0}
[INFO] [stdout]   13:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   15:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   16:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d79924b - nldb[bdd4152f32b18602]::memtable::tests::test_new_from_wal_recovers_data
[INFO] [stdout]   18:     0x5b724d7a3239 - <nldb[bdd4152f32b18602]::memtable::tests::test_new_from_wal_recovers_data::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   20:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   21:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   25:     0x7960e3bb7534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_insert_and_get stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_insert_and_get' (1381) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d794421 - nldb[bdd4152f32b18602]::memtable::tests::test_insert_and_get::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d798a6b - nldb[bdd4152f32b18602]::memtable::tests::test_insert_and_get
[INFO] [stdout]   19:     0x5b724d7a3179 - <nldb[bdd4152f32b18602]::memtable::tests::test_insert_and_get::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_rotate_returns_old_table stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_rotate_returns_old_table' (1385) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d795995 - nldb[bdd4152f32b18602]::memtable::tests::test_rotate_returns_old_table::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d798fab - nldb[bdd4152f32b18602]::memtable::tests::test_rotate_returns_old_table
[INFO] [stdout]   19:     0x5b724d7a31f9 - <nldb[bdd4152f32b18602]::memtable::tests::test_rotate_returns_old_table::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_rotate_fresh_table_is_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_rotate_fresh_table_is_empty' (1384) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d7976e5 - nldb[bdd4152f32b18602]::memtable::tests::test_rotate_fresh_table_is_empty::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d79939b - nldb[bdd4152f32b18602]::memtable::tests::test_rotate_fresh_table_is_empty
[INFO] [stdout]   19:     0x5b724d7a3259 - <nldb[bdd4152f32b18602]::memtable::tests::test_rotate_fresh_table_is_empty::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::tests::test_get_missing_returns_none stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::tests::test_get_missing_returns_none' (1380) panicked at src/memtable/mod.rs:96:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d798926 - nldb[bdd4152f32b18602]::memtable::tests::make_memtable
[INFO] [stdout]   13:     0x5b724d79572f - nldb[bdd4152f32b18602]::memtable::tests::test_get_missing_returns_none::{closure#0}
[INFO] [stdout]   14:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   16:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   17:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d798e5b - nldb[bdd4152f32b18602]::memtable::tests::test_get_missing_returns_none
[INFO] [stdout]   19:     0x5b724d7a31d9 - <nldb[bdd4152f32b18602]::memtable::tests::test_get_missing_returns_none::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   26:     0x7960e3bb7534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_both_wal_and_sstable_detected stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_both_wal_and_sstable_detected' (1409) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788c08 - nldb[bdd4152f32b18602]::restart::tests::test_both_wal_and_sstable_detected
[INFO] [stdout]   14:     0x5b724d7a30f9 - <nldb[bdd4152f32b18602]::restart::tests::test_both_wal_and_sstable_detected::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_empty_directory_returns_no_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_empty_directory_returns_no_files' (1410) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788e16 - nldb[bdd4152f32b18602]::restart::tests::test_empty_directory_returns_no_files
[INFO] [stdout]   14:     0x5b724d7a3119 - <nldb[bdd4152f32b18602]::restart::tests::test_empty_directory_returns_no_files::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::worker::tests::test_multiple_wals_all_loaded stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::worker::tests::test_multiple_wals_all_loaded' (1418) panicked at src/restart/worker.rs:74:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7a2795 - nldb[bdd4152f32b18602]::restart::worker::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7a41ea - <nldb[bdd4152f32b18602]::restart::worker::tests::test_multiple_wals_all_loaded::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_non_database_files_ignored stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_non_database_files_ignored' (1412) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d7886c6 - nldb[bdd4152f32b18602]::restart::tests::test_non_database_files_ignored
[INFO] [stdout]   14:     0x5b724d7a30b9 - <nldb[bdd4152f32b18602]::restart::tests::test_non_database_files_ignored::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_non_wal_log_files_ignored stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_non_wal_log_files_ignored' (1413) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788516 - nldb[bdd4152f32b18602]::restart::tests::test_non_wal_log_files_ignored
[INFO] [stdout]   14:     0x5b724d7a3099 - <nldb[bdd4152f32b18602]::restart::tests::test_non_wal_log_files_ignored::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_sstable_files_detected stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_sstable_files_detected' (1414) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788306 - nldb[bdd4152f32b18602]::restart::tests::test_sstable_files_detected
[INFO] [stdout]   14:     0x5b724d7a3079 - <nldb[bdd4152f32b18602]::restart::tests::test_sstable_files_detected::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_sstables_sorted_newest_first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_sstables_sorted_newest_first' (1415) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788888 - nldb[bdd4152f32b18602]::restart::tests::test_sstables_sorted_newest_first
[INFO] [stdout]   14:     0x5b724d7a30d9 - <nldb[bdd4152f32b18602]::restart::tests::test_sstables_sorted_newest_first::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::worker::tests::test_empty_wal_produces_empty_table stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::worker::tests::test_empty_wal_produces_empty_table' (1417) panicked at src/restart/worker.rs:74:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7a2795 - nldb[bdd4152f32b18602]::restart::worker::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7a53a2 - <nldb[bdd4152f32b18602]::restart::worker::tests::test_empty_wal_produces_empty_table::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::worker::tests::test_single_wal_data_recovered stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::worker::tests::test_single_wal_data_recovered' (1420) panicked at src/restart/worker.rs:74:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7a2795 - nldb[bdd4152f32b18602]::restart::worker::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7a4be7 - <nldb[bdd4152f32b18602]::restart::worker::tests::test_single_wal_data_recovered::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::worker::tests::test_order_preserved stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::worker::tests::test_order_preserved' (1419) panicked at src/restart/worker.rs:74:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7a2795 - nldb[bdd4152f32b18602]::restart::worker::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7a32c5 - <nldb[bdd4152f32b18602]::restart::worker::tests::test_order_preserved::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::worker::tests::test_tables_are_independent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::worker::tests::test_tables_are_independent' (1421) panicked at src/restart/worker.rs:74:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7a2795 - nldb[bdd4152f32b18602]::restart::worker::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7a3a95 - <nldb[bdd4152f32b18602]::restart::worker::tests::test_tables_are_independent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- memtable::immutable::tests::test_pop_removes_oldest stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'memtable::immutable::tests::test_pop_removes_oldest' (1366) panicked at src/memtable/inner.rs:576:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d787ddb - <nldb[bdd4152f32b18602]::memtable::inner::MemtableInner>::new_for_test
[INFO] [stdout]   13:     0x5b724d78f354 - nldb[bdd4152f32b18602]::memtable::immutable::tests::make_inner
[INFO] [stdout]   14:     0x5b724d78e0f6 - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_pop_removes_oldest::{closure#0}
[INFO] [stdout]   15:     0x5b724d789c83 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   16:     0x5b724d78ad0c - <tokio[83c270dfd85efa1]::runtime::context::scoped::Scoped<tokio[83c270dfd85efa1]::runtime::scheduler::Context>>::set::<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   17:     0x5b724d789905 - <tokio[83c270dfd85efa1]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5b724d7a5b92 - <tokio[83c270dfd85efa1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5b724d78fabb - nldb[bdd4152f32b18602]::memtable::immutable::tests::test_pop_removes_oldest
[INFO] [stdout]   20:     0x5b724d7a5ac9 - <nldb[bdd4152f32b18602]::memtable::immutable::tests::test_pop_removes_oldest::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   22:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   23:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   24:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   25:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   26:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   27:     0x7960e3bb7534 - clone
[INFO] [stdout]   28:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_multiple_wals_sorted_oldest_first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_multiple_wals_sorted_oldest_first' (1411) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d788fa8 - nldb[bdd4152f32b18602]::restart::tests::test_multiple_wals_sorted_oldest_first
[INFO] [stdout]   14:     0x5b724d7a3139 - <nldb[bdd4152f32b18602]::restart::tests::test_multiple_wals_sorted_oldest_first::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_buffer_not_written_before_flush stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_buffer_not_written_before_flush' (1436) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d784224 - nldb[bdd4152f32b18602]::wal::tests::test_buffer_not_written_before_flush
[INFO] [stdout]   14:     0x5b724d7a2bb9 - <nldb[bdd4152f32b18602]::wal::tests::test_buffer_not_written_before_flush::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_data_record_roundtrip stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_data_record_roundtrip' (1437) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d78256a - nldb[bdd4152f32b18602]::wal::tests::test_data_record_roundtrip
[INFO] [stdout]   14:     0x5b724d7a2b39 - <nldb[bdd4152f32b18602]::wal::tests::test_data_record_roundtrip::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_mixed_data_and_tombstones stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_mixed_data_and_tombstones' (1438) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d782d26 - nldb[bdd4152f32b18602]::wal::tests::test_mixed_data_and_tombstones
[INFO] [stdout]   14:     0x5b724d7a2b79 - <nldb[bdd4152f32b18602]::wal::tests::test_mixed_data_and_tombstones::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_size_based_flush_trigger stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_size_based_flush_trigger' (1440) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d7829d9 - nldb[bdd4152f32b18602]::wal::tests::test_size_based_flush_trigger
[INFO] [stdout]   14:     0x5b724d7a2b59 - <nldb[bdd4152f32b18602]::wal::tests::test_size_based_flush_trigger::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_tombstone_roundtrip stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_tombstone_roundtrip' (1441) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d782188 - nldb[bdd4152f32b18602]::wal::tests::test_tombstone_roundtrip
[INFO] [stdout]   14:     0x5b724d7a2b19 - <nldb[bdd4152f32b18602]::wal::tests::test_tombstone_roundtrip::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wal::tests::test_multiple_records_in_order stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wal::tests::test_multiple_records_in_order' (1439) panicked at src/wal/mod.rs:143:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d782002 - nldb[bdd4152f32b18602]::wal::tests::make_wal
[INFO] [stdout]   13:     0x5b724d78336b - nldb[bdd4152f32b18602]::wal::tests::test_multiple_records_in_order
[INFO] [stdout]   14:     0x5b724d7a2b99 - <nldb[bdd4152f32b18602]::wal::tests::test_multiple_records_in_order::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart::tests::test_wal_file_detected stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart::tests::test_wal_file_detected' (1416) panicked at src/restart/mod.rs:172:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d7867b8 - <nldb[bdd4152f32b18602]::restart::tests::TempDir>::new
[INFO] [stdout]   13:     0x5b724d7880c8 - nldb[bdd4152f32b18602]::restart::tests::test_wal_file_detected
[INFO] [stdout]   14:     0x5b724d7a3059 - <nldb[bdd4152f32b18602]::restart::tests::test_wal_file_detected::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   21:     0x7960e3bb7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sstable::tests::roundtrip_search stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sstable::tests::roundtrip_search' (1422) panicked at src/sstable/mod.rs:164:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b724d857791 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b724d86c55a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5b724d85c13c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5b724d831c16 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b724d84f0e9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5b724d7b9650 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b724d84f412 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b724d831cc2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b724d82a4a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b724d8328bd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b724d86ccbc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b724d86ca92 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b724d784ab3 - nldb[bdd4152f32b18602]::sstable::tests::roundtrip_search
[INFO] [stdout]   13:     0x5b724d7a3159 - <nldb[bdd4152f32b18602]::sstable::tests::roundtrip_search::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b724d7ac93b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5b724d7b9fa5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b724d7b3364 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b724d7bd102 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b724d857059 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7960e3b2407a - <unknown>
[INFO] [stdout]   20:     0x7960e3bb7534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compaction::tests::test_disjoint_keys_all_present
[INFO] [stdout]     compaction::tests::test_newer_table_wins_on_duplicate_key
[INFO] [stdout]     compaction::tests::test_output_keys_are_sorted
[INFO] [stdout]     compaction::tests::test_tombstone_dropped_from_output
[INFO] [stdout]     compaction::tests::test_tombstone_hides_older_data
[INFO] [stdout]     memtable::immutable::tests::test_insert_and_get
[INFO] [stdout]     memtable::immutable::tests::test_newest_wins
[INFO] [stdout]     memtable::immutable::tests::test_pop_removes_oldest
[INFO] [stdout]     memtable::immutable::tests::test_tombstone_hides_older_data
[INFO] [stdout]     memtable::inner::tests::test_all_keys_retrievable
[INFO] [stdout]     memtable::inner::tests::test_case1_uncle_red
[INFO] [stdout]     memtable::inner::tests::test_case2_case3_left_right
[INFO] [stdout]     memtable::inner::tests::test_case2_case3_right_left
[INFO] [stdout]     memtable::inner::tests::test_case3_left_left
[INFO] [stdout]     memtable::inner::tests::test_case3_right_right
[INFO] [stdout]     memtable::inner::tests::test_duplicate_key_updates_value
[INFO] [stdout]     memtable::inner::tests::test_get_after_insert
[INFO] [stdout]     memtable::inner::tests::test_invariants_many_inserts
[INFO] [stdout]     memtable::inner::tests::test_root_is_black
[INFO] [stdout]     memtable::tests::test_delete_nonexistent_key_writes_tombstone
[INFO] [stdout]     memtable::tests::test_delete_writes_tombstone
[INFO] [stdout]     memtable::tests::test_get_missing_returns_none
[INFO] [stdout]     memtable::tests::test_insert_and_get
[INFO] [stdout]     memtable::tests::test_insert_overwrites_existing
[INFO] [stdout]     memtable::tests::test_new_from_wal_recovers_data
[INFO] [stdout]     memtable::tests::test_rotate_fresh_table_is_empty
[INFO] [stdout]     memtable::tests::test_rotate_returns_old_table
[INFO] [stdout]     memtable::tests::test_table_full_error
[INFO] [stdout]     restart::tests::test_both_wal_and_sstable_detected
[INFO] [stdout]     restart::tests::test_empty_directory_returns_no_files
[INFO] [stdout]     restart::tests::test_multiple_wals_sorted_oldest_first
[INFO] [stdout]     restart::tests::test_non_database_files_ignored
[INFO] [stdout]     restart::tests::test_non_wal_log_files_ignored
[INFO] [stdout]     restart::tests::test_sstable_files_detected
[INFO] [stdout]     restart::tests::test_sstables_sorted_newest_first
[INFO] [stdout]     restart::tests::test_wal_file_detected
[INFO] [stdout]     restart::worker::tests::test_empty_wal_produces_empty_table
[INFO] [stdout]     restart::worker::tests::test_multiple_wals_all_loaded
[INFO] [stdout]     restart::worker::tests::test_order_preserved
[INFO] [stdout]     restart::worker::tests::test_single_wal_data_recovered
[INFO] [stdout]     restart::worker::tests::test_tables_are_independent
[INFO] [stdout]     sstable::tests::roundtrip_search
[INFO] [stdout]     wal::tests::test_buffer_not_written_before_flush
[INFO] [stdout]     wal::tests::test_data_record_roundtrip
[INFO] [stdout]     wal::tests::test_mixed_data_and_tombstones
[INFO] [stdout]     wal::tests::test_multiple_records_in_order
[INFO] [stdout]     wal::tests::test_size_based_flush_trigger
[INFO] [stdout]     wal::tests::test_tombstone_roundtrip
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 42 passed; 48 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42", kill_on_drop: false }`
[INFO] [stdout] d0d54062e679e101c6a2b7bda0b2821ed251be01724adbe3cccbfc99f02bee42
