[INFO] fetching crate bitsliced-op 0.5.0...
[INFO] testing bitsliced-op-0.5.0 against 1.94.0 for beta-1.95-1
[INFO] extracting crate bitsliced-op 0.5.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate bitsliced-op 0.5.0
[INFO] finished tweaking crates.io crate bitsliced-op 0.5.0
[INFO] tweaked toml for crates.io crate bitsliced-op 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bitsliced-op 0.5.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 bitsliced-op 0.5.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]  Downloading crates ...
[INFO] [stderr]   Downloaded wide v1.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 943639f99115332d62b3075731c8a86fde0801f82448ca88a42ea20fa069a764
[INFO] running `Command { std: "docker" "start" "-a" "943639f99115332d62b3075731c8a86fde0801f82448ca88a42ea20fa069a764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "943639f99115332d62b3075731c8a86fde0801f82448ca88a42ea20fa069a764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "943639f99115332d62b3075731c8a86fde0801f82448ca88a42ea20fa069a764", kill_on_drop: false }`
[INFO] [stdout] 943639f99115332d62b3075731c8a86fde0801f82448ca88a42ea20fa069a764
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b8ad199b02aef841947f671d8a87bed23a3433c90ff5773c364fa7b59288fad6
[INFO] running `Command { std: "docker" "start" "-a" "b8ad199b02aef841947f671d8a87bed23a3433c90ff5773c364fa7b59288fad6", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling safe_arch v1.0.0
[INFO] [stderr]    Compiling wide v1.1.1
[INFO] [stderr]    Compiling bitsliced-op v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gather_bytes` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let mut output = gather_bytes(input);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub unsafe fn transpose_gfni(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let gfni_va = gfni_bit_transpose_8x8(va);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let gfni_vb = gfni_bit_transpose_8x8(vb);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::interleave_full` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let interleaved = interleave_full(gfni_va, gfni_vb);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:68:15
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let idx = _mm512_loadu_si512(perm.as_ptr() as *const _);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe fn gather_bytes(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_permutexvar_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:73:26
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let transposed = _mm512_permutexvar_epi8(idx, v);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]    = help: in order for the call to be safe, the context requires the following additional target feature: avx512vbmi
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         _mm512_storeu_si512(output[i].as_mut_ptr() as *mut _, transposed);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_set1_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let matrix = _mm512_set1_epi64(0x8040201008040201u64 as i64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | unsafe fn gfni_bit_transpose_8x8(x: __m512i) -> __m512i {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_gf2p8affine_epi64_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     _mm512_gf2p8affine_epi64_epi8(matrix, x, 0)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target features: gfni and avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let lo = _mm512_unpacklo_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | unsafe fn interleave_full(va: __m512i, vb: __m512i) -> ([u64; 8], [u64; 8]) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let hi = _mm512_unpackhi_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:126:16
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let lo_1 = _mm512_unpacklo_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let hi_1 = _mm512_unpackhi_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_a` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |     let a = grab_128_lanes_a(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_b` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let b = grab_128_lanes_b(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:137:16
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let lo_2 = _mm512_unpacklo_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:139:16
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let hi_2 = _mm512_unpackhi_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let l = _mm512_extracti64x2_epi64(hi_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 143 |     let final_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let final_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let l = _mm512_extracti64x2_epi64(lo_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:147:19
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let final_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let final_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |     let l = _mm512_extracti64x2_epi64(hi_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:151:19
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let final_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let final_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let l = _mm512_extracti64x2_epi64(lo_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:155:19
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let final_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:156:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let final_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |     let l = _mm512_extracti64x2_epi64(hi_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:160:20
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let final1_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let final1_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let l = _mm512_extracti64x2_epi64(lo_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:164:20
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let final1_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:165:20
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let final1_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let l = _mm512_extracti64x2_epi64(hi_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:168:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let final1_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:169:20
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let final1_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let l = _mm512_extracti64x2_epi64(lo_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:172:20
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let final1_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:173:20
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let final1_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     _mm512_storeu_si512(buf.as_mut_ptr() as *mut _, v);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_m512i_bits` is never used
[INFO] [stdout]    --> src/transpose.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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 3.20s
[INFO] running `Command { std: "docker" "inspect" "b8ad199b02aef841947f671d8a87bed23a3433c90ff5773c364fa7b59288fad6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8ad199b02aef841947f671d8a87bed23a3433c90ff5773c364fa7b59288fad6", kill_on_drop: false }`
[INFO] [stdout] b8ad199b02aef841947f671d8a87bed23a3433c90ff5773c364fa7b59288fad6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] bf9bec562eb4b8de5a5e741f6dc8bfa9213a24aaa1fc017acd22b3ea3f4f7f2e
[INFO] running `Command { std: "docker" "start" "-a" "bf9bec562eb4b8de5a5e741f6dc8bfa9213a24aaa1fc017acd22b3ea3f4f7f2e", kill_on_drop: false }`
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gather_bytes` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let mut output = gather_bytes(input);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub unsafe fn transpose_gfni(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let gfni_va = gfni_bit_transpose_8x8(va);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let gfni_vb = gfni_bit_transpose_8x8(vb);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::interleave_full` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let interleaved = interleave_full(gfni_va, gfni_vb);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:68:15
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let idx = _mm512_loadu_si512(perm.as_ptr() as *const _);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe fn gather_bytes(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_permutexvar_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:73:26
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let transposed = _mm512_permutexvar_epi8(idx, v);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]    = help: in order for the call to be safe, the context requires the following additional target feature: avx512vbmi
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         _mm512_storeu_si512(output[i].as_mut_ptr() as *mut _, transposed);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_set1_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let matrix = _mm512_set1_epi64(0x8040201008040201u64 as i64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | unsafe fn gfni_bit_transpose_8x8(x: __m512i) -> __m512i {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_gf2p8affine_epi64_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     _mm512_gf2p8affine_epi64_epi8(matrix, x, 0)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target features: gfni and avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let lo = _mm512_unpacklo_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | unsafe fn interleave_full(va: __m512i, vb: __m512i) -> ([u64; 8], [u64; 8]) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let hi = _mm512_unpackhi_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:126:16
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let lo_1 = _mm512_unpacklo_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let hi_1 = _mm512_unpackhi_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_a` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |     let a = grab_128_lanes_a(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_b` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let b = grab_128_lanes_b(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:137:16
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let lo_2 = _mm512_unpacklo_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:139:16
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let hi_2 = _mm512_unpackhi_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let l = _mm512_extracti64x2_epi64(hi_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 143 |     let final_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let final_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let l = _mm512_extracti64x2_epi64(lo_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:147:19
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let final_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let final_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bitsliced-op v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |     let l = _mm512_extracti64x2_epi64(hi_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:151:19
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let final_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let final_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let l = _mm512_extracti64x2_epi64(lo_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:155:19
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let final_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:156:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let final_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |     let l = _mm512_extracti64x2_epi64(hi_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:160:20
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let final1_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let final1_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let l = _mm512_extracti64x2_epi64(lo_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:164:20
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let final1_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:165:20
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let final1_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let l = _mm512_extracti64x2_epi64(hi_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:168:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let final1_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:169:20
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let final1_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let l = _mm512_extracti64x2_epi64(lo_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:172:20
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let final1_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:173:20
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let final1_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     _mm512_storeu_si512(buf.as_mut_ptr() as *mut _, v);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_m512i_bits` is never used
[INFO] [stdout]    --> src/transpose.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gather_bytes` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let mut output = gather_bytes(input);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub unsafe fn transpose_gfni(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let gfni_va = gfni_bit_transpose_8x8(va);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let gfni_vb = gfni_bit_transpose_8x8(vb);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::interleave_full` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let interleaved = interleave_full(gfni_va, gfni_vb);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:68:15
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let idx = _mm512_loadu_si512(perm.as_ptr() as *const _);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe fn gather_bytes(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_permutexvar_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:73:26
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let transposed = _mm512_permutexvar_epi8(idx, v);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]    = help: in order for the call to be safe, the context requires the following additional target feature: avx512vbmi
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/transpose.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         _mm512_storeu_si512(output[i].as_mut_ptr() as *mut _, transposed);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_set1_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let matrix = _mm512_set1_epi64(0x8040201008040201u64 as i64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | unsafe fn gfni_bit_transpose_8x8(x: __m512i) -> __m512i {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_gf2p8affine_epi64_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     _mm512_gf2p8affine_epi64_epi8(matrix, x, 0)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target features: gfni and avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let lo = _mm512_unpacklo_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/transpose.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | unsafe fn interleave_full(va: __m512i, vb: __m512i) -> ([u64; 8], [u64; 8]) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let hi = _mm512_unpackhi_epi8(va, vb);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:126:16
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let lo_1 = _mm512_unpacklo_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let hi_1 = _mm512_unpackhi_epi16(hi, lo);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_a` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |     let a = grab_128_lanes_a(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_b` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let b = grab_128_lanes_b(lo_1, hi_1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:137:16
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let lo_2 = _mm512_unpacklo_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:139:16
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let hi_2 = _mm512_unpackhi_epi32(b, a);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let l = _mm512_extracti64x2_epi64(hi_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 143 |     let final_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let final_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let l = _mm512_extracti64x2_epi64(lo_2, 1);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:147:19
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let final_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let final_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |     let l = _mm512_extracti64x2_epi64(hi_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:151:19
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let final_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let final_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let l = _mm512_extracti64x2_epi64(lo_2, 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:155:19
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let final_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:156:19
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let final_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |     let l = _mm512_extracti64x2_epi64(hi_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:160:20
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let final1_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let final1_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let l = _mm512_extracti64x2_epi64(lo_2, 3);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:164:20
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let final1_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:165:20
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let final1_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let l = _mm512_extracti64x2_epi64(hi_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:168:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let final1_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:169:20
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let final1_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let l = _mm512_extracti64x2_epi64(lo_2, 2);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:172:20
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let final1_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:173:20
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let final1_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stdout]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     _mm512_storeu_si512(buf.as_mut_ptr() as *mut _, v);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         _mm512_storeu_si512(aa.as_mut_ptr() as *mut _, a);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:232:5
[INFO] [stdout]     |
[INFO] [stdout] 232 |     unsafe fn m512i_eq(a: __m512i, b: __m512i) -> bool {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/transpose.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |         _mm512_storeu_si512(bb.as_mut_ptr() as *mut _, b);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_m512i_bits` is never used
[INFO] [stdout]    --> src/transpose.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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.41s
[INFO] running `Command { std: "docker" "inspect" "bf9bec562eb4b8de5a5e741f6dc8bfa9213a24aaa1fc017acd22b3ea3f4f7f2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf9bec562eb4b8de5a5e741f6dc8bfa9213a24aaa1fc017acd22b3ea3f4f7f2e", kill_on_drop: false }`
[INFO] [stdout] bf9bec562eb4b8de5a5e741f6dc8bfa9213a24aaa1fc017acd22b3ea3f4f7f2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8e42849a9e60f1f7638cfca927424564353546b88bde22b0cfb67ad442b956ba
[INFO] running `Command { std: "docker" "start" "-a" "8e42849a9e60f1f7638cfca927424564353546b88bde22b0cfb67ad442b956ba", kill_on_drop: false }`
[INFO] [stderr] warning[E0133]: call to unsafe function `transpose::gather_bytes` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:27:22
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let mut output = gather_bytes(input);
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub unsafe fn transpose_gfni(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:55:23
[INFO] [stderr]    |
[INFO] [stderr] 55 |         let gfni_va = gfni_bit_transpose_8x8(va);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `transpose::gfni_bit_transpose_8x8` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |         let gfni_vb = gfni_bit_transpose_8x8(vb);
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `transpose::interleave_full` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:57:27
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let interleaved = interleave_full(gfni_va, gfni_vb);
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:68:15
[INFO] [stderr]    |
[INFO] [stderr] 68 |     let idx = _mm512_loadu_si512(perm.as_ptr() as *const _);
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | unsafe fn gather_bytes(input: &[u64; 64]) -> [u64; 64] {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_loadu_si512` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:71:36
[INFO] [stderr]    |
[INFO] [stderr] 71 |         let v = _mm512_loadu_si512(ptr.add(i * 8) as *const _);
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_permutexvar_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:73:26
[INFO] [stderr]    |
[INFO] [stderr] 73 |         let transposed = _mm512_permutexvar_epi8(idx, v);
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]    = help: in order for the call to be safe, the context requires the following additional target feature: avx512vbmi
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/transpose.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |         _mm512_storeu_si512(output[i].as_mut_ptr() as *mut _, transposed);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_set1_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:102:18
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let matrix = _mm512_set1_epi64(0x8040201008040201u64 as i64);
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/transpose.rs:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | unsafe fn gfni_bit_transpose_8x8(x: __m512i) -> __m512i {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_gf2p8affine_epi64_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 107 |     _mm512_gf2p8affine_epi64_epi8(matrix, x, 0)
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target features: gfni and avx512f
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:121:14
[INFO] [stderr]     |
[INFO] [stderr] 121 |     let lo = _mm512_unpacklo_epi8(va, vb);
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]    --> src/transpose.rs:112:1
[INFO] [stderr]     |
[INFO] [stderr] 112 | unsafe fn interleave_full(va: __m512i, vb: __m512i) -> ([u64; 8], [u64; 8]) {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi8` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:123:14
[INFO] [stderr]     |
[INFO] [stderr] 123 |     let hi = _mm512_unpackhi_epi8(va, vb);
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:126:16
[INFO] [stderr]     |
[INFO] [stderr] 126 |     let lo_1 = _mm512_unpacklo_epi16(hi, lo);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi16` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:128:16
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let hi_1 = _mm512_unpackhi_epi16(hi, lo);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512bw
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_a` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:132:13
[INFO] [stderr]     |
[INFO] [stderr] 132 |     let a = grab_128_lanes_a(lo_1, hi_1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `transpose::grab_128_lanes_b` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:134:13
[INFO] [stderr]     |
[INFO] [stderr] 134 |     let b = grab_128_lanes_b(lo_1, hi_1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpacklo_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:137:16
[INFO] [stderr]     |
[INFO] [stderr] 137 |     let lo_2 = _mm512_unpacklo_epi32(b, a);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_unpackhi_epi32` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:139:16
[INFO] [stderr]     |
[INFO] [stderr] 139 |     let hi_2 = _mm512_unpackhi_epi32(b, a);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512f
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:142:13
[INFO] [stderr]     |
[INFO] [stderr] 142 |     let l = _mm512_extracti64x2_epi64(hi_2, 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:143:19
[INFO] [stderr]     |
[INFO] [stderr] 143 |     let final_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:144:19
[INFO] [stderr]     |
[INFO] [stderr] 144 |     let final_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:146:13
[INFO] [stderr]     |
[INFO] [stderr] 146 |     let l = _mm512_extracti64x2_epi64(lo_2, 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:147:19
[INFO] [stderr]     |
[INFO] [stderr] 147 |     let final_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:148:19
[INFO] [stderr]     |
[INFO] [stderr] 148 |     let final_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:150:13
[INFO] [stderr]     |
[INFO] [stderr] 150 |     let l = _mm512_extracti64x2_epi64(hi_2, 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:151:19
[INFO] [stderr]     |
[INFO] [stderr] 151 |     let final_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:152:19
[INFO] [stderr]     |
[INFO] [stderr] 152 |     let final_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:154:13
[INFO] [stderr]     |
[INFO] [stderr] 154 |     let l = _mm512_extracti64x2_epi64(lo_2, 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:155:19
[INFO] [stderr]     |
[INFO] [stderr] 155 |     let final_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:156:19
[INFO] [stderr]     |
[INFO] [stderr] 156 |     let final_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:159:13
[INFO] [stderr]     |
[INFO] [stderr] 159 |     let l = _mm512_extracti64x2_epi64(hi_2, 3);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:160:20
[INFO] [stderr]     |
[INFO] [stderr] 160 |     let final1_0 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:161:20
[INFO] [stderr]     |
[INFO] [stderr] 161 |     let final1_1 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:163:13
[INFO] [stderr]     |
[INFO] [stderr] 163 |     let l = _mm512_extracti64x2_epi64(lo_2, 3);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:164:20
[INFO] [stderr]     |
[INFO] [stderr] 164 |     let final1_2 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:165:20
[INFO] [stderr]     |
[INFO] [stderr] 165 |     let final1_3 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:167:13
[INFO] [stderr]     |
[INFO] [stderr] 167 |     let l = _mm512_extracti64x2_epi64(hi_2, 2);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:168:20
[INFO] [stderr]     |
[INFO] [stderr] 168 |     let final1_4 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:169:20
[INFO] [stderr]     |
[INFO] [stderr] 169 |     let final1_5 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm512_extracti64x2_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:171:13
[INFO] [stderr]     |
[INFO] [stderr] 171 |     let l = _mm512_extracti64x2_epi64(lo_2, 2);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: avx512dq
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_extract_epi64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:172:20
[INFO] [stderr]     |
[INFO] [stderr] 172 |     let final1_6 = _mm_extract_epi64(l, 1) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse4.1
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm_cvtsi128_si64` with `#[target_feature]` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:173:20
[INFO] [stderr]     |
[INFO] [stderr] 173 |     let final1_7 = _mm_cvtsi128_si64(l) as u64;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]`
[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]     = help: in order for the call to be safe, the context requires the following additional target feature: sse2
[INFO] [stderr]     = note: the sse2 target feature being enabled in the build configuration does not remove the requirement to list it in `#[target_feature]`
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:210:5
[INFO] [stderr]     |
[INFO] [stderr] 210 |     _mm512_storeu_si512(buf.as_mut_ptr() as *mut _, v);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:208:1
[INFO] [stderr]     |
[INFO] [stderr] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_m512i_bits` is never used
[INFO] [stderr]    --> src/transpose.rs:208:11
[INFO] [stderr]     |
[INFO] [stderr] 208 | unsafe fn print_m512i_bits(v: __m512i) {
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr] warning: `bitsliced-op` (lib) generated 45 warnings (run `cargo fix --lib -p bitsliced-op` to apply 5 suggestions)
[INFO] [stdout] running 12 tests
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:235:9
[INFO] [stderr]     |
[INFO] [stderr] 235 |         _mm512_storeu_si512(aa.as_mut_ptr() as *mut _, a);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: 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/transpose.rs:232:5
[INFO] [stderr]     |
[INFO] [stderr] 232 |     unsafe fn m512i_eq(a: __m512i, b: __m512i) -> bool {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm512_storeu_si512` is unsafe and requires unsafe block
[INFO] [stderr]    --> src/transpose.rs:236:9
[INFO] [stderr]     |
[INFO] [stderr] 236 |         _mm512_storeu_si512(bb.as_mut_ptr() as *mut _, b);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[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: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] 
[INFO] [stderr] warning: `bitsliced-op` (lib test) generated 47 warnings (45 duplicates) (run `cargo fix --lib -p bitsliced-op --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bitsliced_op-91199081ef514982)
[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/bitsliced_op-91199081ef514982` (signal: 4, SIGILL: illegal instruction)
[INFO] running `Command { std: "docker" "inspect" "8e42849a9e60f1f7638cfca927424564353546b88bde22b0cfb67ad442b956ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e42849a9e60f1f7638cfca927424564353546b88bde22b0cfb67ad442b956ba", kill_on_drop: false }`
[INFO] [stdout] 8e42849a9e60f1f7638cfca927424564353546b88bde22b0cfb67ad442b956ba
