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.86.0-nightly (942db6782 2025-02-06)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bones_bevy_renderer-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bones_bevy_renderer-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250206-1.86.0-nightly-942db6782\", \"--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] ac1f8708b133dd4ccc80b1ffd35f53c2e8f3653df6ee00f3d38dba36578acfad
[INFO] running `Command { std: "docker" "start" "-a" "ac1f8708b133dd4ccc80b1ffd35f53c2e8f3653df6ee00f3d38dba36578acfad", 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:912:5
[INFO] [stderr] |
[INFO] [stderr] 912 | 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" "ac1f8708b133dd4ccc80b1ffd35f53c2e8f3653df6ee00f3d38dba36578acfad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac1f8708b133dd4ccc80b1ffd35f53c2e8f3653df6ee00f3d38dba36578acfad", kill_on_drop: false }`
[INFO] [stdout] ac1f8708b133dd4ccc80b1ffd35f53c2e8f3653df6ee00f3d38dba36578acfad