diffuser-edit 0.0.3

Edit diffuser models without GPU and Python
Documentation
Build #1913661 2025-03-26 23:41:05

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.87.0-nightly (43f0014ef 2025-03-25)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/diffuser-edit-0.0.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/diffuser-edit-0.0.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250325-1.87.0-nightly-43f0014ef\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2ca24f5f33c457fbff99490a65792ec454b072326d28d8c05ba62e655f122c78
[INFO] running `Command { std: "docker" "start" "-a" "2ca24f5f33c457fbff99490a65792ec454b072326d28d8c05ba62e655f122c78", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking candle-core v0.6.0
[INFO] [stderr] error[E0277]: the trait bound `half::bf16: SampleBorrow<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2492:55
[INFO] [stderr]      |
[INFO] [stderr] 2492 |                     rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max));
[INFO] [stderr]      |                     --------------------------------- ^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16`
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     required by a bound introduced by this call
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/bfloat.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct bf16(u16);
[INFO] [stderr]      | --------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]      = note: required for `half::bf16` to implement `SampleBorrow<half::bf16>`
[INFO] [stderr] note: required by a bound in `Uniform::<X>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:186:13
[INFO] [stderr]      |
[INFO] [stderr] 184  |     pub fn new<B1, B2>(low: B1, high: B2) -> Uniform<X>
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] 185  |     where
[INFO] [stderr] 186  |         B1: SampleBorrow<X> + Sized,
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^ required by this bound in `Uniform::<X>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::bf16: SampleBorrow<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2492:76
[INFO] [stderr]      |
[INFO] [stderr] 2492 |                     rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max));
[INFO] [stderr]      |                     ---------------------------------                      ^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16`
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     required by a bound introduced by this call
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/bfloat.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct bf16(u16);
[INFO] [stderr]      | --------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]      = note: required for `half::bf16` to implement `SampleBorrow<half::bf16>`
[INFO] [stderr] note: required by a bound in `Uniform::<X>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:187:13
[INFO] [stderr]      |
[INFO] [stderr] 184  |     pub fn new<B1, B2>(low: B1, high: B2) -> Uniform<X>
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 187  |         B2: SampleBorrow<X> + Sized,
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^ required by this bound in `Uniform::<X>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2492:21
[INFO] [stderr]      |
[INFO] [stderr] 2492 |                     rand::distributions::Uniform::new(bf16::from_f64(min), bf16::from_f64(max));
[INFO] [stderr]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::bf16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/bfloat.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct bf16(u16);
[INFO] [stderr]      | --------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `Uniform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied in `Uniform<half::bf16>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2491:21
[INFO] [stderr]      |
[INFO] [stderr] 2491 |                 let uniform =
[INFO] [stderr]      |                     ^^^^^^^ within `Uniform<half::bf16>`, the trait `SampleUniform` is not implemented for `half::bf16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/bfloat.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct bf16(u16);
[INFO] [stderr]      | --------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required because it appears within the type `Uniform<half::bf16>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:12
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |            ^^^^^^^
[INFO] [stderr]      = note: all local variables must have a statically known size
[INFO] [stderr]      = help: unsized locals are gated as an unstable feature
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::bf16: SampleUniform` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2494:50
[INFO] [stderr]      |
[INFO] [stderr] 2494 |                     data.push(rng.sample::<bf16, _>(uniform))
[INFO] [stderr]      |                                                  ^ the trait `SampleUniform` is not implemented for `half::bf16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/bfloat.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct bf16(u16);
[INFO] [stderr]      | --------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `Uniform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::f16: SampleBorrow<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2501:55
[INFO] [stderr]      |
[INFO] [stderr] 2501 |                     rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max));
[INFO] [stderr]      |                     --------------------------------- ^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     required by a bound introduced by this call
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct f16(u16);
[INFO] [stderr]      | -------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]      = note: required for `half::f16` to implement `SampleBorrow<half::f16>`
[INFO] [stderr] note: required by a bound in `Uniform::<X>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:186:13
[INFO] [stderr]      |
[INFO] [stderr] 184  |     pub fn new<B1, B2>(low: B1, high: B2) -> Uniform<X>
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] 185  |     where
[INFO] [stderr] 186  |         B1: SampleBorrow<X> + Sized,
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^ required by this bound in `Uniform::<X>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::f16: SampleBorrow<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2501:75
[INFO] [stderr]      |
[INFO] [stderr] 2501 |                     rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max));
[INFO] [stderr]      |                     ---------------------------------                     ^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     required by a bound introduced by this call
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct f16(u16);
[INFO] [stderr]      | -------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]      = note: required for `half::f16` to implement `SampleBorrow<half::f16>`
[INFO] [stderr] note: required by a bound in `Uniform::<X>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:187:13
[INFO] [stderr]      |
[INFO] [stderr] 184  |     pub fn new<B1, B2>(low: B1, high: B2) -> Uniform<X>
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 187  |         B2: SampleBorrow<X> + Sized,
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^ required by this bound in `Uniform::<X>::new`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2501:21
[INFO] [stderr]      |
[INFO] [stderr] 2501 |                     rand::distributions::Uniform::new(f16::from_f64(min), f16::from_f64(max));
[INFO] [stderr]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct f16(u16);
[INFO] [stderr]      | -------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `Uniform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied in `Uniform<half::f16>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2500:21
[INFO] [stderr]      |
[INFO] [stderr] 2500 |                 let uniform =
[INFO] [stderr]      |                     ^^^^^^^ within `Uniform<half::f16>`, the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct f16(u16);
[INFO] [stderr]      | -------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required because it appears within the type `Uniform<half::f16>`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:12
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |            ^^^^^^^
[INFO] [stderr]      = note: all local variables must have a statically known size
[INFO] [stderr]      = help: unsized locals are gated as an unstable feature
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2503:49
[INFO] [stderr]      |
[INFO] [stderr] 2503 |                     data.push(rng.sample::<f16, _>(uniform))
[INFO] [stderr]      |                                                 ^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stderr]      |
[INFO] [stderr] 216  | pub trait SampleUniform: Sized {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:47:1
[INFO] [stderr]      |
[INFO] [stderr] 47   | pub struct f16(u16);
[INFO] [stderr]      | -------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `Uniform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stderr]      |
[INFO] [stderr] 179  | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stderr]      |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2537:30
[INFO] [stderr]      |
[INFO] [stderr] 2537 |                 let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std))
[INFO] [stderr]      |                              ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution<half::bf16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal::<F>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:147:33
[INFO] [stderr]      |
[INFO] [stderr] 147  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal::<F>::new`
[INFO] [stderr] ...
[INFO] [stderr] 156  |     pub fn new(mean: F, std_dev: F) -> Result<Normal<F>, Error> {
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2537:30
[INFO] [stderr]      |
[INFO] [stderr] 2537 |                 let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std))
[INFO] [stderr]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution<half::bf16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2537:30
[INFO] [stderr]      |
[INFO] [stderr] 2537 |                   let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std))
[INFO] [stderr]      |  ______________________________^
[INFO] [stderr] 2538 | |                     .map_err(Error::wrap)?;
[INFO] [stderr]      | |_________________________________________^ the trait `rand_distr::Distribution<half::bf16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::bf16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2537:30
[INFO] [stderr]      |
[INFO] [stderr] 2537 |                   let normal = rand_distr::Normal::new(bf16::from_f64(mean), bf16::from_f64(std))
[INFO] [stderr]      |  ______________________________^
[INFO] [stderr] 2538 | |                     .map_err(Error::wrap)?;
[INFO] [stderr]      | |__________________________________________^ the trait `rand_distr::Distribution<half::bf16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `sample` exists for struct `Normal<bf16>`, but its trait bounds were not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2540:38
[INFO] [stderr]      |
[INFO] [stderr] 2540 |                     data.push(normal.sample(&mut rng))
[INFO] [stderr]      |                                      ^^^^^^ method cannot be called on `Normal<bf16>` due to unsatisfied trait bounds
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- doesn't satisfy `_: Distribution<bf16>`
[INFO] [stderr] ...
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      | -------------------- doesn't satisfy `_: Distribution<bf16>`, `rand_distr::Normal<half::bf16>: RngCore` or `rand_distr::Normal<half::bf16>: rand::Rng`
[INFO] [stderr]      |
[INFO] [stderr]      = note: the following trait bounds were not satisfied:
[INFO] [stderr]              `StandardNormal: rand_distr::Distribution<half::bf16>`
[INFO] [stderr]              which is required by `rand_distr::Normal<half::bf16>: rand_distr::Distribution<half::bf16>`
[INFO] [stderr]              `rand_distr::Normal<half::bf16>: RngCore`
[INFO] [stderr]              which is required by `rand_distr::Normal<half::bf16>: rand::Rng`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2546:30
[INFO] [stderr]      |
[INFO] [stderr] 2546 |                 let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std))
[INFO] [stderr]      |                              ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution<half::f16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal::<F>::new`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:147:33
[INFO] [stderr]      |
[INFO] [stderr] 147  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal::<F>::new`
[INFO] [stderr] ...
[INFO] [stderr] 156  |     pub fn new(mean: F, std_dev: F) -> Result<Normal<F>, Error> {
[INFO] [stderr]      |            --- required by a bound in this associated function
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2546:30
[INFO] [stderr]      |
[INFO] [stderr] 2546 |                 let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std))
[INFO] [stderr]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_distr::Distribution<half::f16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2546:30
[INFO] [stderr]      |
[INFO] [stderr] 2546 |                   let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std))
[INFO] [stderr]      |  ______________________________^
[INFO] [stderr] 2547 | |                     .map_err(Error::wrap)?;
[INFO] [stderr]      | |_________________________________________^ the trait `rand_distr::Distribution<half::f16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<half::f16>` is not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2546:30
[INFO] [stderr]      |
[INFO] [stderr] 2546 |                   let normal = rand_distr::Normal::new(f16::from_f64(mean), f16::from_f64(std))
[INFO] [stderr]      |  ______________________________^
[INFO] [stderr] 2547 | |                     .map_err(Error::wrap)?;
[INFO] [stderr]      | |__________________________________________^ the trait `rand_distr::Distribution<half::f16>` is not implemented for `StandardNormal`
[INFO] [stderr]      |
[INFO] [stderr] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2481:13
[INFO] [stderr]      |
[INFO] [stderr] 2481 |         use rand::prelude::*;
[INFO] [stderr]      |             ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/convert.rs:3:5
[INFO] [stderr]      |
[INFO] [stderr] 3    | use half::{bf16, f16, slice::HalfFloatSliceExt};
[INFO] [stderr]      |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- this type doesn't implement the required trait
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/distr/distribution.rs:35:1
[INFO] [stderr]      |
[INFO] [stderr] 35   | pub trait Distribution<T> {
[INFO] [stderr]      | ------------------------- this is the found trait
[INFO] [stderr]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required by a bound in `rand_distr::Normal`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:118:33
[INFO] [stderr]      |
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      |            ------ required by a bound in this struct
[INFO] [stderr] 118  | where F: Float, StandardNormal: Distribution<F>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^ required by this bound in `Normal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `sample` exists for struct `Normal<f16>`, but its trait bounds were not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.6.0/src/cpu_backend/mod.rs:2549:38
[INFO] [stderr]      |
[INFO] [stderr] 2549 |                     data.push(normal.sample(&mut rng))
[INFO] [stderr]      |                                      ^^^^^^ method cannot be called on `Normal<f16>` due to unsatisfied trait bounds
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/normal.rs:41:1
[INFO] [stderr]      |
[INFO] [stderr] 41   | pub struct StandardNormal;
[INFO] [stderr]      | ------------------------- doesn't satisfy `_: Distribution<f16>`
[INFO] [stderr] ...
[INFO] [stderr] 117  | pub struct Normal<F>
[INFO] [stderr]      | -------------------- doesn't satisfy `_: Distribution<f16>`, `rand_distr::Normal<half::f16>: RngCore` or `rand_distr::Normal<half::f16>: rand::Rng`
[INFO] [stderr]      |
[INFO] [stderr]      = note: the following trait bounds were not satisfied:
[INFO] [stderr]              `StandardNormal: rand_distr::Distribution<half::f16>`
[INFO] [stderr]              which is required by `rand_distr::Normal<half::f16>: rand_distr::Distribution<half::f16>`
[INFO] [stderr]              `rand_distr::Normal<half::f16>: RngCore`
[INFO] [stderr]              which is required by `rand_distr::Normal<half::f16>: rand::Rng`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `candle-core` (lib) due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "2ca24f5f33c457fbff99490a65792ec454b072326d28d8c05ba62e655f122c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ca24f5f33c457fbff99490a65792ec454b072326d28d8c05ba62e655f122c78", kill_on_drop: false }`
[INFO] [stdout] 2ca24f5f33c457fbff99490a65792ec454b072326d28d8c05ba62e655f122c78