[INFO] fetching crate usearch 2.21.0... [INFO] testing usearch-2.21.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate usearch 2.21.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate usearch 2.21.0 [INFO] finished tweaking crates.io crate usearch 2.21.0 [INFO] tweaked toml for crates.io crate usearch 2.21.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate usearch 2.21.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate usearch 2.21.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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b636ad85f24e800b5728c30b116d47576ea145535620101d67944312a312346a [INFO] running `Command { std: "docker" "start" "-a" "b636ad85f24e800b5728c30b116d47576ea145535620101d67944312a312346a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b636ad85f24e800b5728c30b116d47576ea145535620101d67944312a312346a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b636ad85f24e800b5728c30b116d47576ea145535620101d67944312a312346a", kill_on_drop: false }` [INFO] [stdout] b636ad85f24e800b5728c30b116d47576ea145535620101d67944312a312346a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0897f7dcd3bbe8f1c9fae2cdba1a752953ba3677ff110003056d20b56012694 [INFO] running `Command { std: "docker" "start" "-a" "d0897f7dcd3bbe8f1c9fae2cdba1a752953ba3677ff110003056d20b56012694", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling scratch v1.0.8 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling cxxbridge-flags v1.0.160 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling link-cplusplus v1.0.10 [INFO] [stderr] Compiling cxx v1.0.160 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling cxx-build v1.0.160 [INFO] [stderr] Compiling cxxbridge-macro v1.0.160 [INFO] [stderr] Compiling usearch v2.21.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:325:16 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn expansion_add(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:326:16 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn expansion_search(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:327:16 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn change_expansion_add(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:328:16 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn change_expansion_search(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:329:16 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn change_metric_kind(self: &NativeIndex, metric: MetricKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:336:16 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn change_metric(self: &NativeIndex, metric: usize, metric_state: usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn reserve(self: &NativeIndex, capacity: usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:340:16 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn reserve_capacity_and_threads( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:346:16 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn dimensions(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn connectivity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:348:16 [INFO] [stdout] | [INFO] [stdout] 348 | pub fn size(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:349:16 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn capacity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:350:16 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn serialized_length(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:352:16 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn add_b1x8(self: &NativeIndex, key: u64, vector: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn add_i8(self: &NativeIndex, key: u64, vector: &[i8]) -> Result<()>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:354:16 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn add_f16(self: &NativeIndex, key: u64, vector: &[i16]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:355:16 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn add_f32(self: &NativeIndex, key: u64, vector: &[f32]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:356:16 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn add_f64(self: &NativeIndex, key: u64, vector: &[f64]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:358:16 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn search_b1x8(self: &NativeIndex, query: &[u8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn search_f16(self: &NativeIndex, query: &[i16], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:361:16 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn search_f32(self: &NativeIndex, query: &[f32], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:362:16 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn search_f64(self: &NativeIndex, query: &[f64], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:364:16 [INFO] [stdout] | [INFO] [stdout] 364 | pub fn exact_search_b1x8(self: &NativeIndex, query: &[u8], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn exact_search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:367:16 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn exact_search_f16(self: &NativeIndex, query: &[i16], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:369:16 [INFO] [stdout] | [INFO] [stdout] 369 | pub fn exact_search_f32(self: &NativeIndex, query: &[f32], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn exact_search_f64(self: &NativeIndex, query: &[f64], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:374:16 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn filtered_search_b1x8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:381:16 [INFO] [stdout] | [INFO] [stdout] 381 | pub fn filtered_search_i8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:388:16 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn filtered_search_f16( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:395:16 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn filtered_search_f32( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:402:16 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn filtered_search_f64( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn get_b1x8(self: &NativeIndex, key: u64, buffer: &mut [u8]) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:411:16 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn get_i8(self: &NativeIndex, key: u64, buffer: &mut [i8]) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:412:16 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn get_f16(self: &NativeIndex, key: u64, buffer: &mut [i16]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn get_f32(self: &NativeIndex, key: u64, buffer: &mut [f32]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:414:16 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn get_f64(self: &NativeIndex, key: u64, buffer: &mut [f64]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn remove(self: &NativeIndex, key: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn rename(self: &NativeIndex, from: u64, to: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:418:16 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn contains(self: &NativeIndex, key: u64) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn count(self: &NativeIndex, key: u64) -> usize; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:421:16 [INFO] [stdout] | [INFO] [stdout] 421 | pub fn save(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:422:16 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn load(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:423:16 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn view(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:424:16 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn reset(self: &NativeIndex) -> Result<()>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:425:16 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn memory_usage(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn hardware_acceleration(self: &NativeIndex) -> *const c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:428:16 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn save_to_buffer(self: &NativeIndex, buffer: &mut [u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn load_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:430:16 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn view_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.79s [INFO] running `Command { std: "docker" "inspect" "d0897f7dcd3bbe8f1c9fae2cdba1a752953ba3677ff110003056d20b56012694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0897f7dcd3bbe8f1c9fae2cdba1a752953ba3677ff110003056d20b56012694", kill_on_drop: false }` [INFO] [stdout] d0897f7dcd3bbe8f1c9fae2cdba1a752953ba3677ff110003056d20b56012694 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64f450d9f54ff5481892c1c3591fe89389a4b1640dcfbce5cf62d54d27f53726 [INFO] running `Command { std: "docker" "start" "-a" "64f450d9f54ff5481892c1c3591fe89389a4b1640dcfbce5cf62d54d27f53726", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling fork_union v2.1.1 [INFO] [stderr] Compiling usearch v2.21.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling rand_distr v0.5.1 [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:325:16 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn expansion_add(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:326:16 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn expansion_search(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:327:16 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn change_expansion_add(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:328:16 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn change_expansion_search(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:329:16 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn change_metric_kind(self: &NativeIndex, metric: MetricKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:336:16 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn change_metric(self: &NativeIndex, metric: usize, metric_state: usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn reserve(self: &NativeIndex, capacity: usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:340:16 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn reserve_capacity_and_threads( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:346:16 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn dimensions(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn connectivity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:348:16 [INFO] [stdout] | [INFO] [stdout] 348 | pub fn size(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:349:16 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn capacity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:350:16 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn serialized_length(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:352:16 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn add_b1x8(self: &NativeIndex, key: u64, vector: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn add_i8(self: &NativeIndex, key: u64, vector: &[i8]) -> Result<()>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:354:16 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn add_f16(self: &NativeIndex, key: u64, vector: &[i16]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:355:16 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn add_f32(self: &NativeIndex, key: u64, vector: &[f32]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:356:16 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn add_f64(self: &NativeIndex, key: u64, vector: &[f64]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:358:16 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn search_b1x8(self: &NativeIndex, query: &[u8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn search_f16(self: &NativeIndex, query: &[i16], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:361:16 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn search_f32(self: &NativeIndex, query: &[f32], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:362:16 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn search_f64(self: &NativeIndex, query: &[f64], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:364:16 [INFO] [stdout] | [INFO] [stdout] 364 | pub fn exact_search_b1x8(self: &NativeIndex, query: &[u8], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn exact_search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:367:16 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn exact_search_f16(self: &NativeIndex, query: &[i16], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:369:16 [INFO] [stdout] | [INFO] [stdout] 369 | pub fn exact_search_f32(self: &NativeIndex, query: &[f32], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn exact_search_f64(self: &NativeIndex, query: &[f64], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:374:16 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn filtered_search_b1x8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:381:16 [INFO] [stdout] | [INFO] [stdout] 381 | pub fn filtered_search_i8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:388:16 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn filtered_search_f16( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:395:16 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn filtered_search_f32( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:402:16 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn filtered_search_f64( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn get_b1x8(self: &NativeIndex, key: u64, buffer: &mut [u8]) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:411:16 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn get_i8(self: &NativeIndex, key: u64, buffer: &mut [i8]) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:412:16 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn get_f16(self: &NativeIndex, key: u64, buffer: &mut [i16]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn get_f32(self: &NativeIndex, key: u64, buffer: &mut [f32]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:414:16 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn get_f64(self: &NativeIndex, key: u64, buffer: &mut [f64]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn remove(self: &NativeIndex, key: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn rename(self: &NativeIndex, from: u64, to: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:418:16 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn contains(self: &NativeIndex, key: u64) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn count(self: &NativeIndex, key: u64) -> usize; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:421:16 [INFO] [stdout] | [INFO] [stdout] 421 | pub fn save(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:422:16 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn load(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:423:16 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn view(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:424:16 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn reset(self: &NativeIndex) -> Result<()>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:425:16 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn memory_usage(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn hardware_acceleration(self: &NativeIndex) -> *const c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:428:16 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn save_to_buffer(self: &NativeIndex, buffer: &mut [u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn load_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:430:16 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn view_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:325:16 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn expansion_add(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:326:16 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn expansion_search(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:327:16 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn change_expansion_add(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:328:16 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn change_expansion_search(self: &NativeIndex, n: usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:329:16 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn change_metric_kind(self: &NativeIndex, metric: MetricKind); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:336:16 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn change_metric(self: &NativeIndex, metric: usize, metric_state: usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn reserve(self: &NativeIndex, capacity: usize) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:340:16 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn reserve_capacity_and_threads( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:346:16 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn dimensions(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn connectivity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:348:16 [INFO] [stdout] | [INFO] [stdout] 348 | pub fn size(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:349:16 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn capacity(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:350:16 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn serialized_length(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:352:16 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn add_b1x8(self: &NativeIndex, key: u64, vector: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn add_i8(self: &NativeIndex, key: u64, vector: &[i8]) -> Result<()>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:354:16 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn add_f16(self: &NativeIndex, key: u64, vector: &[i16]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:355:16 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn add_f32(self: &NativeIndex, key: u64, vector: &[f32]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:356:16 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn add_f64(self: &NativeIndex, key: u64, vector: &[f64]) -> Result<()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:358:16 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn search_b1x8(self: &NativeIndex, query: &[u8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn search_f16(self: &NativeIndex, query: &[i16], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:361:16 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn search_f32(self: &NativeIndex, query: &[f32], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:362:16 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn search_f64(self: &NativeIndex, query: &[f64], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:364:16 [INFO] [stdout] | [INFO] [stdout] 364 | pub fn exact_search_b1x8(self: &NativeIndex, query: &[u8], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn exact_search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:367:16 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn exact_search_f16(self: &NativeIndex, query: &[i16], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:369:16 [INFO] [stdout] | [INFO] [stdout] 369 | pub fn exact_search_f32(self: &NativeIndex, query: &[f32], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn exact_search_f64(self: &NativeIndex, query: &[f64], count: usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:374:16 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn filtered_search_b1x8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:381:16 [INFO] [stdout] | [INFO] [stdout] 381 | pub fn filtered_search_i8( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:388:16 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn filtered_search_f16( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:395:16 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn filtered_search_f32( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:402:16 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn filtered_search_f64( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn get_b1x8(self: &NativeIndex, key: u64, buffer: &mut [u8]) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:411:16 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn get_i8(self: &NativeIndex, key: u64, buffer: &mut [i8]) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:412:16 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn get_f16(self: &NativeIndex, key: u64, buffer: &mut [i16]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn get_f32(self: &NativeIndex, key: u64, buffer: &mut [f32]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:414:16 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn get_f64(self: &NativeIndex, key: u64, buffer: &mut [f64]) -> Result; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn remove(self: &NativeIndex, key: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn rename(self: &NativeIndex, from: u64, to: u64) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:418:16 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn contains(self: &NativeIndex, key: u64) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn count(self: &NativeIndex, key: u64) -> usize; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:421:16 [INFO] [stdout] | [INFO] [stdout] 421 | pub fn save(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:422:16 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn load(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:423:16 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn view(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:424:16 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn reset(self: &NativeIndex) -> Result<()>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:425:16 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn memory_usage(self: &NativeIndex) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn hardware_acceleration(self: &NativeIndex) -> *const c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:428:16 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn save_to_buffer(self: &NativeIndex, buffer: &mut [u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn load_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> rust/lib.rs:430:16 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn view_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 22.55s [INFO] running `Command { std: "docker" "inspect" "64f450d9f54ff5481892c1c3591fe89389a4b1640dcfbce5cf62d54d27f53726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64f450d9f54ff5481892c1c3591fe89389a4b1640dcfbce5cf62d54d27f53726", kill_on_drop: false }` [INFO] [stdout] 64f450d9f54ff5481892c1c3591fe89389a4b1640dcfbce5cf62d54d27f53726 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9f240be7979ae1e5ad847693c992378027a2e7483e9b8e9f89c7acd36af45855 [INFO] running `Command { std: "docker" "start" "-a" "9f240be7979ae1e5ad847693c992378027a2e7483e9b8e9f89c7acd36af45855", kill_on_drop: false }` [INFO] [stderr] Compiling usearch v2.21.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:325:16 [INFO] [stderr] | [INFO] [stderr] 325 | pub fn expansion_add(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:326:16 [INFO] [stderr] | [INFO] [stderr] 326 | pub fn expansion_search(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:327:16 [INFO] [stderr] | [INFO] [stderr] 327 | pub fn change_expansion_add(self: &NativeIndex, n: usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:328:16 [INFO] [stderr] | [INFO] [stderr] 328 | pub fn change_expansion_search(self: &NativeIndex, n: usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:329:16 [INFO] [stderr] | [INFO] [stderr] 329 | pub fn change_metric_kind(self: &NativeIndex, metric: MetricKind); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:336:16 [INFO] [stderr] | [INFO] [stderr] 336 | pub fn change_metric(self: &NativeIndex, metric: usize, metric_state: usize); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:339:16 [INFO] [stderr] | [INFO] [stderr] 339 | pub fn reserve(self: &NativeIndex, capacity: usize) -> Result<()>; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:340:16 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn reserve_capacity_and_threads( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:346:16 [INFO] [stderr] | [INFO] [stderr] 346 | pub fn dimensions(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:347:16 [INFO] [stderr] | [INFO] [stderr] 347 | pub fn connectivity(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:348:16 [INFO] [stderr] | [INFO] [stderr] 348 | pub fn size(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:349:16 [INFO] [stderr] | [INFO] [stderr] 349 | pub fn capacity(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:350:16 [INFO] [stderr] | [INFO] [stderr] 350 | pub fn serialized_length(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:352:16 [INFO] [stderr] | [INFO] [stderr] 352 | pub fn add_b1x8(self: &NativeIndex, key: u64, vector: &[u8]) -> Result<()>; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:353:16 [INFO] [stderr] | [INFO] [stderr] 353 | pub fn add_i8(self: &NativeIndex, key: u64, vector: &[i8]) -> Result<()>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:354:16 [INFO] [stderr] | [INFO] [stderr] 354 | pub fn add_f16(self: &NativeIndex, key: u64, vector: &[i16]) -> Result<()>; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:355:16 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn add_f32(self: &NativeIndex, key: u64, vector: &[f32]) -> Result<()>; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:356:16 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn add_f64(self: &NativeIndex, key: u64, vector: &[f64]) -> Result<()>; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:358:16 [INFO] [stderr] | [INFO] [stderr] 358 | pub fn search_b1x8(self: &NativeIndex, query: &[u8], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:359:16 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:360:16 [INFO] [stderr] | [INFO] [stderr] 360 | pub fn search_f16(self: &NativeIndex, query: &[i16], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:361:16 [INFO] [stderr] | [INFO] [stderr] 361 | pub fn search_f32(self: &NativeIndex, query: &[f32], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:362:16 [INFO] [stderr] | [INFO] [stderr] 362 | pub fn search_f64(self: &NativeIndex, query: &[f64], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:364:16 [INFO] [stderr] | [INFO] [stderr] 364 | pub fn exact_search_b1x8(self: &NativeIndex, query: &[u8], count: usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:366:16 [INFO] [stderr] | [INFO] [stderr] 366 | pub fn exact_search_i8(self: &NativeIndex, query: &[i8], count: usize) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:367:16 [INFO] [stderr] | [INFO] [stderr] 367 | pub fn exact_search_f16(self: &NativeIndex, query: &[i16], count: usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:369:16 [INFO] [stderr] | [INFO] [stderr] 369 | pub fn exact_search_f32(self: &NativeIndex, query: &[f32], count: usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:371:16 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn exact_search_f64(self: &NativeIndex, query: &[f64], count: usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:374:16 [INFO] [stderr] | [INFO] [stderr] 374 | pub fn filtered_search_b1x8( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:381:16 [INFO] [stderr] | [INFO] [stderr] 381 | pub fn filtered_search_i8( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:388:16 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn filtered_search_f16( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:395:16 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn filtered_search_f32( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:402:16 [INFO] [stderr] | [INFO] [stderr] 402 | pub fn filtered_search_f64( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:410:16 [INFO] [stderr] | [INFO] [stderr] 410 | pub fn get_b1x8(self: &NativeIndex, key: u64, buffer: &mut [u8]) -> Result; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:411:16 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn get_i8(self: &NativeIndex, key: u64, buffer: &mut [i8]) -> Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:412:16 [INFO] [stderr] | [INFO] [stderr] 412 | pub fn get_f16(self: &NativeIndex, key: u64, buffer: &mut [i16]) -> Result; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:413:16 [INFO] [stderr] | [INFO] [stderr] 413 | pub fn get_f32(self: &NativeIndex, key: u64, buffer: &mut [f32]) -> Result; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:414:16 [INFO] [stderr] | [INFO] [stderr] 414 | pub fn get_f64(self: &NativeIndex, key: u64, buffer: &mut [f64]) -> Result; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:416:16 [INFO] [stderr] | [INFO] [stderr] 416 | pub fn remove(self: &NativeIndex, key: u64) -> Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:417:16 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn rename(self: &NativeIndex, from: u64, to: u64) -> Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:418:16 [INFO] [stderr] | [INFO] [stderr] 418 | pub fn contains(self: &NativeIndex, key: u64) -> bool; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:419:16 [INFO] [stderr] | [INFO] [stderr] 419 | pub fn count(self: &NativeIndex, key: u64) -> usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:421:16 [INFO] [stderr] | [INFO] [stderr] 421 | pub fn save(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:422:16 [INFO] [stderr] | [INFO] [stderr] 422 | pub fn load(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:423:16 [INFO] [stderr] | [INFO] [stderr] 423 | pub fn view(self: &NativeIndex, path: &str) -> Result<()>; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:424:16 [INFO] [stderr] | [INFO] [stderr] 424 | pub fn reset(self: &NativeIndex) -> Result<()>; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:425:16 [INFO] [stderr] | [INFO] [stderr] 425 | pub fn memory_usage(self: &NativeIndex) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:426:16 [INFO] [stderr] | [INFO] [stderr] 426 | pub fn hardware_acceleration(self: &NativeIndex) -> *const c_char; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:428:16 [INFO] [stderr] | [INFO] [stderr] 428 | pub fn save_to_buffer(self: &NativeIndex, buffer: &mut [u8]) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:429:16 [INFO] [stderr] | [INFO] [stderr] 429 | pub fn load_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> rust/lib.rs:430:16 [INFO] [stderr] | [INFO] [stderr] 430 | pub fn view_from_buffer(self: &NativeIndex, buffer: &[u8]) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `usearch` (lib) generated 51 warnings (run `cargo fix --lib -p usearch` to apply 51 suggestions) [INFO] [stderr] warning: `usearch` (lib test) generated 51 warnings (51 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.10s [INFO] [stderr] Running unittests rust/lib.rs (/opt/rustwide/target/debug/deps/usearch-80b341f6bf593259) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test tests::test_binary_vectors_and_hamming_distance ... ok [INFO] [stdout] test tests::print_specs ... ok [INFO] [stdout] test tests::test_add_remove_vector ... ok [INFO] [stdout] test tests::test_change_distance_function ... ok [INFO] [stdout] test tests::test_add_get_vector ... ok [INFO] [stdout] test tests::test_search_with_stateful_filter ... ok [INFO] [stdout] test tests::test_zero_distances ... ok [INFO] [stdout] test tests::test_exact_search ... ok [INFO] [stdout] test tests::test_search_with_stateless_filter ... ok [INFO] [stdout] test tests::test_search_vector ... ok [INFO] [stdout] test tests::integration ... FAILED [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] test tests::test_concurrency ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::integration stdout ---- [INFO] [stdout] -------------------------------------------------- [INFO] [stdout] before add, memory_usage: 3584 cap: 64 [INFO] [stdout] after add, memory_usage: 20975040 cap: 64 [INFO] [stdout] Matches { keys: [42, 43], distances: [4.259391e-8, 0.2045661] } [INFO] [stdout] Matches { keys: [42, 43], distances: [4.259391e-8, 0.2045661] } [INFO] [stdout] -------------------------------------------------- [INFO] [stdout] [INFO] [stdout] thread 'tests::integration' (118) panicked at rust/lib.rs:1686:9: [INFO] [stdout] assertion failed: index.save("index.rust.usearch").is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c249c83e92 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x55c249c83e92 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x55c249c83e92 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x55c249c83e92 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x55c249c9539f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x55c249c9539f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x55c249c50c91 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x55c249c50c91 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x55c249c5d002 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x55c249c61b4f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x55c249c619e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x55c249c1e06e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x55c249c1e06e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x55c249c6220f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x55c249c6220f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x55c249c62036 - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x55c249c5d139 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x55c249c4542d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x55c249c9cd90 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x55c249c9cd6c - core::panicking::panic::h9eb31005fec5715e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:148:5 [INFO] [stdout] 20: 0x55c249b76af1 - usearch::tests::integration::h6b1e20e7d1a49e0b [INFO] [stdout] at /opt/rustwide/workdir/rust/lib.rs:1686:9 [INFO] [stdout] 21: 0x55c249b77977 - usearch::tests::integration::{{closure}}::hdb0ed4cefe2fee62 [INFO] [stdout] at /opt/rustwide/workdir/rust/lib.rs:1628:21 [INFO] [stdout] 22: 0x55c249b68566 - core::ops::function::FnOnce::call_once::h6f19fc0d80bbadae [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x55c249c1de4b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55c249c1de4b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 25: 0x55c249c33a75 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 26: 0x55c249c33a75 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x55c249c33a75 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x55c249c33a75 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x55c249c33a75 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x55c249c33a75 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 31: 0x55c249c33a75 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 32: 0x55c249c0a284 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 33: 0x55c249c0a284 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x55c249c0dc2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x55c249c0dc2a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x55c249c0dc2a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x55c249c0dc2a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 38: 0x55c249c0dc2a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x55c249c0dc2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x55c249c0dc2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55c249c5827f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 42: 0x55c249c5827f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 43: 0x79aa5d701aa4 - [INFO] [stdout] 44: 0x79aa5d78ea34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::integration [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9f240be7979ae1e5ad847693c992378027a2e7483e9b8e9f89c7acd36af45855", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f240be7979ae1e5ad847693c992378027a2e7483e9b8e9f89c7acd36af45855", kill_on_drop: false }` [INFO] [stdout] 9f240be7979ae1e5ad847693c992378027a2e7483e9b8e9f89c7acd36af45855