[INFO] cloning repository https://github.com/suzuke/transformer-from-scratch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/suzuke/transformer-from-scratch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuzuke%2Ftransformer-from-scratch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuzuke%2Ftransformer-from-scratch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23562005e90626851d9bc85d231520cc3dc482a5 [INFO] linting suzuke/transformer-from-scratch-rs/23562005e90626851d9bc85d231520cc3dc482a5 against nightly for clippy-nonminimal_bool-denied [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuzuke%2Ftransformer-from-scratch-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/suzuke/transformer-from-scratch-rs [INFO] finished tweaking git repo https://github.com/suzuke/transformer-from-scratch-rs [INFO] tweaked toml for git repo https://github.com/suzuke/transformer-from-scratch-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/suzuke/transformer-from-scratch-rs on toolchain nightly [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 345 packages to latest compatible versions [INFO] [stderr] Adding candle-core v0.4.1 (available: v0.9.2) [INFO] [stderr] Adding candle-datasets v0.4.1 (available: v0.9.2) [INFO] [stderr] Adding candle-nn v0.4.1 (available: v0.9.2) [INFO] [stderr] Adding hf-hub v0.3.2 (available: v0.5.0) [INFO] [stderr] Adding parquet v51.0.0 (available: v58.0.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.10.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.18) [INFO] [stderr] Adding tokenizers v0.15.2 (available: v0.22.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded monostate-impl v0.1.18 [INFO] [stderr] Downloaded macro_rules_attribute-proc_macro v0.2.2 [INFO] [stderr] Downloaded macro_rules_attribute v0.2.2 [INFO] [stderr] Downloaded monostate v0.1.18 [INFO] [stderr] Downloaded rayon-cond v0.3.0 [INFO] [stderr] Downloaded candle-datasets v0.4.1 [INFO] [stderr] Downloaded colorchoice v1.0.5 [INFO] [stderr] Downloaded flatbuffers v23.5.26 [INFO] [stderr] Downloaded arrow-schema v50.0.0 [INFO] [stderr] Downloaded candle-kernels v0.4.1 [INFO] [stderr] Downloaded bindgen_cuda v0.1.6 [INFO] [stderr] Downloaded arrow-data v50.0.0 [INFO] [stderr] Downloaded arrow-select v50.0.0 [INFO] [stderr] Downloaded arrow-ipc v50.0.0 [INFO] [stderr] Downloaded arrow-cast v50.0.0 [INFO] [stderr] Downloaded pulp v0.18.22 [INFO] [stderr] Downloaded cudarc v0.10.0 [INFO] [stderr] Downloaded arrow-ipc v51.0.0 [INFO] [stderr] Downloaded arrow-array v50.0.0 [INFO] [stderr] Downloaded esaxx-rs v0.1.10 [INFO] [stderr] Downloaded candle-core v0.4.1 [INFO] [stderr] Downloaded arrow-array v51.0.0 [INFO] [stderr] Downloaded tokenizers v0.15.2 [INFO] [stderr] Downloaded candle-metal-kernels v0.4.1 [INFO] [stderr] Downloaded arrow-cast v51.0.0 [INFO] [stderr] Downloaded arrow-buffer v50.0.0 [INFO] [stderr] Downloaded candle-nn v0.4.1 [INFO] [stderr] Downloaded arrow-buffer v51.0.0 [INFO] [stderr] Downloaded arrow-data v51.0.0 [INFO] [stderr] Downloaded arrow-schema v51.0.0 [INFO] [stderr] Downloaded arrow-select v51.0.0 [INFO] [stderr] Downloaded unicode-normalization-alignments v0.1.12 [INFO] [stderr] Downloaded parquet v50.0.0 [INFO] [stderr] Downloaded anstyle v1.0.14 [INFO] [stderr] Downloaded parquet v51.0.0 [INFO] [stderr] Downloaded clap_lex v1.1.0 [INFO] [stderr] Downloaded hf-hub v0.3.2 [INFO] [stderr] Downloaded spm_precompiled v0.1.4 [INFO] [stderr] Downloaded jpeg-decoder v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 352ee7f90fa6a5aa22c70c564b62ba855aca1d99d0a27656820f46db25ce2d6f [INFO] running `Command { std: "docker" "start" "-a" "352ee7f90fa6a5aa22c70c564b62ba855aca1d99d0a27656820f46db25ce2d6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "352ee7f90fa6a5aa22c70c564b62ba855aca1d99d0a27656820f46db25ce2d6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "352ee7f90fa6a5aa22c70c564b62ba855aca1d99d0a27656820f46db25ce2d6f", kill_on_drop: false }` [INFO] [stdout] 352ee7f90fa6a5aa22c70c564b62ba855aca1d99d0a27656820f46db25ce2d6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 472ed5e26910a76568b6ad5762f46435dbe4deae2983579ebda904fa54892106 [INFO] running `Command { std: "docker" "start" "-a" "472ed5e26910a76568b6ad5762f46435dbe4deae2983579ebda904fa54892106", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking num-traits v0.2.19 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Checking reborrow v0.5.5 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Compiling flatbuffers v23.5.26 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Checking arrow-schema v50.0.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Checking arrow-schema v51.0.0 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Checking twox-hash v2.1.2 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking lz4_flex v0.11.6 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking brotli v3.5.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Compiling macro_rules_attribute-proc_macro v0.2.2 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Checking unicode-normalization-alignments v0.1.12 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking thrift v0.17.0 [INFO] [stderr] Checking macro_rules_attribute v0.2.2 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking indicatif v0.17.11 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling esaxx-rs v0.1.10 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking rayon-cond v0.3.0 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking onig v6.5.1 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.42 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling monostate-impl v0.1.18 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Checking monostate v0.1.18 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking dyn-stack v0.10.0 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking pulp v0.18.22 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking safetensors v0.4.5 [INFO] [stderr] Checking spm_precompiled v0.1.4 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking ureq v2.12.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking rand_distr v0.5.1 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking hf-hub v0.3.2 [INFO] [stderr] Checking tokenizers v0.15.2 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking gemm-common v0.17.1 [INFO] [stderr] Checking arrow-buffer v50.0.0 [INFO] [stderr] Checking arrow-buffer v51.0.0 [INFO] [stderr] Checking arrow-data v50.0.0 [INFO] [stderr] Checking arrow-data v51.0.0 [INFO] [stderr] Checking gemm-f32 v0.17.1 [INFO] [stderr] Checking gemm-f64 v0.17.1 [INFO] [stderr] Checking gemm-c64 v0.17.1 [INFO] [stderr] Checking gemm-c32 v0.17.1 [INFO] [stderr] Checking arrow-array v51.0.0 [INFO] [stderr] Checking arrow-array v50.0.0 [INFO] [stderr] Checking gemm-f16 v0.17.1 [INFO] [stderr] Checking gemm v0.17.1 [INFO] [stderr] Checking candle-core v0.4.1 [INFO] [stderr] Checking arrow-select v50.0.0 [INFO] [stdout] error[E0277]: the trait bound `half::bf16: SampleBorrow` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2701:55 [INFO] [stdout] | [INFO] [stdout] 2701 | rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max)); [INFO] [stdout] | --------------------------------- ^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] = note: required for `half::bf16` to implement `SampleBorrow` [INFO] [stdout] note: required by a bound in `Uniform::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn new(low: B1, high: B2) -> Uniform [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] 185 | where [INFO] [stdout] 186 | B1: SampleBorrow + Sized, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Uniform::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::bf16: SampleBorrow` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2701:76 [INFO] [stdout] | [INFO] [stdout] 2701 | rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max)); [INFO] [stdout] | --------------------------------- ^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] = note: required for `half::bf16` to implement `SampleBorrow` [INFO] [stdout] note: required by a bound in `Uniform::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn new(low: B1, high: B2) -> Uniform [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 187 | B2: SampleBorrow + Sized, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Uniform::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2701:21 [INFO] [stdout] | [INFO] [stdout] 2701 | rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required by a bound in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `Uniform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2700:21 [INFO] [stdout] | [INFO] [stdout] 2700 | let uniform = [INFO] [stdout] | ^^^^^^^ within `Uniform`, the trait `SampleUniform` is not implemented for `half::bf16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required because it appears within the type `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:12 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2703:50 [INFO] [stdout] | [INFO] [stdout] 2703 | data.push(rng.sample::(uniform)) [INFO] [stdout] | ^ the trait `SampleUniform` is not implemented for `half::bf16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required by a bound in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `Uniform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleBorrow` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2710:55 [INFO] [stdout] | [INFO] [stdout] 2710 | rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max)); [INFO] [stdout] | --------------------------------- ^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] = note: required for `half::f16` to implement `SampleBorrow` [INFO] [stdout] note: required by a bound in `Uniform::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn new(low: B1, high: B2) -> Uniform [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] 185 | where [INFO] [stdout] 186 | B1: SampleBorrow + Sized, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Uniform::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleBorrow` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2710:75 [INFO] [stdout] | [INFO] [stdout] 2710 | rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max)); [INFO] [stdout] | --------------------------------- ^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] = note: required for `half::f16` to implement `SampleBorrow` [INFO] [stdout] note: required by a bound in `Uniform::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn new(low: B1, high: B2) -> Uniform [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 187 | B2: SampleBorrow + Sized, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Uniform::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2710:21 [INFO] [stdout] | [INFO] [stdout] 2710 | rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required by a bound in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `Uniform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2709:21 [INFO] [stdout] | [INFO] [stdout] 2709 | let uniform = [INFO] [stdout] | ^^^^^^^ within `Uniform`, the trait `SampleUniform` is not implemented for `half::f16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required because it appears within the type `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:12 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking arrow-cast v50.0.0 [INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2712:49 [INFO] [stdout] | [INFO] [stdout] 2712 | data.push(rng.sample::(uniform)) [INFO] [stdout] | ^ the trait `SampleUniform` is not implemented for `half::f16` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub trait SampleUniform: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait SampleUniform: Sized { [INFO] [stdout] | ------------------------------ this is the found trait [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] = help: the following other types implement trait `SampleUniform`: [INFO] [stdout] Duration [INFO] [stdout] char [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i128 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] and 8 others [INFO] [stdout] note: required by a bound in `Uniform` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub struct Uniform(X::Sampler); [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `Uniform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2746:30 [INFO] [stdout] | [INFO] [stdout] 2746 | let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal::::new` [INFO] [stdout] ... [INFO] [stdout] 156 | pub fn new(mean: F, std_dev: F) -> Result, Error> { [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2746:30 [INFO] [stdout] | [INFO] [stdout] 2746 | let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2746:30 [INFO] [stdout] | [INFO] [stdout] 2746 | let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std)) [INFO] [stdout] | ______________________________^ [INFO] [stdout] 2747 | | .map_err(Error::wrap)?; [INFO] [stdout] | |_________________________________________^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2746:30 [INFO] [stdout] | [INFO] [stdout] 2746 | let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std)) [INFO] [stdout] | ______________________________^ [INFO] [stdout] 2747 | | .map_err(Error::wrap)?; [INFO] [stdout] | |__________________________________________^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `sample` exists for struct `rand_distr::Normal`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2749:38 [INFO] [stdout] | [INFO] [stdout] 2749 | data.push(normal.sample(&mut rng)) [INFO] [stdout] | ^^^^^^ method cannot be called on `rand_distr::Normal` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct StandardNormal; [INFO] [stdout] | ------------------------- doesn't satisfy `_: Distribution` [INFO] [stdout] ... [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | -------------------- doesn't satisfy `_: Distribution`, `rand_distr::Normal: RngCore` or `rand_distr::Normal: rand::Rng` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `StandardNormal: rand_distr::Distribution` [INFO] [stdout] which is required by `rand_distr::Normal: rand_distr::Distribution` [INFO] [stdout] `rand_distr::Normal: RngCore` [INFO] [stdout] which is required by `rand_distr::Normal: rand::Rng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2755:30 [INFO] [stdout] | [INFO] [stdout] 2755 | let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal::::new` [INFO] [stdout] ... [INFO] [stdout] 156 | pub fn new(mean: F, std_dev: F) -> Result, Error> { [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2755:30 [INFO] [stdout] | [INFO] [stdout] 2755 | let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2755:30 [INFO] [stdout] | [INFO] [stdout] 2755 | let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std)) [INFO] [stdout] | ______________________________^ [INFO] [stdout] 2756 | | .map_err(Error::wrap)?; [INFO] [stdout] | |_________________________________________^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2755:30 [INFO] [stdout] | [INFO] [stdout] 2755 | let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std)) [INFO] [stdout] | ______________________________^ [INFO] [stdout] 2756 | | .map_err(Error::wrap)?; [INFO] [stdout] | |__________________________________________^ the trait `rand_distr::Distribution` is not implemented for `StandardNormal` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub trait Distribution { [INFO] [stdout] | ------------------------- this is the trait that was imported [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] help: the following other types implement trait `rand_distr::Distribution` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] ... [INFO] [stdout] 52 | impl Distribution for StandardNormal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `StandardNormal` implements `rand_distr::Distribution` [INFO] [stdout] = note: there are multiple different versions of crate `rand_distr` in the dependency graph [INFO] [stdout] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stdout] note: required by a bound in `rand_distr::Normal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 118 | where F: Float, StandardNormal: Distribution [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `sample` exists for struct `rand_distr::Normal`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.4.1/src/cpu_backend.rs:2758:38 [INFO] [stdout] | [INFO] [stdout] 2758 | data.push(normal.sample(&mut rng)) [INFO] [stdout] | ^^^^^^ method cannot be called on `rand_distr::Normal` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct StandardNormal; [INFO] [stdout] | ------------------------- doesn't satisfy `_: Distribution` [INFO] [stdout] ... [INFO] [stdout] 117 | pub struct Normal [INFO] [stdout] | -------------------- doesn't satisfy `_: Distribution`, `rand_distr::Normal: RngCore` or `rand_distr::Normal: rand::Rng` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `StandardNormal: rand_distr::Distribution` [INFO] [stdout] which is required by `rand_distr::Normal: rand_distr::Distribution` [INFO] [stdout] `rand_distr::Normal: RngCore` [INFO] [stdout] which is required by `rand_distr::Normal: rand::Rng` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking arrow-select v51.0.0 [INFO] [stderr] Checking arrow-cast v51.0.0 [INFO] [stderr] Checking arrow-ipc v50.0.0 [INFO] [stderr] Checking arrow-ipc v51.0.0 [INFO] [stderr] Checking parquet v50.0.0 [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `candle-core` (lib) due to 20 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "472ed5e26910a76568b6ad5762f46435dbe4deae2983579ebda904fa54892106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "472ed5e26910a76568b6ad5762f46435dbe4deae2983579ebda904fa54892106", kill_on_drop: false }` [INFO] [stdout] 472ed5e26910a76568b6ad5762f46435dbe4deae2983579ebda904fa54892106