[INFO] fetching crate diskann-wide 0.55.0... [INFO] checking diskann-wide-0.55.0 against d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-25 [INFO] extracting crate diskann-wide 0.55.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate diskann-wide 0.55.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate diskann-wide 0.55.0 [INFO] tweaked toml for crates.io crate diskann-wide 0.55.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate diskann-wide 0.55.0 on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate diskann-wide 0.55.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" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe [INFO] running `Command { std: "docker" "start" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Checking rand_distr v0.5.1 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking diskann-wide v0.55.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:435:82 [INFO] [stdout] | [INFO] [stdout] 435 | let f: unsafe fn(Self, T0::Of<'_>) -> R = Self::run_function_with_1::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `V3::run_function_with_1` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 294 | pub(super) unsafe fn run_function_with_1(self, x0: T0::Of<'_>) -> R [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] 295 | where [INFO] [stdout] 296 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:450:44 [INFO] [stdout] | [INFO] [stdout] 450 | Self::run_function_with_2::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `V3::run_function_with_2` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 307 | pub(super) unsafe fn run_function_with_2( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 313 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:466:44 [INFO] [stdout] | [INFO] [stdout] 466 | Self::run_function_with_3::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `V3::run_function_with_3` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 325 | pub(super) unsafe fn run_function_with_3( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 332 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:540:82 [INFO] [stdout] | [INFO] [stdout] 540 | let f: unsafe fn(Self, T0::Of<'_>) -> R = Self::run_function_with_1::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_1` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 399 | pub(super) unsafe fn run_function_with_1(self, x0: T0::Of<'_>) -> R [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] 400 | where [INFO] [stdout] 401 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:555:44 [INFO] [stdout] | [INFO] [stdout] 555 | Self::run_function_with_2::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_2` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 412 | pub(super) unsafe fn run_function_with_2( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 418 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:571:44 [INFO] [stdout] | [INFO] [stdout] 571 | Self::run_function_with_3::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_3` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:437:17 [INFO] [stdout] | [INFO] [stdout] 430 | pub(super) unsafe fn run_function_with_3( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 437 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `diskann-wide` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:435:82 [INFO] [stdout] | [INFO] [stdout] 435 | let f: unsafe fn(Self, T0::Of<'_>) -> R = Self::run_function_with_1::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v3::V3::run_function_with_1` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 294 | pub(super) unsafe fn run_function_with_1(self, x0: T0::Of<'_>) -> R [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] 295 | where [INFO] [stdout] 296 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:450:44 [INFO] [stdout] | [INFO] [stdout] 450 | Self::run_function_with_2::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v3::V3::run_function_with_2` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 307 | pub(super) unsafe fn run_function_with_2( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 313 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:466:44 [INFO] [stdout] | [INFO] [stdout] 466 | Self::run_function_with_3::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v3::V3::run_function_with_3` [INFO] [stdout] --> src/arch/x86_64/v3/mod.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 325 | pub(super) unsafe fn run_function_with_3( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 332 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V3::run_function_with_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:540:82 [INFO] [stdout] | [INFO] [stdout] 540 | let f: unsafe fn(Self, T0::Of<'_>) -> R = Self::run_function_with_1::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_1` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 399 | pub(super) unsafe fn run_function_with_1(self, x0: T0::Of<'_>) -> R [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] 400 | where [INFO] [stdout] 401 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:555:44 [INFO] [stdout] | [INFO] [stdout] 555 | Self::run_function_with_2::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_2` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 412 | pub(super) unsafe fn run_function_with_2( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 418 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:571:44 [INFO] [stdout] | [INFO] [stdout] 571 | Self::run_function_with_3::; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: the type must implement `AddLifetime` [INFO] [stdout] = help: the following types implement trait `AddLifetime`: [INFO] [stdout] As [INFO] [stdout] Mut [INFO] [stdout] String [INFO] [stdout] bool [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] half::f16 [INFO] [stdout] i16 [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `v4::V4::run_function_with_3` [INFO] [stdout] --> src/arch/x86_64/v4/mod.rs:437:17 [INFO] [stdout] | [INFO] [stdout] 430 | pub(super) unsafe fn run_function_with_3( [INFO] [stdout] | ------------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 437 | T0: AddLifetime, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `V4::run_function_with_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 85 - (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true) [INFO] [stdout] 85 + (::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true) [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::EXPONENT_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:85:44 [INFO] [stdout] | [INFO] [stdout] 85 | (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 85 - (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true) [INFO] [stdout] 85 + (<$T>::EXPONENT_MASK | ::MANTISSA_MASK, false, true) [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::MANTISSA_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | (<$T>::MANTISSA_MASK, true, false) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 90 - (<$T>::MANTISSA_MASK, true, false) [INFO] [stdout] 90 + (::MANTISSA_MASK, true, false) [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::MANTISSA_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:98:26 [INFO] [stdout] | [INFO] [stdout] 98 | value &= <$T>::SIGN_MASK | mask; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 98 - value &= <$T>::SIGN_MASK | mask; [INFO] [stdout] 98 + value &= ::SIGN_MASK | mask; [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::SIGN_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:99:40 [INFO] [stdout] | [INFO] [stdout] 99 | let exponent = value & <$T>::EXPONENT_MASK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 99 - let exponent = value & <$T>::EXPONENT_MASK; [INFO] [stdout] 99 + let exponent = value & ::EXPONENT_MASK; [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::EXPONENT_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:102:74 [INFO] [stdout] | [INFO] [stdout] 102 | if !allow_edge_exponent && (exponent == 0 || exponent == <$T>::EXPONENT_MASK) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 102 - if !allow_edge_exponent && (exponent == 0 || exponent == <$T>::EXPONENT_MASK) { [INFO] [stdout] 102 + if !allow_edge_exponent && (exponent == 0 || exponent == ::EXPONENT_MASK) { [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::EXPONENT_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:104:31 [INFO] [stdout] | [INFO] [stdout] 104 | value &= !<$T>::EXPONENT_MASK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 104 - value &= !<$T>::EXPONENT_MASK; [INFO] [stdout] 104 + value &= !::EXPONENT_MASK; [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::EXPONENT_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future [INFO] [stdout] --> src/test_utils/distribution.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | if !allow_zero_mantissa && (value & <$T>::MANTISSA_MASK == 0) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | finite!(f32, u32); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use the fully qualified path to the associated const [INFO] [stdout] | [INFO] [stdout] 108 - if !allow_zero_mantissa && (value & <$T>::MANTISSA_MASK == 0) { [INFO] [stdout] 108 + if !allow_zero_mantissa && (value & ::MANTISSA_MASK == 0) { [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::::MANTISSA_MASK` [INFO] [stdout] --> src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 + #![feature(float_masks)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `diskann-wide` (lib test) due to 6 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe", kill_on_drop: false }` [INFO] [stdout] 19c3460ea3945564f3120daeccc5e941ce887ed43b8fab4963836710aaa09dfe