[INFO] fetching crate rhema_accel_chirho 0.1.0...
[INFO] testing rhema_accel_chirho-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rhema_accel_chirho 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rhema_accel_chirho 0.1.0
[INFO] finished tweaking crates.io crate rhema_accel_chirho 0.1.0
[INFO] tweaked toml for crates.io crate rhema_accel_chirho 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rhema_accel_chirho 0.1.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rhema_accel_chirho 0.1.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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e816afcc0fea40342061c93ba49fa880d3cda84d0ae452af733ad6dbb1eba37
[INFO] running `Command { std: "docker" "start" "-a" "7e816afcc0fea40342061c93ba49fa880d3cda84d0ae452af733ad6dbb1eba37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e816afcc0fea40342061c93ba49fa880d3cda84d0ae452af733ad6dbb1eba37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e816afcc0fea40342061c93ba49fa880d3cda84d0ae452af733ad6dbb1eba37", kill_on_drop: false }`
[INFO] [stdout] 7e816afcc0fea40342061c93ba49fa880d3cda84d0ae452af733ad6dbb1eba37
[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=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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31021b94b82ec176fb5ef4f862b7efcadbb914755d87d5e357fe3b3af52afc86
[INFO] running `Command { std: "docker" "start" "-a" "31021b94b82ec176fb5ef4f862b7efcadbb914755d87d5e357fe3b3af52afc86", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rhema_contracts_chirho v0.1.0
[INFO] [stderr]    Compiling rhema_accel_chirho v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/bitset_chirho.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe fn simd_intersect_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 | /         _mm256_storeu_si256(
[INFO] [stdout] 88 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 89 | |             vr_chirho,
[INFO] [stdout] 90 | |         );
[INFO] [stdout]    | |_________^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:113:13
[INFO] [stdout]     |
[INFO] [stdout] 113 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/bitset_chirho.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | unsafe fn simd_union_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         _mm256_storeu_si256(
[INFO] [stdout] 118 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 119 | |             vr_chirho,
[INFO] [stdout] 120 | |         );
[INFO] [stdout]     | |_________^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
[INFO] running `Command { std: "docker" "inspect" "31021b94b82ec176fb5ef4f862b7efcadbb914755d87d5e357fe3b3af52afc86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31021b94b82ec176fb5ef4f862b7efcadbb914755d87d5e357fe3b3af52afc86", kill_on_drop: false }`
[INFO] [stdout] 31021b94b82ec176fb5ef4f862b7efcadbb914755d87d5e357fe3b3af52afc86
[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=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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d6eccc3d51c95d6f3f2209b47a4cca8f28411578be6c1ba12636324e824e84e
[INFO] running `Command { std: "docker" "start" "-a" "5d6eccc3d51c95d6f3f2209b47a4cca8f28411578be6c1ba12636324e824e84e", kill_on_drop: false }`
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/bitset_chirho.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe fn simd_intersect_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 | /         _mm256_storeu_si256(
[INFO] [stdout] 88 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 89 | |             vr_chirho,
[INFO] [stdout] 90 | |         );
[INFO] [stdout]    | |_________^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:113:13
[INFO] [stdout]     |
[INFO] [stdout] 113 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/bitset_chirho.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | unsafe fn simd_union_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         _mm256_storeu_si256(
[INFO] [stdout] 118 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 119 | |             vr_chirho,
[INFO] [stdout] 120 | |         );
[INFO] [stdout]     | |_________^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]    Compiling rhema_accel_chirho v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/bitset_chirho.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe fn simd_intersect_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/bitset_chirho.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 | /         _mm256_storeu_si256(
[INFO] [stdout] 88 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 89 | |             vr_chirho,
[INFO] [stdout] 90 | |         );
[INFO] [stdout]    | |_________^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:113:13
[INFO] [stdout]     |
[INFO] [stdout] 113 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/bitset_chirho.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | unsafe fn simd_union_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/bitset_chirho.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         _mm256_storeu_si256(
[INFO] [stdout] 118 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stdout] 119 | |             vr_chirho,
[INFO] [stdout] 120 | |         );
[INFO] [stdout]     | |_________^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "5d6eccc3d51c95d6f3f2209b47a4cca8f28411578be6c1ba12636324e824e84e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d6eccc3d51c95d6f3f2209b47a4cca8f28411578be6c1ba12636324e824e84e", kill_on_drop: false }`
[INFO] [stdout] 5d6eccc3d51c95d6f3f2209b47a4cca8f28411578be6c1ba12636324e824e84e
[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=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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 92832d09d7c564fad06738fc6564bc02fbd8afed76e5d1dc8a5cf83ce5e146e3
[INFO] running `Command { std: "docker" "start" "-a" "92832d09d7c564fad06738fc6564bc02fbd8afed76e5d1dc8a5cf83ce5e146e3", kill_on_drop: false }`
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/bitset_chirho.rs:83:13
[INFO] [stderr]    |
[INFO] [stderr] 83 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]   --> src/bitset_chirho.rs:72:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | unsafe fn simd_intersect_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/bitset_chirho.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/bitset_chirho.rs:87:9
[INFO] [stderr]    |
[INFO] [stderr] 87 | /         _mm256_storeu_si256(
[INFO] [stderr] 88 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stderr] 89 | |             vr_chirho,
[INFO] [stderr] 90 | |         );
[INFO] [stderr]    | |_________^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/bitset_chirho.rs:113:13
[INFO] [stderr]     |
[INFO] [stderr] 113 |             _mm256_loadu_si256(a_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/bitset_chirho.rs:103:1
[INFO] [stderr]     |
[INFO] [stderr] 103 | unsafe fn simd_union_avx2_chirho(a_chirho: &[u64], b_chirho: &[u64]) -> Vec<u64> {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_si256` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/bitset_chirho.rs:115:13
[INFO] [stderr]     |
[INFO] [stderr] 115 |             _mm256_loadu_si256(b_chirho[offset_chirho..].as_ptr() as *const __m256i);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_si256` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/bitset_chirho.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 | /         _mm256_storeu_si256(
[INFO] [stderr] 118 | |             result_chirho[offset_chirho..].as_mut_ptr() as *mut __m256i,
[INFO] [stderr] 119 | |             vr_chirho,
[INFO] [stderr] 120 | |         );
[INFO] [stderr]     | |_________^ call to unsafe function
[INFO] [stderr]     |
[INFO] [stderr]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stderr] warning: `rhema_accel_chirho` (lib) generated 6 warnings (run `cargo fix --lib -p rhema_accel_chirho` to apply 2 suggestions)
[INFO] [stderr] warning: `rhema_accel_chirho` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rhema_accel_chirho-7ec35eec2bbcc844)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test bitset_chirho::tests_chirho::test_large_bitset_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_scalar_intersect_disjoint_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_scalar_intersect_empty_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_scalar_intersect_overlap_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_scalar_popcount_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_simd_scalar_equivalence_intersect_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_scalar_union_chirho ... ok
[INFO] [stdout] test bitset_chirho::tests_chirho::test_simd_scalar_equivalence_union_chirho ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rhema_accel_chirho
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "92832d09d7c564fad06738fc6564bc02fbd8afed76e5d1dc8a5cf83ce5e146e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92832d09d7c564fad06738fc6564bc02fbd8afed76e5d1dc8a5cf83ce5e146e3", kill_on_drop: false }`
[INFO] [stdout] 92832d09d7c564fad06738fc6564bc02fbd8afed76e5d1dc8a5cf83ce5e146e3
