[INFO] fetching crate hexz-core 0.7.0...
[INFO] testing hexz-core-0.7.0 against 1.94.0 for beta-1.95-1
[INFO] extracting crate hexz-core 0.7.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate hexz-core 0.7.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hexz-core 0.7.0
[INFO] tweaked toml for crates.io crate hexz-core 0.7.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hexz-core 0.7.0 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hexz-core 0.7.0 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fastcdc v3.2.1
[INFO] [stderr]   Downloaded hexz-common v0.7.0
[INFO] [stderr]   Downloaded proptest v1.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4bcd497ca4a4b151bcbcab73ca264f5a7275b077132880dddaaf932bc6d5e47
[INFO] running `Command { std: "docker" "start" "-a" "f4bcd497ca4a4b151bcbcab73ca264f5a7275b077132880dddaaf932bc6d5e47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4bcd497ca4a4b151bcbcab73ca264f5a7275b077132880dddaaf932bc6d5e47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4bcd497ca4a4b151bcbcab73ca264f5a7275b077132880dddaaf932bc6d5e47", kill_on_drop: false }`
[INFO] [stdout] f4bcd497ca4a4b151bcbcab73ca264f5a7275b077132880dddaaf932bc6d5e47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98b3e37bacc91b1e3d78665cdf68c07876e7d3bdd277df01a7f1d808d062fee6
[INFO] running `Command { std: "docker" "start" "-a" "98b3e37bacc91b1e3d78665cdf68c07876e7d3bdd277df01a7f1d808d062fee6", kill_on_drop: false }`
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling fastcdc v3.2.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling lz4_flex v0.11.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling hexz-common v0.7.0
[INFO] [stderr]    Compiling hexz-core v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.56s
[INFO] running `Command { std: "docker" "inspect" "98b3e37bacc91b1e3d78665cdf68c07876e7d3bdd277df01a7f1d808d062fee6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98b3e37bacc91b1e3d78665cdf68c07876e7d3bdd277df01a7f1d808d062fee6", kill_on_drop: false }`
[INFO] [stdout] 98b3e37bacc91b1e3d78665cdf68c07876e7d3bdd277df01a7f1d808d062fee6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19bbf479c63e8b6177c7c892e69864843014b7ca1df275cc5b16bea7c12ecb94
[INFO] running `Command { std: "docker" "start" "-a" "19bbf479c63e8b6177c7c892e69864843014b7ca1df275cc5b16bea7c12ecb94", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling hexz-common v0.7.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling hexz-core v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.67s
[INFO] running `Command { std: "docker" "inspect" "19bbf479c63e8b6177c7c892e69864843014b7ca1df275cc5b16bea7c12ecb94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19bbf479c63e8b6177c7c892e69864843014b7ca1df275cc5b16bea7c12ecb94", kill_on_drop: false }`
[INFO] [stdout] 19bbf479c63e8b6177c7c892e69864843014b7ca1df275cc5b16bea7c12ecb94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 73cffe5e4ae2b6c9034c6956d5811e2e9d5ff4970a54025d9363f381c5efb315
[INFO] running `Command { std: "docker" "start" "-a" "73cffe5e4ae2b6c9034c6956d5811e2e9d5ff4970a54025d9363f381c5efb315", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hexz_core-70d45b5c94a5ba7e)
[INFO] [stdout] 
[INFO] [stdout] running 181 tests
[INFO] [stdout] test algo::compression::zstd::tests::test_compress_empty_data ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compress_decompress_basic ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compress_repeating_pattern ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_buffer_reuse_pattern ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compressor_debug_format_with_dict ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compressor_debug_format ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_decompress_into_buffer ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compress_small_data ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_decompress_into_larger_buffer ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compression_preserves_data_integrity ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_train_with_small_samples ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_various_data_patterns ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_multiple_compressions_same_compressor ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_train_with_empty_samples ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compress_large_data ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compression_with_dictionary ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_compression_levels_ratio ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_decompress_into_with_dictionary ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_dictionary_training ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_different_compression_levels ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_dictionary_improves_compression ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_no_dict_vs_dict_compatibility ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_high_compression_level ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_dictionary_mismatch ... ok
[INFO] [stdout] test algo::compression::zstd::tests::test_max_compression_level ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_corrupted_tag_fails ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_high_block_indices ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_deterministic_encryption ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_basic_encrypt_decrypt ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_encryption_does_not_modify_input ... ok
[INFO] [stdout] test algo::encryption::aes_gcm::tests::test_different_block_indices_produce_different_ciphertexts ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_avalanche_effect ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_basic_hash ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_clone_hasher ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_default ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_deterministic ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_different_inputs_different_hashes ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_empty_input ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_hash_array ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_hash_as_dedup_key ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_incremental_empty ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_incremental_hash ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_incremental_many_updates ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_incremental_single_update ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_keyed_hash ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_keyed_hash_different_keys ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_keyed_vs_unkeyed ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_known_vector ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_large_input ... ok
[INFO] [stdout] test algo::hashing::blake3::tests::test_output_len ... ok
[INFO] [stdout] test cache::buffer_pool::tests::checkin_and_reuse ... ok
[INFO] [stdout] test cache::buffer_pool::tests::checkout_allocates_when_empty ... ok
[INFO] [stdout] test cache::buffer_pool::tests::checkout_returns_sufficient_capacity ... ok
[INFO] [stdout] test cache::buffer_pool::tests::checkout_skips_too_small_buffers ... ok
[INFO] [stdout] test cache::buffer_pool::tests::respects_max_buffers ... ok
[INFO] [stdout] test cache::lru::tests::test_basic_insert_and_get ... ok
[INFO] [stdout] test cache::lru::tests::test_bytes_clone_is_cheap ... ok
[INFO] [stdout] test cache::lru::tests::test_cache_miss ... ok
[INFO] [stdout] test cache::lru::tests::test_cache_with_zero_capacity ... ok
[INFO] [stdout] test cache::lru::tests::test_capacity_edge_case_256 ... ok
[INFO] [stdout] test cache::lru::tests::test_capacity_edge_case_257 ... ok
[INFO] [stdout] test cache::lru::tests::test_concurrent_access ... ok
[INFO] [stdout] test cache::lru::tests::test_debug_format ... ok
[INFO] [stdout] test cache::lru::tests::test_default_constructor ... ok
[INFO] [stdout] test cache::lru::tests::test_default_page_cache_size ... ok
[INFO] [stdout] test cache::lru::tests::test_different_data_sizes ... ok
[INFO] [stdout] test cache::lru::tests::test_empty_data ... ok
[INFO] [stdout] test cache::lru::tests::test_high_block_indices ... ok
[INFO] [stdout] test cache::lru::tests::test_large_capacity_uses_sharding ... ok
[INFO] [stdout] test cache::lru::tests::test_lru_eviction_single_shard ... ok
[INFO] [stdout] test cache::lru::tests::test_multiple_blocks ... ok
[INFO] [stdout] test cache::lru::tests::test_page_cache_basic_insert_and_get ... ok
[INFO] [stdout] test cache::lru::tests::test_page_cache_concurrent_access ... ok
[INFO] [stdout] test cache::lru::tests::test_page_cache_default ... ok
[INFO] [stdout] test cache::lru::tests::test_page_cache_miss ... ok
[INFO] [stdout] test cache::lru::tests::test_stream_isolation ... ok
[INFO] [stdout] test cache::lru::tests::test_update_existing_entry ... ok
[INFO] [stdout] test cache::lru::tests::test_very_small_capacity ... ok
[INFO] [stdout] test cache::prefetch::tests::test_debug_format ... ok
[INFO] [stdout] test cache::prefetch::tests::test_different_starting_blocks ... ok
[INFO] [stderr] memory allocation of 34359738360 bytes failed
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5af2045dddf2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5af2045dddf2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5af2045dddf2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5af2045dddf2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5af2045ee7ba - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5af2045ee7ba - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stderr]    6:     0x5af2045ac666 - std::io::default_write_fmt::hd49a3027caaa0994
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x5af2045ac666 - std::io::Write::write_fmt::h6f0185aecf0ed75f
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]    8:     0x5af2045b9fbe - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5af2045b9fbe - std::alloc::default_alloc_error_hook::h032f9a51ff451e1e
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/alloc.rs:397:23
[INFO] [stderr]   10:     0x5af2045ba066 - std::alloc::rust_oom::{{closure}}::h5c1fab6462f8add9
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/alloc.rs:428:9
[INFO] [stderr]   11:     0x5af2045b85c9 - std::sys::backtrace::__rust_end_short_backtrace::hf5715adc2151015e
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   12:     0x5af2045ba03a - std::alloc::rust_oom::h19d6d2292066b39c
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/alloc.rs:424:5
[INFO] [stderr]   13:     0x5af2045a1553 - __rustc[4425a7e20b4c8619]::__rust_alloc_error_handler
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/alloc.rs:423:1
[INFO] [stderr]   14:     0x5af2045ebf1c - alloc::alloc::handle_alloc_error::rt_error::h0f95856c16dcec14
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/alloc.rs:544:13
[INFO] [stderr]   15:     0x5af2045ebf1c - alloc::alloc::handle_alloc_error::h5e5a04c38c89a5bb
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/alloc.rs:550:9
[INFO] [stderr]   16:     0x5af2045ec200 - alloc::raw_vec::handle_error::h36dee3f3cfdaa106
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/raw_vec/mod.rs:861:38
[INFO] [stderr]   17:     0x5af2043cea13 - alloc::raw_vec::RawVecInner<A>::with_capacity_in::he588fffb25fe9099
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/raw_vec/mod.rs:426:25
[INFO] [stderr]   18:     0x5af20428ab1c - alloc::raw_vec::RawVec<T,A>::with_capacity_in::hc3e5b6e90e9c56ea
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/raw_vec/mod.rs:177:20
[INFO] [stderr]   19:     0x5af20428ab1c - alloc::vec::Vec<T,A>::with_capacity_in::he19f126f0f80770f
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/vec/mod.rs:967:20
[INFO] [stderr]   20:     0x5af20428ab1c - alloc::vec::Vec<T>::with_capacity::h14144ead6c598b9a
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/vec/mod.rs:526:9
[INFO] [stderr]   21:     0x5af20428ab1c - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::hf10ad9578c151745
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/vec/spec_from_iter_nested.rs:52:33
[INFO] [stderr]   22:     0x5af20428f7cd - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h72f72d6dc75ee52b
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stderr]   23:     0x5af20428f1f7 - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h2db7690b70c705c5
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/vec/mod.rs:3801:9
[INFO] [stderr]   24:     0x5af20432dc2d - core::iter::traits::iterator::Iterator::collect::ha5f1954f96b1eaea
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/iter/traits/iterator.rs:2035:9
[INFO] [stderr]   25:     0x5af204310fa8 - hexz_core::cache::prefetch::Prefetcher::get_prefetch_targets::h55a1087a827630fb
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cache/prefetch.rs:401:14
[INFO] [stderr]   26:     0x5af2042dbdb2 - hexz_core::cache::prefetch::tests::test_edge_case_max_u32_window::h26268b0daa2e7ec4
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cache/prefetch.rs:563:28
[INFO] [stderr]   27:     0x5af2042dbde7 - hexz_core::cache::prefetch::tests::test_edge_case_max_u32_window::{{closure}}::h074ab283d2e1d75e
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cache/prefetch.rs:557:39
[INFO] [stderr]   28:     0x5af204329756 - core::ops::function::FnOnce::call_once::hcdb1d973b0468629
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   29:     0x5af2043a2e9b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x5af2043a2e9b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stderr]   31:     0x5af2043b68aa - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stderr]   32:     0x5af2043b68aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   33:     0x5af2043b68aa - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x5af2043b68aa - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stderr]   35:     0x5af2043b68aa - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x5af2043b68aa - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stderr]   37:     0x5af2043b68aa - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stderr]   38:     0x5af204390d04 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stderr]   39:     0x5af204390d04 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   40:     0x5af2043946a2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stderr]   41:     0x5af2043946a2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   42:     0x5af2043946a2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stderr]   43:     0x5af2043946a2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stderr]   44:     0x5af2043946a2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stderr]   45:     0x5af2043946a2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stderr]   46:     0x5af2043946a2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   47:     0x5af2045b379f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stderr]   48:     0x5af2045b379f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stderr]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stderr]   49:     0x7175c23c9aa4 - <unknown>
[INFO] [stderr]   50:     0x7175c2456a64 - clone
[INFO] [stderr]   51:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/hexz_core-70d45b5c94a5ba7e` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "73cffe5e4ae2b6c9034c6956d5811e2e9d5ff4970a54025d9363f381c5efb315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73cffe5e4ae2b6c9034c6956d5811e2e9d5ff4970a54025d9363f381c5efb315", kill_on_drop: false }`
[INFO] [stdout] 73cffe5e4ae2b6c9034c6956d5811e2e9d5ff4970a54025d9363f381c5efb315
