glar-dev 0.1.0

high performance cpu kernels
Documentation
Build #2756043 2025-12-25 00:03:14

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.94.0-nightly (2ca7bcd03 2025-12-23)

# docs.rs version docsrs 0.1.0 (e6d7c66e 2025-12-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/glar-dev-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/glar-dev-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251223-1.94.0-nightly-2ca7bcd03\", \"--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] ebab077930c9d4804a696895a27105607e1a5e629284453890dc25e2aa36bdbf [INFO] running `Command { std: "docker" "start" "-a" "ebab077930c9d4804a696895a27105607e1a5e629284453890dc25e2aa36bdbf", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting glar-dev v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `half::f16: rand::distributions::uniform::SampleUniform` is not satisfied [INFO] [stderr] --> src/lib.rs:444:14 [INFO] [stderr] | [INFO] [stderr] 444 | type X = f16; [INFO] [stderr] | ^^^ the trait `rand::distributions::uniform::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 expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 268 | pub trait SampleUniform: Sized { [INFO] [stderr] | ------------------------------ this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = help: the following other types implement trait `rand::distributions::uniform::SampleUniform`: [INFO] [stderr] char [INFO] [stderr] f32 [INFO] [stderr] f64 [INFO] [stderr] i128 [INFO] [stderr] i16 [INFO] [stderr] i32 [INFO] [stderr] i64 [INFO] [stderr] i8 [INFO] [stderr] and 8 others [INFO] [stderr] note: required by a bound in `Bound::X` [INFO] [stderr] --> src/lib.rs:356:13 [INFO] [stderr] | [INFO] [stderr] 356 | type X: rand::distributions::uniform::SampleUniform; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Bound::X` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `half::f16: rand::distributions::uniform::SampleUniform` is not satisfied [INFO] [stderr] --> src/lib.rs:451:5 [INFO] [stderr] | [INFO] [stderr] 451 | fn my_sample(dist: &Uniform<Self>, rng: &mut StdRng) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::distributions::uniform::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 expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 268 | pub trait SampleUniform: Sized { [INFO] [stderr] | ------------------------------ this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = help: the following other types implement trait `rand::distributions::uniform::SampleUniform`: [INFO] [stderr] char [INFO] [stderr] f32 [INFO] [stderr] f64 [INFO] [stderr] i128 [INFO] [stderr] i16 [INFO] [stderr] i32 [INFO] [stderr] i64 [INFO] [stderr] i8 [INFO] [stderr] and 8 others [INFO] [stderr] note: required by a bound in `rand::distributions::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: rand::distributions::uniform::SampleUniform` is not satisfied [INFO] [stderr] --> src/lib.rs:451:25 [INFO] [stderr] | [INFO] [stderr] 451 | fn my_sample(dist: &Uniform<Self>, rng: &mut StdRng) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `rand::distributions::uniform::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 expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 268 | pub trait SampleUniform: Sized { [INFO] [stderr] | ------------------------------ this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = help: the following other types implement trait `rand::distributions::uniform::SampleUniform`: [INFO] [stderr] char [INFO] [stderr] f32 [INFO] [stderr] f64 [INFO] [stderr] i128 [INFO] [stderr] i16 [INFO] [stderr] i32 [INFO] [stderr] i64 [INFO] [stderr] i8 [INFO] [stderr] and 8 others [INFO] [stderr] note: required by a bound in `rand::distributions::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] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not document `glar-dev` [INFO] running `Command { std: "docker" "inspect" "ebab077930c9d4804a696895a27105607e1a5e629284453890dc25e2aa36bdbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebab077930c9d4804a696895a27105607e1a5e629284453890dc25e2aa36bdbf", kill_on_drop: false }` [INFO] [stdout] ebab077930c9d4804a696895a27105607e1a5e629284453890dc25e2aa36bdbf