[INFO] cloning repository https://github.com/frozen-lab/frozen_core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frozen-lab/frozen_core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrozen-lab%2Ffrozen_core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrozen-lab%2Ffrozen_core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 681024bf52e1b7fe3b42fef846db05b7400f3376
[INFO] testing frozen-lab/frozen_core against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrozen-lab%2Ffrozen_core" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/frozen-lab/frozen_core
[INFO] finished tweaking git repo https://github.com/frozen-lab/frozen_core
[INFO] tweaked toml for git repo https://github.com/frozen-lab/frozen_core written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/frozen-lab/frozen_core on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/frozen-lab/frozen_core already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00
[INFO] running `Command { std: "docker" "start" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", 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" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", 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" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling frozen-core v0.0.32 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
[INFO] running `Command { std: "docker" "inspect" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", 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" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling frozen-core v0.0.32 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.55s
[INFO] running `Command { std: "docker" "inspect" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", 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" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/frozen_core-075fdb8432e85c1c)
[INFO] [stdout] 
[INFO] [stdout] running 222 tests
[INFO] [stdout] test ack::tests::ack_ticket::err_await_when_error_is_present ... ok
[INFO] [stdout] test ack::tests::ack_ticket::ok_await_when_epoch_already_durable ... ok
[INFO] [stdout] test ack::tests::ack_ticket::ok_multiple_epochs_complete_in_order ... ok
[INFO] [stdout] test ack::tests::ack_ticket::ok_new ... ok
[INFO] [stdout] test ack::tests::completion::ok_del_err ... ok
[INFO] [stdout] test ack::tests::completion::ok_increment_current_epoch ... ok
[INFO] [stdout] test ack::tests::completion::ok_mark_epoch_as_durable ... ok
[INFO] [stdout] test ack::tests::ticket_wait::ok_wait_when_epoch_already_durable ... ok
[INFO] [stdout] test ack::tests::completion::ok_set_err_overwrites_previous ... ok
[INFO] [stdout] test bufpool::tests::alloc_struct::ok_alloc_can_be_shared_across_threads ... ok
[INFO] [stdout] test bufpool::tests::alloc_struct::ok_allocated_bytes_return_total_allocated_bytes ... ok
[INFO] [stdout] test bufpool::tests::alloc_struct::ok_first_returns_ptr_to_first_buf_from_alloc ... ok
[INFO] [stdout] test bufpool::tests::alloc_struct::ok_length_returns_length_of_alloc ... ok
[INFO] [stdout] test bufpool::tests::drop::ok_partial_drop_updates_accounting ... ok
[INFO] [stdout] test bufpool::tests::iterator::ok_iter_yeilds_none_when_exhausted ... ok
[INFO] [stdout] test ack::tests::ack_ticket::ok_await_after_durability_progress ... ok
[INFO] [stdout] test ack::tests::ack_ticket::ok_multiple_tickets_waiting_for_same_epoch ... ok
[INFO] [stdout] test ack::tests::ticket_wait::ok_wait_after_durability_progress ... ok
[INFO] [stdout] test ack::tests::ack_ticket::err_await_when_error_arrives_later ... ok
[INFO] [stdout] test ack::tests::ticket_wait::err_wait_when_error_is_present ... ok
[INFO] [stdout] test ack::tests::completion::ok_set_get_err ... ok
[INFO] [stdout] test bufpool::tests::memory_tests::ok_create_layout ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_decrments_allocated_memory_after_deallocations ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_max_memory ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_multiple ... ok
[INFO] [stdout] test bufpool::tests::memory_tests::ok_allocate_layout ... ok
[INFO] [stdout] test bufpool::tests::memory_tests::ok_allocate_layout_allows_write ... ok
[INFO] [stdout] test bufpool::tests::iterator::ok_iter_yeilds_all_buffers ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_updates_active_allocation_tracking ... ok
[INFO] [stdout] test bufpool::tests::memory_tests::ok_allocate_layout_allows_write_to_entire_slice ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_single ... ok
[INFO] [stdout] test bufpool::tests::ok_alloc_updates_memory_accounting ... ok
[INFO] [stdout] test crc32::tests::corruption_detection::ok_multiple_bit_flips_change_crc ... ok
[INFO] [stdout] test crc32::tests::corruption_detection::ok_detects_random_corruption ... ok
[INFO] [stdout] test crc32::tests::corruption_detection::ok_detects_torn_write_simulation ... ok
[INFO] [stdout] test crc32::tests::corruption_detection::ok_every_bit_flip_changes_crc ... ok
[INFO] [stdout] test crc32::tests::corruption_detection::ok_single_bit_flip_changes_crc ... ok
[INFO] [stdout] test crc32::tests::hw_sw_consistency::ok_crc_buf_2x ... ok
[INFO] [stdout] test crc32::tests::public_api::ok_crc_is_deterministic ... ok
[INFO] [stdout] test crc32::tests::hw_sw_consistency::ok_crc_buf_4x ... ok
[INFO] [stdout] test crc32::tests::hw_sw_consistency::ok_crc_single_buf ... ok
[INFO] [stdout] test crc32::tests::public_api::ok_zero_buffer_crc ... ok
[INFO] [stdout] test crc32::tests::public_api::ok_different_buffers_have_different_crc ... ok
[INFO] [stdout] test crc32::tests::public_api::ok_parallel_crc_matches_single ... ok
[INFO] [stdout] test error::tests::ok_compare_different_id ... ok
[INFO] [stdout] test error::tests::ok_compare_same_id_different_context ... ok
[INFO] [stdout] test error::tests::ok_context_exact_format ... ok
[INFO] [stdout] test error::tests::ok_empty_message ... ok
[INFO] [stdout] test crc32::tests::public_api::ok_known_crc_vectors ... ok
[INFO] [stdout] test error::tests::ok_new_raw_uses_display ... ok
[INFO] [stdout] test ffile::posix::tests::build_iovec::ok_build_iovecs_heap_boundary ... ok
[INFO] [stdout] test error::tests::ok_context_formatting ... ok
[INFO] [stdout] test error::tests::ok_empty_detail ... ok
[INFO] [stdout] test error::tests::ok_new_and_new_raw_same_id ... ok
[INFO] [stdout] test ffile::posix::tests::config::ok_read_max_iovec_config ... ok
[INFO] [stdout] test bufpool::tests::ok_concurrent_allocations ... ok
[INFO] [stdout] test ffile::posix::tests::build_iovec::ok_build_iovecs_stack_boundary ... ok
[INFO] [stdout] test bufpool::tests::err_alloc_more_then_max_memory - should panic ... ok
[INFO] [stdout] test bufpool::tests::err_new_with_invalid_cfg - should panic ... ok
[INFO] [stdout] test ffile::posix::tests::fil_sync::ok_sync_after_sync ... ok
[INFO] [stdout] test ffile::posix::tests::file_grow::ok_grow ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_length_after_closed ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_grow_after_closed ... ok
[INFO] [stdout] test ffile::posix::tests::file_exists::ok_exists_false_on_missing_file ... ok
[INFO] [stdout] test ffile::posix::tests::file_grow::ok_grow_extends_with_zero ... ok
[INFO] [stdout] test bufpool::tests::err_alloc_zero - should panic ... ok
[INFO] [stdout] test ack::tests::ticket_wait::err_wait_when_error_arrives_later ... ok
[INFO] [stdout] test bufpool::tests::memory_tests::err_create_layout - should panic ... ok
[INFO] [stdout] test ffile::posix::tests::file_lock::ok_flock_released_after_close ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_double_unlink_after_close ... ok
[INFO] [stdout] test ffile::posix::tests::file_exists::ok_exists_true_on_existing_file ... ok
[INFO] [stdout] test ffile::posix::tests::file_new_close::ok_close_on_close ... ok
[INFO] [stdout] test ffile::posix::tests::file_new_close::ok_new_close_cycle ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_pread_after_closed ... ok
[INFO] [stdout] test ffile::posix::tests::file_new_close::ok_new_close_cycle_on_existing ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_sync_after_closed ... ok
[INFO] [stdout] test ffile::posix::tests::utils::ok_err_msg ... ok
[INFO] [stdout] test ffile::posix::tests::utils::ok_extract_parent_dir ... ok
[INFO] [stdout] test ffile::posix::tests::file_lock::err_flock_when_already_locked ... ok
[INFO] [stdout] test ffile::posix::tests::utils::ok_path_to_cstring ... ok
[INFO] [stdout] test ffile::posix::tests::utils::ok_last_errno ... ok
[INFO] [stdout] test ffile::posix::tests::fil_sync::ok_sync ... ok
[INFO] [stdout] test ffile::posix::tests::file_unlink::err_unlink_missing ... ok
[INFO] [stdout] test crc32::tests::hw_sw_consistency::ok_crc_random_bufs ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_single::ok_pwrite_pread_cycle ... ok
[INFO] [stdout] test ffile::posix::tests::file_unlink::ok_unlink_existing ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_single::ok_pwrite_when_overlapping_last_wins ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored::ok_pwritev_preadv_cycle ... ok
[INFO] [stdout] test ffile::posix::tests::raw_syscalls::ok_f_advice_random ... ok
[INFO] [stdout] test ffile::posix::tests::file_lock::ok_flock_acquires_exclusive_lock ... ok
[INFO] [stdout] test ffile::posix::tests::raw_syscalls::ok_write_read_at_eof_boundary ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored::ok_pwritev_preadv_across_sessions ... ok
[INFO] [stdout] test ffile::posix::tests::raw_syscalls::ok_multiple_open_close_cycles ... ok
[INFO] [stdout] test ffile::posix::tests::raw_syscalls::ok_sync_range ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored::ok_pwritev_concurrent_non_overlapping ... ok
[INFO] [stdout] test ffile::posix::tests::raw_syscalls::ok_sync_cycle ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored::ok_pwritev_handles_large_iovec_batches ... ok
[INFO] [stdout] test ffile::posix::tests::file_lifecycle::err_pwrite_after_closed ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_single::ok_pwrite_pread_across_sessions ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_delete_file ... ok
[INFO] [stdout] test ffile::posix::tests::file_new_close::err_new_on_missing_parent_dir ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_drop_persists_without_explicit_sync ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_exists_true_when_exists ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored_load::ok_single_thread_large_batch ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::err_new_when_file_smaller_than_init_len ... ok
[INFO] [stdout] test ffile::tests::ff_lock::err_new_when_already_open ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_new_with_init_len ... ok
[INFO] [stdout] test ffile::tests::ff_grow::ok_grow_updates_length ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_exists_false_when_missing ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::err_delete_after_delete ... ok
[INFO] [stdout] test ffile::tests::ff_lifecycle::ok_new_existing ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_single::ok_pwrite_concurrent_non_overlapping ... ok
[INFO] [stdout] test ffile::tests::ff_lock::ok_drop_releases_exclusive_lock ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::ok_concurrent_grow_and_write ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::ok_vectored_write_read_cycle ... ok
[INFO] [stdout] test ffile::tests::ff_sync::ok_sync_after_sync ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::ok_single_write_read_cycle ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::err_read_hcf_for_eof ... ok
[INFO] [stdout] test ffile::tests::ff_sync::err_sync_after_delete ... ok
[INFO] [stdout] test fmmap::posix::tests::map_sync::ok_sync ... ok
[INFO] [stdout] test ffile::tests::ff_grow::ok_grow_sync_cycle ... ok
[INFO] [stdout] test fmmap::posix::tests::map_unmap::err_map_on_invalid_length ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::ok_concurrent_sync_and_write ... ok
[INFO] [stdout] test fmmap::posix::tests::map_durability::ok_map_durability_after_unmap ... ok
[INFO] [stdout] test fmmap::posix::tests::map_unmap::ok_map_zero_bytes_on_new ... ok
[INFO] [stdout] test fmmap::posix::tests::map_durability::ok_map_durability_after_unmap_and_close ... ok
[INFO] [stdout] test fmmap::posix::tests::map_unmap::ok_map_unmap_cycle ... ok
[INFO] [stdout] test fmmap::posix::tests::utils::ok_err_msg ... ok
[INFO] [stdout] test fmmap::posix::tests::utils::ok_last_errno ... ok
[INFO] [stdout] test ffile::tests::ff_write_read::ok_write_concurrent_non_overlapping ... ok
[INFO] [stdout] test fmmap::posix::tests::map_write_read::ok_write_read_sync_cycle ... ok
[INFO] [stdout] test fmmap::posix::tests::map_sync::ok_sync_after_sync ... ok
[INFO] [stdout] test fmmap::posix::tests::map_unmap::err_map_on_invalid_fd ... ok
[INFO] [stdout] test fmmap::posix::tests::map_unmap::err_unmap_on_invalid_length ... ok
[INFO] [stdout] test fmmap::posix::tests::map_write_read::ok_read_zero_bytes ... ok
[INFO] [stdout] test fmmap::posix::tests::map_write_read::ok_write_read_with_offset ... ok
[INFO] [stdout] test fmmap::posix::tests::map_write_read::ok_write_read_cycle ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::err_new_when_change_in_cfg ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::err_delete_after_delete ... ok
[INFO] [stdout] test fmmap::tests::fm_durability::ok_wait_then_drop ... ok
[INFO] [stdout] test fmmap::tests::fm_durability::ok_wait_for_durability_with_multi_writers ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::ok_delete ... ok
[INFO] [stdout] test fmmap::tests::fm_new_grown::err_new_grown_with_preexisting_instance ... ok
[INFO] [stdout] test fmmap::tests::ack_ticket::ok_parallel_waiters_same_epoch ... ok
[INFO] [stdout] test fmmap::tests::fm_new_grown::err_new_grown_while_previous_instance_is_alive ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::ok_drop_persists_when_dropped_before_bg_flush ... ok
[INFO] [stdout] test fmmap::tests::fm_durability::ok_epoch_monotonicity ... ok
[INFO] [stdout] test fmmap::tests::fm_concurrency::ok_parallel_reads_with_diff_index ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::err_tx_duplicate_index ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::ok_new_existing ... ok
[INFO] [stdout] test fmmap::tests::fm_new_grown::ok_new_grown_updates_length ... ok
[INFO] [stdout] test fmmap::tests::fm_new_grown::ok_new_grown_cycle ... ok
[INFO] [stdout] test fmmap::tests::fm_lifecycle::ok_new ... FAILED
[INFO] [stdout] test fmmap::tests::fm_new_grown::ok_write_reopen_grown_read ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::err_tx_out_of_order ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::ok_tx_single_epoch ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_grown_when_t_implements_drop ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::ok_tx_basic_multi_write ... ok
[INFO] [stdout] test fmmap::tests::fm_concurrency::ok_multi_tx_drop_then_reopen_grown ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::ok_tx_overwrite_last_wins ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_grown_when_t_is_zero_sized ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_grown_when_t_size_is_not_multiple_of_8 ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_grown_when_t_is_not_8_byte_aligned ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::ok_tx_concurrent_non_overlapping ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_validate_t_when_drop ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_validate_t_when_not_8_byte_aligned ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_validate_t_when_size_not_multiple_of_8 ... ok
[INFO] [stdout] test hints::tests::sanity_checks_for_likely ... ok
[INFO] [stdout] test hints::tests::sanity_checks_for_unlikely ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_validate_t_when_zero_sized ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::ok_validate_t ... ok
[INFO] [stdout] test fmmap::tests::fm_tx::ok_tx_persists_across_reopen ... ok
[INFO] [stdout] test mpscq::tests::basics::ok_drain_empty_when_queue_empty ... ok
[INFO] [stdout] test mpscq::tests::basics::ok_push_drain_multiple ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_when_t_is_zero_sized ... ok
[INFO] [stdout] test mpscq::tests::basics::ok_push_drain_single ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_when_t_is_not_8_byte_aligned ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_when_t_implements_drop ... ok
[INFO] [stdout] test fmmap::tests::ack_ticket::ok_parallel_waiters_same_epoch_window ... ok
[INFO] [stdout] test fmmap::tests::fm_validate_t::err_new_when_t_size_is_not_multiple_of_8 ... ok
[INFO] [stdout] test mpscq::tests::cycles::ok_single_push_drain_cycles ... ok
[INFO] [stdout] test mpscq::tests::empty::ok_is_empty_false_after_push ... ok
[INFO] [stdout] test bufpool::tests::drop::ok_drop_waits_for_active_allocations ... ok
[INFO] [stdout] test mpscq::tests::empty::ok_is_empty_true_after_drain ... ok
[INFO] [stdout] test mpscq::tests::cycles::ok_multi_push_drain_cycles ... ok
[INFO] [stdout] test mpscq::tests::empty::ok_is_empty_true_on_init ... ok
[INFO] [stdout] test bufpool::tests::ok_backpressure_blocks_till_memory_is_deallocated ... ok
[INFO] [stdout] test reservoir::tests::deref::ok_deref_and_deref_mut_coercion ... ok
[INFO] [stdout] test reservoir::tests::ok_create_and_basic_acquire ... ok
[INFO] [stdout] test reservoir::tests::ok_dynamic_swap_retire_and_insert ... ok
[INFO] [stdout] test reservoir::tests::ok_exhaustion_and_sequential_reuse ... ok
[INFO] [stdout] test mpscq::tests::concurrency::ok_multi_tx_push_drain ... ok
[INFO] [stdout] test reservoir::tests::err_zero_capacity_panics_on_acquire - should panic ... ok
[INFO] [stdout] test reservoir::tests::err_capacity_exceeds_max_node - should panic ... ok
[INFO] [stdout] test fmmap::tests::fm_write_read::ok_write_wait_read_cycle ... ok
[INFO] [stdout] test fmmap::tests::fm_write_read::ok_write_read_without_wait ... ok
[INFO] [stdout] test reservoir::tests::ok_retire_resource_extracts_value ... ok
[INFO] [stdout] test reservoir::tests::ok_with_capacity_initializes_empty_slots ... ok
[INFO] [stdout] test fmmap::tests::fm_new_grown::ok_write_reopen_grown_read_cycle ... ok
[INFO] [stdout] test wpipe::tests::lifecycle::ok_new ... ok
[INFO] [stdout] test wpipe::tests::lifecycle::ok_drop ... ok
[INFO] [stdout] test wpipe::tests::pipe_writes::ok_write_epoch_is_monotonic ... ok
[INFO] [stdout] test wpipe::tests::pipe_writes::ok_write ... ok
[INFO] [stdout] test ffile::posix::tests::write_read_vectored_load::ok_multi_thread_large_batch ... ok
[INFO] [stdout] test reservoir::tests::ok_insert_wakes_waiting_thread ... ok
[INFO] [stdout] test wpipe::tests::concurrency::ok_multi_threaded_writers ... ok
[INFO] [stdout] test wpipe::tests::write_ticket::ok_awaiting_last_ticket_implies_previous_writes_are_durable ... ok
[INFO] [stdout] test mpscq::tests::concurrency::ok_multi_tx_push ... ok
[INFO] [stdout] test reservoir::tests::ok_acquire_blocks_until_notified ... ok
[INFO] [stdout] test wpipe::tests::shutdown::ok_drop_before_pending_write_call ... ok
[INFO] [stdout] test wpipe::tests::shutdown::ok_drop_waits_for_pending_write_call ... ok
[INFO] [stdout] test wpipe::tests::write_ticket::ok_multiple_concurrent_awaits ... ok
[INFO] [stdout] test wpipe::tests::write_ticket::ok_readback_after_write_with_await ... ok
[INFO] [stdout] test reservoir::tests::ok_permit_dropped_on_thread_panic ... ok
[INFO] [stdout] test wpipe::tests::parallel_listeners::ok_many_parallel_waiters_same_durability_window ... ok
[INFO] [stdout] test wpipe::tests::write_ticket::ok_readback_after_batch_write ... ok
[INFO] [stdout] test wpipe::tests::shutdown::ok_drop_does_not_deadlock_when_multiple_pending_writes ... ok
[INFO] [stdout] test reservoir::tests::ok_multiple_waiters_wake_sequentially ... ok
[INFO] [stdout] test wpipe::tests::shutdown::ok_drop_correctly_waits_for_pending_write_with_multi_threads ... ok
[INFO] [stdout] test wpipe::tests::parallel_listeners::ok_parallel_waiters_multiple_batches ... ok
[INFO] [stdout] test mpscq::tests::concurrency::ok_multi_tx_push_high_contention ... ok
[INFO] [stdout] test reservoir::tests::ok_concurrent_stress_test ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fmmap::tests::fm_lifecycle::ok_new stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fmmap::tests::fm_lifecycle::ok_new' (1638) panicked at src/fmmap/mod.rs:1363:69:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FrozenError { Module: 0, Domain: 18, Reason: 6 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60780a3f7621 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60780a3f7621 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60780a3f7621 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60780a3f7621 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60780a40c1ea - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60780a40c1ea - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60780a3fbdec - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60780a3fbdec - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60780a3d4266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60780a3d4266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60780a3eef29 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60780a385d80 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60780a385d80 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60780a3ef0e2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60780a3ef0e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60780a3d4312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60780a3cbb29 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60780a3d4f0d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60780a40c9bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60780a40c732 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x60780a30af40 - <core[6883ba1bc0fe4ed1]::result::Result<u64, frozen_core[669998a561e8aa85]::error::FrozenError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x60780a30af40 - frozen_core[669998a561e8aa85]::fmmap::tests::fm_lifecycle::ok_new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fmmap/mod.rs:1363:69
[INFO] [stdout]   22:     0x60780a3045d7 - frozen_core[669998a561e8aa85]::fmmap::tests::fm_lifecycle::ok_new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fmmap/mod.rs:1345:20
[INFO] [stdout]   23:     0x60780a2a8cf6 - <frozen_core[669998a561e8aa85]::fmmap::tests::fm_lifecycle::ok_new::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60780a3790bb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60780a3790bb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x60780a386705 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x60780a386705 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x60780a386705 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x60780a386705 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x60780a386705 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60780a386705 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x60780a386705 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x60780a3811b4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x60780a3811b4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x60780a389852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x60780a389852 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x60780a389852 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x60780a389852 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60780a389852 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60780a389852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x60780a389852 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x60780a3f6e7f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x60780a3f6e7f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x79033cd93aa4 - <unknown>
[INFO] [stdout]   45:     0x79033ce20a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fmmap::tests::fm_lifecycle::ok_new
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 221 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00", kill_on_drop: false }`
[INFO] [stdout] 8f041d9690e660fad2edb4c12edd44780418ecd52303c2fc92d2ffc1ae537d00
