[INFO] cloning repository https://github.com/deadjoe/badbatch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deadjoe/badbatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadjoe%2Fbadbatch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadjoe%2Fbadbatch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 06885e89d424749527398e57bd0d1b581794a8c1 [INFO] testing deadjoe/badbatch against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadjoe%2Fbadbatch" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/deadjoe/badbatch [INFO] finished tweaking git repo https://github.com/deadjoe/badbatch [INFO] tweaked toml for git repo https://github.com/deadjoe/badbatch written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/deadjoe/badbatch on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/deadjoe/badbatch 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0320a2feb57605243996911a8c81d4c2cb702567e4f086ca513b7c2117453b7e [INFO] running `Command { std: "docker" "start" "-a" "0320a2feb57605243996911a8c81d4c2cb702567e4f086ca513b7c2117453b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0320a2feb57605243996911a8c81d4c2cb702567e4f086ca513b7c2117453b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0320a2feb57605243996911a8c81d4c2cb702567e4f086ca513b7c2117453b7e", kill_on_drop: false }` [INFO] [stdout] 0320a2feb57605243996911a8c81d4c2cb702567e4f086ca513b7c2117453b7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a54f68aced8c4ae97265ec6087be7dec9787ab4ebfbb7d5558a921bf86dd97e [INFO] running `Command { std: "docker" "start" "-a" "8a54f68aced8c4ae97265ec6087be7dec9787ab4ebfbb7d5558a921bf86dd97e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling thread-id v4.2.2 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling core_affinity v0.8.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling badbatch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.69s [INFO] running `Command { std: "docker" "inspect" "8a54f68aced8c4ae97265ec6087be7dec9787ab4ebfbb7d5558a921bf86dd97e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a54f68aced8c4ae97265ec6087be7dec9787ab4ebfbb7d5558a921bf86dd97e", kill_on_drop: false }` [INFO] [stdout] 8a54f68aced8c4ae97265ec6087be7dec9787ab4ebfbb7d5558a921bf86dd97e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 419724d9d300af8bfc0b043df6746346960793b1acd80fcf6425f967ebe6304d [INFO] running `Command { std: "docker" "start" "-a" "419724d9d300af8bfc0b043df6746346960793b1acd80fcf6425f967ebe6304d", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling badbatch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.28s [INFO] running `Command { std: "docker" "inspect" "419724d9d300af8bfc0b043df6746346960793b1acd80fcf6425f967ebe6304d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "419724d9d300af8bfc0b043df6746346960793b1acd80fcf6425f967ebe6304d", kill_on_drop: false }` [INFO] [stdout] 419724d9d300af8bfc0b043df6746346960793b1acd80fcf6425f967ebe6304d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5907effce8b26a23a8479dc5820be7f75cc84d2bd6d988e1f6fa825c323e060a [INFO] running `Command { std: "docker" "start" "-a" "5907effce8b26a23a8479dc5820be7f75cc84d2bd6d988e1f6fa825c323e060a", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/badbatch-e8e0db1fc1903e17) [INFO] [stdout] [INFO] [stdout] running 244 tests [INFO] [stdout] test disruptor::builder::tests::test_build_multi_producer_basic ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_multiple_handlers_with_different_settings ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_thread_management ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_type_safety ... ok [INFO] [stdout] test disruptor::builder::tests::test_disruptor_handle_into_producer ... ok [INFO] [stdout] test disruptor::builder::tests::test_closure_event_handler ... ok [INFO] [stdout] test disruptor::builder::tests::test_disruptor_handle_publishing ... ok [INFO] [stdout] test disruptor::builder::tests::test_cloneable_producer_create_producer ... ok [INFO] [stdout] test disruptor::builder::tests::test_build_single_producer_basic ... ok [INFO] [stdout] test disruptor::builder::tests::test_disruptor_handle_shutdown ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_with_different_buffer_sizes ... ok [INFO] [stdout] test disruptor::builder::tests::test_core_interfaces_activation ... ok [INFO] [stdout] test disruptor::builder::tests::test_multi_producer_build ... ok [INFO] [stdout] test disruptor::builder::tests::test_multi_producer_multiple_handlers ... ok [INFO] [stdout] test disruptor::builder::tests::test_multi_producer_add_event_handler ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_api_completeness ... ok [INFO] [stdout] test disruptor::builder::tests::test_shutdown_fix_verification ... ok [INFO] [stdout] test disruptor::builder::tests::test_api_comparison_with_disruptor_rs ... ok [INFO] [stdout] test disruptor::builder::tests::test_single_producer_add_event_handler ... ok [INFO] [stdout] test disruptor::builder::tests::test_disruptor_handle_into_producer_restores_capacity ... ok [INFO] [stdout] test disruptor::builder::tests::test_single_producer_build ... ok [INFO] [stdout] test disruptor::builder::tests::test_builder_with_different_wait_strategies ... ok [INFO] [stdout] test disruptor::builder::tests::test_single_producer_multiple_handlers ... ok [INFO] [stdout] test disruptor::builder::tests::test_yielding_wait_strategy_shutdown ... ok [INFO] [stdout] test disruptor::core_interfaces::tests::test_cursored_trait ... ok [INFO] [stdout] test disruptor::core_interfaces::tests::test_data_provider_trait ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_data_provider_implementation ... ok [INFO] [stdout] test disruptor::builder::tests::test_cloneable_producer_clone ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_builder ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_builder_chain ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_creation ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_creation_multi_producer ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_get_cursor ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_get_remaining_capacity ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_invalid_buffer_size ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_publish_event ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_shutdown_without_start ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_get_ring_buffer ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_try_publish_event ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_with_defaults ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_with_different_wait_strategies ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_zero_buffer_size ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_drop_behavior ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_is_running_states ... ok [INFO] [stdout] test disruptor::disruptor::tests::test_disruptor_start_and_shutdown ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_sequence_tracking ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_loop_batch_processing ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_shutdown ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_thread_naming ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_elegant_consumer_creation ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_elegant_consumer_with_affinity ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_elegant_consumer_with_state ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_shutdown_with_already_shutdown_consumer ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_wait_for_events_sequence_bounds ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_wait_for_events_with_shutdown ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_clone_event_factory ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_closure_event_factory ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_default_event_factory ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_event_factory_convenience_function ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_factory_thread_safety ... ok [INFO] [stdout] test disruptor::event_factory::tests::test_multiple_instances_are_independent ... ok [INFO] [stdout] test disruptor::event_handler::tests::test_clearing_event_handler ... ok [INFO] [stdout] test disruptor::event_handler::tests::test_closure_event_handler ... ok [INFO] [stdout] test disruptor::event_handler::tests::test_no_op_event_handler ... ok [INFO] [stdout] test disruptor::event_handler::tests::test_sequence_callback ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_batch_event_processor_creation ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_data_provider_interface ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_event_processor_halt ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_processor_debug_format ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_processor_sequence_management ... ok [INFO] [stdout] test disruptor::builder::tests::test_cpu_affinity_support ... ok [INFO] [stdout] test disruptor::builder::tests::test_dependency_chain_debug ... ok [INFO] [stdout] test disruptor::event_translator::tests::test_closure_event_translator ... ok [INFO] [stdout] test disruptor::event_translator::tests::test_closure_event_translator_one_arg ... ok [INFO] [stdout] test disruptor::event_translator::tests::test_closure_event_translator_two_arg ... ok [INFO] [stdout] test disruptor::event_translator::tests::test_convenience_functions ... ok [INFO] [stdout] test disruptor::exception_handler::tests::test_closure_exception_handler ... ok [INFO] [stdout] test disruptor::exception_handler::tests::test_default_exception_handler ... ok [INFO] [stdout] test disruptor::elegant_consumer::tests::test_consumer_with_state_processing ... ok [INFO] [stdout] test disruptor::builder::tests::test_mixed_handler_types ... ok [INFO] [stdout] test disruptor::builder::tests::test_and_then_dependency_chain ... ok [INFO] [stdout] test disruptor::exception_handler::tests::test_ignore_exception_handler ... ok [INFO] [stdout] test disruptor::producer::tests::test_batch_publish_blocking ... ok [INFO] [stdout] test disruptor::producer::tests::test_concurrent_access_safety ... ok [INFO] [stdout] test disruptor::producer::tests::test_error_types ... ok [INFO] [stdout] test disruptor::builder::tests::test_unified_api_design ... ok [INFO] [stdout] test disruptor::producer::tests::test_large_batch_publish ... ok [INFO] [stdout] test disruptor::producer::tests::test_producer_sequence_consistency ... ok [INFO] [stdout] test disruptor::producer::tests::test_producer_trait_methods ... ok [INFO] [stdout] test disruptor::producer::tests::test_producer_with_multi_producer_sequencer ... ok [INFO] [stdout] test disruptor::producer::tests::test_try_batch_publish_success ... ok [INFO] [stdout] test disruptor::producer::tests::test_try_batch_publish_zero_size ... ok [INFO] [stdout] test disruptor::producer::tests::test_try_publish_multiple ... ok [INFO] [stdout] test disruptor::producer::tests::test_try_publish_success ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_clone ... ok [INFO] [stdout] test disruptor::producer::tests::test_publish_blocking ... ok [INFO] [stdout] test disruptor::producer::tests::test_simple_producer_creation ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_default ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_equality ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_from_str ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_processor_spawn_method_exists ... ok [INFO] [stdout] test disruptor::event_processor::tests::test_try_run_once_not_running ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_hash ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_multi ... ok [INFO] [stdout] test disruptor::producer_type::tests::test_producer_type_single ... ok [INFO] [stdout] test disruptor::builder::tests::test_stateful_event_handler ... ok [INFO] [stdout] test disruptor::property_tests::sequence_properties::sequence_compare_and_set_success ... ok [INFO] [stdout] test disruptor::property_tests::sequence_properties::sequence_add_and_get_consistency ... ok [INFO] [stdout] test disruptor::property_tests::multi_producer_sequencer_properties::multi_producer_next_is_unique ... ok [INFO] [stdout] test disruptor::property_tests::ring_buffer_properties::ring_buffer_wrapping_behavior ... ok [INFO] [stdout] test disruptor::builder::tests::test_four_stage_dependency_chain ... ok [INFO] [stdout] test disruptor::builder::tests::test_simple_dependency_chain ... ok [INFO] [stdout] test disruptor::property_tests::tests::property_tests_compile ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_batch_iterator ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_access ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_batch_iterator_remaining ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_creation ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_data_provider_trait ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_edge_cases ... ok [INFO] [stdout] test disruptor::property_tests::multi_producer_sequencer_properties::multi_producer_publish_order_independence ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_invalid_size ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_large_sequence ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_size_methods ... ok [INFO] [stdout] test disruptor::builder::tests::test_final_comprehensive_validation ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_negative_sequence ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_unsafe_get_mut ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_wrapping_access ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_thread_safety_markers ... ok [INFO] [stdout] test disruptor::sequence::tests::test_sequence_clone ... ok [INFO] [stdout] test disruptor::sequence::tests::test_sequence_creation ... ok [INFO] [stdout] test disruptor::sequence::tests::test_sequence_operations ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_zero_capacity_scenarios ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_barrier_cursor_access ... ok [INFO] [stdout] test disruptor::sequence::tests::test_get_minimum_sequence ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_processing_sequence_barrier ... ok [INFO] [stdout] test disruptor::sequence::tests::test_sequence_thread_safety ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_processing_sequence_barrier_with_shutdown ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_processing_sequence_barrier_alert_methods ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_processing_sequence_barrier_mpmc_gaps ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_alert_methods ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_processing_sequence_barrier_with_timeout ... ok [INFO] [stdout] test disruptor::builder::tests::test_multiple_consumers_with_different_cpu_affinity ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_highest_published_logic ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_with_shutdown ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_simple_sequence_barrier ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_simple_sequence_barrier_with_timeout ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_bitmap_basic_functionality ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_bitmap_flags_calculation ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_bitmap_get_highest_published ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_availability_calculations ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_available_sequence_less_than_requested ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_bitmap_functionality ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_highest_published_sequence ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_barrier ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_capacity ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_creation ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_gating_sequences ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_highest_published_with_gaps ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_next ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_next_n ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_publish_and_availability ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_publish_range ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_sequencer_try_next ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_small_buffer_fallback ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_sequencer_wrapper_functionality ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_barrier ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_available_sequence_less_than_requested_with_timeout ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_capacity ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_gating_sequences ... ok [INFO] [stdout] test disruptor::property_tests::ring_buffer_properties::ring_buffer_size_is_power_of_two ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_next ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_next_n ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_try_next ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_publish ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_adapter_creation ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_adapter_functionality ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_busy_spin_strategy ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_busy_spin_with_hint_strategy ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_sleeping_strategy ... ok [INFO] [stdout] test disruptor::tests::test_is_power_of_two ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_single_producer_sequencer_creation ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_automatic_thread_naming ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_get_available_cores ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_thread_builder ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_thread_context_configuration ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_thread_context_creation ... ok [INFO] [stdout] test disruptor::builder::tests::test_robust_dependency_chain_multiple_events ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_alert_before_wait ... ok [INFO] [stdout] test disruptor::sequence_barrier::tests::test_sequence_barrier_trait_default_implementation ... ok [INFO] [stdout] test disruptor::property_tests::single_producer_sequencer_properties::single_producer_next_is_monotonic ... ok [INFO] [stdout] test disruptor::thread_management::tests::test_cpu_affinity ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_alert_functionality ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_creation ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_immediate_return ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_mutex_poisoning_recovery ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_signal_all ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_edge_cases ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_timeout_immediate_return ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_concurrent_access ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_all_strategies_debug_format ... ok [INFO] [stdout] test disruptor::simple_wait_strategy::tests::test_yielding_strategy ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_with_dependent_sequences ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_zero_timeout ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_creation ... ok [INFO] [stdout] test disruptor::property_tests::sequence_properties::sequence_monotonic_increment ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_signal_all ... ok [INFO] [stdout] test disruptor::property_tests::sequence_properties::sequence_compare_and_set_failure ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_actual_spinning ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_immediate_return ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_alert_during_wait ... ok [INFO] [stdout] test disruptor::property_tests::ring_buffer_properties::ring_buffer_get_set_consistency ... ok [INFO] [stdout] test disruptor::property_tests::single_producer_sequencer_properties::single_producer_publish_makes_available ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_multiple_dependent_sequences_minimum ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_with_delayed_sequence_update ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_creation ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_signal_all ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_immediate_return ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_very_short_duration ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_with_dependent_sequences ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_wait_strategy_trait_default_timeout_implementation ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_wait_strategy_with_multiple_dependent_sequences_realistic ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_wait_strategy_performance_characteristics ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_creation ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_immediate_return ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_signal_all ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_timeout_with_dependent_sequences ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_timeout ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_with_dependent_sequences ... ok [INFO] [stdout] test tests::test_version ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_actual_yielding ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_with_low_dependent_sequence ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_actual_sleeping ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_with_low_dependent_sequence ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_yielding_wait_strategy_with_delayed_sequence_update ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_blocking_wait_strategy_with_delayed_sequence_update ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_with_low_dependent_sequence ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_sleeping_wait_strategy_with_delayed_sequence_update ... ok [INFO] [stdout] test disruptor::builder::tests::test_dependency_chain_validation ... ok [INFO] [stdout] test disruptor::ring_buffer::tests::test_ring_buffer_capacity_methods ... ok [INFO] [stdout] test disruptor::wait_strategy::tests::test_busy_spin_wait_strategy_with_dependent_sequences ... ok [INFO] [stdout] test disruptor::sequencer::tests::test_multi_producer_invalid_buffer_size - should panic ... ok [INFO] [stdout] test disruptor::property_tests::sequence_properties::sequence_get_set_consistency ... ok [INFO] [stdout] test disruptor::builder::tests::test_comprehensive_improvements ... ok [INFO] [stdout] test disruptor::builder::tests::test_end_to_end_producer_to_consumer_chain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 244 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/api_discrepancy_analysis.rs (/opt/rustwide/target/debug/deps/api_discrepancy_analysis-a70037795a9541cc) [INFO] [stdout] running 8 tests [INFO] [stdout] test api_discrepancy_tests::check_closure_vs_trait_event_handlers ... ok [INFO] [stdout] test api_discrepancy_tests::test_import_patterns_from_readme ... ok [INFO] [stdout] test design_md_verification::test_design_md_factory_patterns ... ok [INFO] [stdout] test api_discrepancy_tests::test_elegant_consumer_api_exact_pattern ... ok [INFO] [stdout] test api_discrepancy_tests::test_traditional_api_exact_pattern ... ok [INFO] [stdout] test api_discrepancy_tests::test_discrepancy_wait_strategy_in_builder ... ok [INFO] [stdout] test design_md_verification::test_design_md_producer_trait ... ok [INFO] [stdout] test api_discrepancy_tests::test_readme_modern_api_exact_pattern ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/corrected_readme_examples.rs (/opt/rustwide/target/debug/deps/corrected_readme_examples-d3320d1ac292c6cc) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test corrected_traditional_lmax_example ... ok [INFO] [stdout] test alternative_modern_api_with_adapter ... ok [INFO] [stdout] test corrected_modern_disruptor_rs_example ... ok [INFO] [stdout] test test_all_wait_strategy_options ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/disruptor_integration_test.rs (/opt/rustwide/target/debug/deps/disruptor_integration_test-36d9761ab57dc724) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_available_buffer_tracking ... ok [INFO] [stdout] test test_event_translator_integration ... ok [INFO] [stdout] test test_wait_strategy_blocking ... ok [INFO] [stdout] test test_single_producer_basic_functionality ... ok [INFO] [stdout] test test_disruptor_restart_clears_alerts ... ok [INFO] [stderr] Running tests/documentation_api_verification.rs (/opt/rustwide/target/debug/deps/documentation_api_verification-f30fe1a96dc81960) [INFO] [stdout] test test_multi_producer_coordination ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test design_md_verification_tests::test_design_md_event_interfaces ... ok [INFO] [stdout] test design_md_verification_tests::test_design_md_producer_api ... ok [INFO] [stdout] test error_handling_tests::test_error_types_exist ... ok [INFO] [stdout] test error_handling_tests::test_power_of_two_validation ... ok [INFO] [stdout] test wait_strategy_tests::test_traditional_wait_strategies ... ok [INFO] [stdout] test wait_strategy_tests::test_simple_wait_strategies ... ok [INFO] [stdout] test modern_disruptor_rs_api_tests::test_modern_api_build_single_producer ... ok [INFO] [stdout] test design_md_verification_tests::test_design_md_structs_exist ... ok [INFO] [stdout] test traditional_lmax_api_tests::test_traditional_lmax_api_compiles ... ok [INFO] [stdout] test modern_disruptor_rs_api_tests::test_elegant_consumer_api ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/event_processing_integration_test.rs (/opt/rustwide/target/debug/deps/event_processing_integration_test-eb8a8b40eb006ed6) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_try_run_once_functionality ... ok [INFO] [stdout] test test_sequence_barrier_dependency_resolution ... ok [INFO] [stdout] test test_exception_handling_continues_processing ... ok [INFO] [stdout] test test_complete_event_flow ... ok [INFO] [stdout] test test_real_event_processing_single_consumer ... ok [INFO] [stderr] Running tests/mpmc_continuity_test.rs (/opt/rustwide/target/debug/deps/mpmc_continuity_test-00621100c05e0114) [INFO] [stdout] test test_real_event_processing_multiple_consumers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_mpmc_multi_producer ... ok [INFO] [stdout] test test_mpmc_basic_functionality ... ok [INFO] [stdout] test test_mpmc_slow_producer_does_not_leak_unpublished_events ... ok [INFO] [stdout] test test_mpmc_sequence_continuity ... ok [INFO] [stdout] test test_mpmc_builder_api ... FAILED [INFO] [stdout] test test_mpmc_continuity_under_load ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_mpmc_builder_api stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_mpmc_builder_api' (441) panicked at tests/mpmc_continuity_test.rs:369:5: [INFO] [stdout] assertion `left == right` failed: Builder API should process all 3 events [INFO] [stdout] left: 0 [INFO] [stdout] right: 3 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec503b78a12 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec503b78a12 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec503b78a12 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ec503b78a12 - ::fmt::h8be9aa933f14675f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ec503b8a41f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ec503b8a41f - core::fmt::write::hfd0efbb002ac7eea [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5ec503b45ea3 - std::io::default_write_fmt::hd6d24501f2d7f8d3 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ec503b45ea3 - std::io::Write::write_fmt::h79eca2f72fc24111 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ec503b51f22 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ec503b56cff - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ec503b56b91 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5ec503a1c40e - as core::ops::function::Fn>::call::ha834d5846f91b30b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x5ec503a1c40e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec503b5730f - as core::ops::function::Fn>::call::hbf9b0f7a281291fd [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x5ec503b5730f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5ec503b5716a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5ec503b52059 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5ec503b3a54d - __rustc[b292c645e8102103]::rust_begin_unwind [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5ec503b924f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec503b92333 - core::panicking::assert_failed_inner::h865658b89c1b891d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:439:23 [INFO] [stdout] 20: 0x5ec503b920e7 - core::panicking::assert_failed::hda11ef7e070fa843 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5 [INFO] [stdout] 21: 0x5ec5039f115c - mpmc_continuity_test::test_mpmc_builder_api::h6682eef448c316db [INFO] [stdout] at /opt/rustwide/workdir/tests/mpmc_continuity_test.rs:369:5 [INFO] [stdout] 22: 0x5ec5039f1357 - mpmc_continuity_test::test_mpmc_builder_api::{{closure}}::h0b2193ec2912bae2 [INFO] [stdout] at /opt/rustwide/workdir/tests/mpmc_continuity_test.rs:346:27 [INFO] [stdout] 23: 0x5ec5039f8b96 - core::ops::function::FnOnce::call_once::hcf9a4245a82b62ac [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5ec503a1c20b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ec503a1c20b - test::__rust_begin_short_backtrace::he551dd004770be01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5ec503a3026d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5ec503a3026d - as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5ec503a3026d - std::panicking::catch_unwind::do_call::hc37c563b8a006285 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5ec503a3026d - std::panicking::catch_unwind::h616b6e2e7a27f612 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5ec503a3026d - std::panic::catch_unwind::h1e788dd57758e6d8 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5ec503a3026d - test::run_test_in_process::hf073c2764f29f8ad [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5ec503a3026d - test::run_test::{{closure}}::h3dc46b7a0c340fa6 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5ec503a097b4 - test::run_test::{{closure}}::h6a4da3c57ef4505f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5ec503a097b4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5ec503a0d00a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x5ec503a0d00a - as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5ec503a0d00a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5ec503a0d00a - std::panicking::catch_unwind::h8f9f675f3756eab1 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5ec503a0d00a - std::panic::catch_unwind::he8f74a93abeceb9b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5ec503a0d00a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x5ec503a0d00a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5ec503b4d45f - as core::ops::function::FnOnce>::call_once::h6ff05134d80ef20e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x5ec503b4d45f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7c4faf602aa4 - [INFO] [stdout] 45: 0x7c4faf68fa64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_mpmc_builder_api [INFO] [stdout] [INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test mpmc_continuity_test` [INFO] running `Command { std: "docker" "inspect" "5907effce8b26a23a8479dc5820be7f75cc84d2bd6d988e1f6fa825c323e060a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5907effce8b26a23a8479dc5820be7f75cc84d2bd6d988e1f6fa825c323e060a", kill_on_drop: false }` [INFO] [stdout] 5907effce8b26a23a8479dc5820be7f75cc84d2bd6d988e1f6fa825c323e060a