rust_on_rails 4.0.2

Ergonomic Rust layer for simplifying native and web app development with minimal boilerplate.
Documentation
Build #2695427 2025-11-29 06:13:11

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.93.0-nightly (cc3eee7fb 2025-11-28)# docs.rs version
docsrs 0.6.0 (6d5049f1 2025-11-27 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rust_on_rails-4.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rust_on_rails-4.0.2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251128-1.93.0-nightly-cc3eee7fb\", \"--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] 4deb9553a8f02d62b7641cdc34675634e31861031c8722dc8b791c87ee7f60e6
[INFO] running `Command { std: "docker" "start" "-a" "4deb9553a8f02d62b7641cdc34675634e31861031c8722dc8b791c87ee7f60e6", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting rust_on_rails v4.0.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `wgpu_canvas::FontAtlas`
[INFO] [stderr]  --> src/base/renderer/wgpu_canvas.rs:1:31
[INFO] [stderr]   |
[INFO] [stderr] 1 | use wgpu_canvas::{ImageAtlas, FontAtlas};
[INFO] [stderr]   |                               ^^^^^^^^^
[INFO] [stderr]   |                               |
[INFO] [stderr]   |                               no `FontAtlas` in the root
[INFO] [stderr]   |                               help: a similar name exists in the module: `TextAtlas`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wgpu_canvas::CursorAction`
[INFO] [stderr]  --> src/base/renderer/wgpu_canvas.rs:6:63
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub use wgpu_canvas::{Shape, Color, Area, Text, Span, Cursor, CursorAction, Align, Font, Image};
[INFO] [stderr]   |                                                               ^^^^^^^^^^^^ no `CursorAction` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `wgpu_canvas::CanvasRenderer`, `wgpu_canvas::FontAtlas`, `wgpu_canvas::CanvasItem`
[INFO] [stderr]  --> src/base/renderer/wgpu_canvas/wgpu.rs:5:19
[INFO] [stderr]   |
[INFO] [stderr] 5 | use wgpu_canvas::{CanvasRenderer, ImageAtlas, FontAtlas, Area, CanvasItem};
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^              ^^^^^^^^^        ^^^^^^^^^^ no `CanvasItem` in the root
[INFO] [stderr]   |                   |                           |
[INFO] [stderr]   |                   |                           no `FontAtlas` in the root
[INFO] [stderr]   |                   |                           help: a similar name exists in the module: `TextAtlas`
[INFO] [stderr]   |                   no `CanvasRenderer` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stderr]           crate::base::wgpu_canvas::FontAtlas
[INFO] [stderr]   = help: consider importing this enum instead:
[INFO] [stderr]           crate::base::wgpu_canvas::CanvasItem
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `CanvasItem` in crate `wgpu_canvas`
[INFO] [stderr]   --> src/base/renderer/wgpu_canvas.rs:40:41
[INFO] [stderr]    |
[INFO] [stderr] 40 |     components: Vec<(Area, wgpu_canvas::CanvasItem)>,
[INFO] [stderr]    |                                         ^^^^^^^^^^ not found in `wgpu_canvas`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `CanvasItem` in crate `wgpu_canvas`
[INFO] [stderr]   --> src/base/renderer/wgpu_canvas.rs:85:51
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn scale(self, scale: &Scale) -> wgpu_canvas::CanvasItem {
[INFO] [stderr]    |                                                   ^^^^^^^^^^ not found in `wgpu_canvas`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FontAtlas` in crate `wgpu_canvas`
[INFO] [stderr]    --> src/components.rs:207:25
[INFO] [stderr]     |
[INFO] [stderr] 207 | impl AsMut<wgpu_canvas::FontAtlas> for Context {
[INFO] [stderr]     |                         ^^^^^^^^^ help: a struct with a similar name exists: `TextAtlas`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu_canvas-4.1.3/src/text.rs:310:1
[INFO] [stderr]     |
[INFO] [stderr] 310 | pub struct TextAtlas{
[INFO] [stderr]     | -------------------- similarly named struct `TextAtlas` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FontAtlas` in crate `wgpu_canvas`
[INFO] [stderr]    --> src/components.rs:208:47
[INFO] [stderr]     |
[INFO] [stderr] 208 |     fn as_mut(&mut self) -> &mut wgpu_canvas::FontAtlas {self.base_context.as_mut().as_mut()}
[INFO] [stderr]     |                                               ^^^^^^^^^ help: a struct with a similar name exists: `TextAtlas`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu_canvas-4.1.3/src/text.rs:310:1
[INFO] [stderr]     |
[INFO] [stderr] 310 | pub struct TextAtlas{
[INFO] [stderr]     | -------------------- similarly named struct `TextAtlas` defined here
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `rust_on_rails`
[INFO] running `Command { std: "docker" "inspect" "4deb9553a8f02d62b7641cdc34675634e31861031c8722dc8b791c87ee7f60e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4deb9553a8f02d62b7641cdc34675634e31861031c8722dc8b791c87ee7f60e6", kill_on_drop: false }`
[INFO] [stdout] 4deb9553a8f02d62b7641cdc34675634e31861031c8722dc8b791c87ee7f60e6