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-builder/builds/bones_framework-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bones_framework-0.4.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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--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] 3be1ea576207e497b6efbc8c7672573ffa5cbb8856de12a3a773503f32703ec5
[INFO] running `Command { std: "docker" "start" "-a" "3be1ea576207e497b6efbc8c7672573ffa5cbb8856de12a3a773503f32703ec5", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking ttf-parser v0.24.1
[INFO] [stderr] error: You have to activate either the `std` or the `no-std-float` feature.
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:53:1
[INFO] [stderr] |
[INFO] [stderr] 53 | compile_error!("You have to activate either the `std` or the `no-std-float` feature.");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `core_maths`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:56:5
[INFO] [stderr] |
[INFO] [stderr] 56 | use core_maths::CoreFloat;
[INFO] [stderr] | ^^^^^^^^^^ use of unresolved module or unlinked crate `core_maths`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `core_maths`, use `cargo add core_maths` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `cos` found for type `f32` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:445:50
[INFO] [stderr] |
[INFO] [stderr] 445 | let cc = (angle * core::f32::consts::PI).cos();
[INFO] [stderr] | ^^^ method not found in `f32`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `sin` found for type `f32` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:446:50
[INFO] [stderr] |
[INFO] [stderr] 446 | let ss = (angle * core::f32::consts::PI).sin();
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `min` with a similar name, but with different arguments
[INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/f32.rs:909:5
[INFO] [stderr] |
[INFO] [stderr] 909 | pub const fn min(self, other: f32) -> f32 {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `tan` found for type `f32` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:454:50
[INFO] [stderr] |
[INFO] [stderr] 454 | let x = (skew_x * core::f32::consts::PI).tan();
[INFO] [stderr] | ^^^ method not found in `f32`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `tan` found for type `f32` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:455:50
[INFO] [stderr] |
[INFO] [stderr] 455 | let y = (skew_y * core::f32::consts::PI).tan();
[INFO] [stderr] | ^^^ method not found in `f32`
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `ttf-parser` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "3be1ea576207e497b6efbc8c7672573ffa5cbb8856de12a3a773503f32703ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3be1ea576207e497b6efbc8c7672573ffa5cbb8856de12a3a773503f32703ec5", kill_on_drop: false }`
[INFO] [stdout] 3be1ea576207e497b6efbc8c7672573ffa5cbb8856de12a3a773503f32703ec5