[INFO] fetching crate tantivy-bitpacker 0.9.0... [INFO] testing tantivy-bitpacker-0.9.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate tantivy-bitpacker 0.9.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate tantivy-bitpacker 0.9.0 [INFO] finished tweaking crates.io crate tantivy-bitpacker 0.9.0 [INFO] tweaked toml for crates.io crate tantivy-bitpacker 0.9.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tantivy-bitpacker 0.9.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tantivy-bitpacker 0.9.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c27944b631aad5a5ad0ce3257a6542e761555888daa160770c1f6cab616c77a4 [INFO] running `Command { std: "docker" "start" "-a" "c27944b631aad5a5ad0ce3257a6542e761555888daa160770c1f6cab616c77a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c27944b631aad5a5ad0ce3257a6542e761555888daa160770c1f6cab616c77a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c27944b631aad5a5ad0ce3257a6542e761555888daa160770c1f6cab616c77a4", kill_on_drop: false }` [INFO] [stdout] c27944b631aad5a5ad0ce3257a6542e761555888daa160770c1f6cab616c77a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11d0f50ef47365e77faae5cb6ebf4595f84e4e73975df054969d018ee5793553 [INFO] running `Command { std: "docker" "start" "-a" "11d0f50ef47365e77faae5cb6ebf4595f84e4e73975df054969d018ee5793553", kill_on_drop: false }` [INFO] [stderr] Compiling bitpacking v0.9.2 [INFO] [stderr] Compiling tantivy-bitpacker v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_xor_si256` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | op_xor(vals_u32x8s, HIGHEST_BIT_MASK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx2 [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/filter_vec/avx2.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | unsafe fn u32_to_i32_avx2(vals_u32x8s: DataType) -> DataType { [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 `std::arch::x86_64::_mm256_lddqu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | let word = load_unaligned(input); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe fn filter_vec_avx2_aux( [INFO] [stdout] 49 | | mut input: *const __m256i, [INFO] [stdout] 50 | | range: RangeInclusive, [INFO] [stdout] 51 | | output: *mut u32, [INFO] [stdout] 52 | | offset: u32, [INFO] [stdout] 53 | | num_words: usize, [INFO] [stdout] 54 | | ) -> usize { [INFO] [stdout] | |__________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `filter_vec::avx2::u32_to_i32_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 70 | let word = u32_to_i32_avx2(word); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compute_filter_bitset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:71:29 [INFO] [stdout] | [INFO] [stdout] 71 | let keeper_bitset = compute_filter_bitset(word, range_simd.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compact` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | let filtered_doc_ids = compact(ids, keeper_bitset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::_mm256_storeu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | store_unaligned(output_tail as *mut __m256i, filtered_doc_ids); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | output_tail = output_tail.offset(added_len as isize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | input = input.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset_from` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | output_tail.offset_from(output) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:95:49 [INFO] [stdout] | [INFO] [stdout] 95 | 255 - std::arch::x86_64::_mm256_movemask_ps(std::mem::transmute::(inside)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe fn compute_filter_bitset(val: __m256i, range: std::ops::RangeInclusive<__m256i>) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 0.77s [INFO] running `Command { std: "docker" "inspect" "11d0f50ef47365e77faae5cb6ebf4595f84e4e73975df054969d018ee5793553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11d0f50ef47365e77faae5cb6ebf4595f84e4e73975df054969d018ee5793553", kill_on_drop: false }` [INFO] [stdout] 11d0f50ef47365e77faae5cb6ebf4595f84e4e73975df054969d018ee5793553 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4a51c54b7053d8c07ab8b4323c4c90be08bb6021e90bf0ca73096568be47a71 [INFO] running `Command { std: "docker" "start" "-a" "c4a51c54b7053d8c07ab8b4323c4c90be08bb6021e90bf0ca73096568be47a71", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.9.2 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_xor_si256` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | op_xor(vals_u32x8s, HIGHEST_BIT_MASK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx2 [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/filter_vec/avx2.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | unsafe fn u32_to_i32_avx2(vals_u32x8s: DataType) -> DataType { [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 `std::arch::x86_64::_mm256_lddqu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | let word = load_unaligned(input); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe fn filter_vec_avx2_aux( [INFO] [stdout] 49 | | mut input: *const __m256i, [INFO] [stdout] 50 | | range: RangeInclusive, [INFO] [stdout] 51 | | output: *mut u32, [INFO] [stdout] 52 | | offset: u32, [INFO] [stdout] 53 | | num_words: usize, [INFO] [stdout] 54 | | ) -> usize { [INFO] [stdout] | |__________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `filter_vec::avx2::u32_to_i32_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 70 | let word = u32_to_i32_avx2(word); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compute_filter_bitset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:71:29 [INFO] [stdout] | [INFO] [stdout] 71 | let keeper_bitset = compute_filter_bitset(word, range_simd.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compact` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | let filtered_doc_ids = compact(ids, keeper_bitset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::_mm256_storeu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | store_unaligned(output_tail as *mut __m256i, filtered_doc_ids); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | output_tail = output_tail.offset(added_len as isize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | input = input.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset_from` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | output_tail.offset_from(output) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:95:49 [INFO] [stdout] | [INFO] [stdout] 95 | 255 - std::arch::x86_64::_mm256_movemask_ps(std::mem::transmute::(inside)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe fn compute_filter_bitset(val: __m256i, range: std::ops::RangeInclusive<__m256i>) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling tantivy-bitpacker v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to function `std::arch::x86_64::_mm256_xor_si256` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | op_xor(vals_u32x8s, HIGHEST_BIT_MASK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: in order for the call to be safe, the context requires the following additional target feature: avx2 [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/filter_vec/avx2.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | unsafe fn u32_to_i32_avx2(vals_u32x8s: DataType) -> DataType { [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 `std::arch::x86_64::_mm256_lddqu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | let word = load_unaligned(input); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe fn filter_vec_avx2_aux( [INFO] [stdout] 49 | | mut input: *const __m256i, [INFO] [stdout] 50 | | range: RangeInclusive, [INFO] [stdout] 51 | | output: *mut u32, [INFO] [stdout] 52 | | offset: u32, [INFO] [stdout] 53 | | num_words: usize, [INFO] [stdout] 54 | | ) -> usize { [INFO] [stdout] | |__________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `filter_vec::avx2::u32_to_i32_avx2` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 70 | let word = u32_to_i32_avx2(word); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compute_filter_bitset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:71:29 [INFO] [stdout] | [INFO] [stdout] 71 | let keeper_bitset = compute_filter_bitset(word, range_simd.clone()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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 `filter_vec::avx2::compact` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:73:32 [INFO] [stdout] | [INFO] [stdout] 73 | let filtered_doc_ids = compact(ids, keeper_bitset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::_mm256_storeu_si256` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | store_unaligned(output_tail as *mut __m256i, filtered_doc_ids); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | output_tail = output_tail.offset(added_len as isize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::::offset` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | input = input.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::mut_ptr::::offset_from` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | output_tail.offset_from(output) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stdout] --> src/filter_vec/avx2.rs:95:49 [INFO] [stdout] | [INFO] [stdout] 95 | 255 - std::arch::x86_64::_mm256_movemask_ps(std::mem::transmute::(inside)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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/filter_vec/avx2.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe fn compute_filter_bitset(val: __m256i, range: std::ops::RangeInclusive<__m256i>) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 9.77s [INFO] running `Command { std: "docker" "inspect" "c4a51c54b7053d8c07ab8b4323c4c90be08bb6021e90bf0ca73096568be47a71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4a51c54b7053d8c07ab8b4323c4c90be08bb6021e90bf0ca73096568be47a71", kill_on_drop: false }` [INFO] [stdout] c4a51c54b7053d8c07ab8b4323c4c90be08bb6021e90bf0ca73096568be47a71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 615dc03d44f5cc78790bb8ddb4ab2b2d0a6919fccac03b2ebdaa018ba1d36ce7 [INFO] running `Command { std: "docker" "start" "-a" "615dc03d44f5cc78790bb8ddb4ab2b2d0a6919fccac03b2ebdaa018ba1d36ce7", kill_on_drop: false }` [INFO] [stderr] warning[E0133]: call to function `std::arch::x86_64::_mm256_xor_si256` with `#[target_feature]` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | op_xor(vals_u32x8s, HIGHEST_BIT_MASK) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to function with `#[target_feature]` [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = help: in order for the call to be safe, the context requires the following additional target feature: avx2 [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/filter_vec/avx2.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | unsafe fn u32_to_i32_avx2(vals_u32x8s: DataType) -> DataType { [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 `std::arch::x86_64::_mm256_lddqu_si256` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | let word = load_unaligned(input); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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/filter_vec/avx2.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / unsafe fn filter_vec_avx2_aux( [INFO] [stderr] 49 | | mut input: *const __m256i, [INFO] [stderr] 50 | | range: RangeInclusive, [INFO] [stderr] 51 | | output: *mut u32, [INFO] [stderr] 52 | | offset: u32, [INFO] [stderr] 53 | | num_words: usize, [INFO] [stderr] 54 | | ) -> usize { [INFO] [stderr] | |__________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `filter_vec::avx2::u32_to_i32_avx2` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:70:20 [INFO] [stderr] | [INFO] [stderr] 70 | let word = u32_to_i32_avx2(word); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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 `filter_vec::avx2::compute_filter_bitset` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | let keeper_bitset = compute_filter_bitset(word, range_simd.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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 `filter_vec::avx2::compact` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:73:32 [INFO] [stderr] | [INFO] [stderr] 73 | let filtered_doc_ids = compact(ids, keeper_bitset); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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::_mm256_storeu_si256` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | store_unaligned(output_tail as *mut __m256i, filtered_doc_ids); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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::mut_ptr::::offset` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:75:23 [INFO] [stderr] | [INFO] [stderr] 75 | output_tail = output_tail.offset(added_len as isize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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::::offset` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | input = input.offset(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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::mut_ptr::::offset_from` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | output_tail.offset_from(output) as usize [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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::intrinsics::transmute` is unsafe and requires unsafe block [INFO] [stderr] --> src/filter_vec/avx2.rs:95:49 [INFO] [stderr] | [INFO] [stderr] 95 | 255 - std::arch::x86_64::_mm256_movemask_ps(std::mem::transmute::(inside)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [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/filter_vec/avx2.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | unsafe fn compute_filter_bitset(val: __m256i, range: std::ops::RangeInclusive<__m256i>) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] warning: `tantivy-bitpacker` (lib) generated 10 warnings (run `cargo fix --lib -p tantivy-bitpacker` to apply 3 suggestions) [INFO] [stderr] warning: `tantivy-bitpacker` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tantivy_bitpacker-0aa2e9775715a6d7) [INFO] [stdout] running 21 tests [INFO] [stdout] test bitpacker::test::test_bitpacker ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_limit ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_empty ... ok [INFO] [stdout] test tests::test_compute_num_bits ... ok [INFO] [stdout] test tests::test_minmax_empty ... ok [INFO] [stdout] test filter_vec::tests::test_filter_implementation_scalar ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_one ... ok [INFO] [stdout] test filter_vec::tests::test_instruction_set_to_code_from_code ... ok [INFO] [stdout] test tests::test_minmax_inf ... ok [INFO] [stdout] test blocked_bitpacker::metadata_test ... ok [INFO] [stdout] test tests::test_minmax_nan ... ok [INFO] [stdout] test tests::test_minmax_one ... ok [INFO] [stdout] test filter_vec::tests::test_get_best_available_instruction_set ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_test ... ok [INFO] [stdout] test filter_vec::tests::test_filter_compare_scalar_and_avx2_impl_proptest ... ok [INFO] [stdout] test filter_vec::tests::test_filter_implementation_avx2 ... ok [INFO] [stdout] test bitpacker::test::test_bitpacker_proptest ... ok [INFO] [stdout] test tests::test_minmax_two ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_panics_over_32_bits - should panic ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_panics_when_off_scope - should panic ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_u32s_proptest ... ok [INFO] [stderr] Doc-tests tantivy_bitpacker [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "615dc03d44f5cc78790bb8ddb4ab2b2d0a6919fccac03b2ebdaa018ba1d36ce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "615dc03d44f5cc78790bb8ddb4ab2b2d0a6919fccac03b2ebdaa018ba1d36ce7", kill_on_drop: false }` [INFO] [stdout] 615dc03d44f5cc78790bb8ddb4ab2b2d0a6919fccac03b2ebdaa018ba1d36ce7