[INFO] fetching crate tantivy-bitpacker 0.9.0... [INFO] testing tantivy-bitpacker-0.9.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate tantivy-bitpacker 0.9.0 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tantivy-bitpacker 0.9.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5755e95e90c27cacd3a455e2dc42e39e0f455247a98aa1843d16e6ae066712af [INFO] running `Command { std: "docker" "start" "-a" "5755e95e90c27cacd3a455e2dc42e39e0f455247a98aa1843d16e6ae066712af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5755e95e90c27cacd3a455e2dc42e39e0f455247a98aa1843d16e6ae066712af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5755e95e90c27cacd3a455e2dc42e39e0f455247a98aa1843d16e6ae066712af", kill_on_drop: false }` [INFO] [stdout] 5755e95e90c27cacd3a455e2dc42e39e0f455247a98aa1843d16e6ae066712af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a2dd4c875b46b39f87809a5e7e03d62fc7e3c149c47219e43536f75b2c16f19 [INFO] running `Command { std: "docker" "start" "-a" "1a2dd4c875b46b39f87809a5e7e03d62fc7e3c149c47219e43536f75b2c16f19", 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)]` 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.82s [INFO] running `Command { std: "docker" "inspect" "1a2dd4c875b46b39f87809a5e7e03d62fc7e3c149c47219e43536f75b2c16f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a2dd4c875b46b39f87809a5e7e03d62fc7e3c149c47219e43536f75b2c16f19", kill_on_drop: false }` [INFO] [stdout] 1a2dd4c875b46b39f87809a5e7e03d62fc7e3c149c47219e43536f75b2c16f19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b68676aa052e6c93e01aaf25b38f85dd1d5e9ab7cd90e5b2597ada896237db11 [INFO] running `Command { std: "docker" "start" "-a" "b68676aa052e6c93e01aaf25b38f85dd1d5e9ab7cd90e5b2597ada896237db11", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling bitflags v2.9.2 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.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)]` 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 rand_core v0.9.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [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)]` 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 14.36s [INFO] running `Command { std: "docker" "inspect" "b68676aa052e6c93e01aaf25b38f85dd1d5e9ab7cd90e5b2597ada896237db11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b68676aa052e6c93e01aaf25b38f85dd1d5e9ab7cd90e5b2597ada896237db11", kill_on_drop: false }` [INFO] [stdout] b68676aa052e6c93e01aaf25b38f85dd1d5e9ab7cd90e5b2597ada896237db11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 74418d36fa20a59d0f678b938172be328c3e9eff686c1bfd14f1593a2bcd3e23 [INFO] running `Command { std: "docker" "start" "-a" "74418d36fa20a59d0f678b938172be328c3e9eff686c1bfd14f1593a2bcd3e23", 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)]` 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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tantivy_bitpacker-0aa2e9775715a6d7) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test bitpacker::test::test_get_batch_limit ... ok [INFO] [stdout] test blocked_bitpacker::metadata_test ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_empty ... ok [INFO] [stdout] test bitpacker::test::test_bitpacker ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_one ... ok [INFO] [stdout] test filter_vec::tests::test_filter_implementation_avx2 ... ok [INFO] [stdout] test filter_vec::tests::test_filter_implementation_scalar ... ok [INFO] [stdout] test filter_vec::tests::test_get_best_available_instruction_set ... ok [INFO] [stdout] test tests::test_compute_num_bits ... ok [INFO] [stdout] test tests::test_minmax_empty ... ok [INFO] [stdout] test tests::test_minmax_inf ... ok [INFO] [stdout] test filter_vec::tests::test_instruction_set_to_code_from_code ... ok [INFO] [stdout] test tests::test_minmax_one ... ok [INFO] [stdout] test blocked_bitpacker::tests::blocked_bitpacker_test ... ok [INFO] [stdout] test tests::test_minmax_nan ... ok [INFO] [stdout] test tests::test_minmax_two ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_panics_when_off_scope - should panic ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_panics_over_32_bits - should panic ... ok [INFO] [stdout] test filter_vec::tests::test_filter_compare_scalar_and_avx2_impl_proptest ... ok [INFO] [stdout] test bitpacker::test::test_bitpacker_proptest ... ok [INFO] [stdout] test bitpacker::test::test_get_batch_u32s_proptest ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests tantivy_bitpacker [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" "74418d36fa20a59d0f678b938172be328c3e9eff686c1bfd14f1593a2bcd3e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74418d36fa20a59d0f678b938172be328c3e9eff686c1bfd14f1593a2bcd3e23", kill_on_drop: false }` [INFO] [stdout] 74418d36fa20a59d0f678b938172be328c3e9eff686c1bfd14f1593a2bcd3e23