# rustc version rustc 1.94.0-nightly (0e8999942 2025-12-30)
# 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/openkit-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/openkit-0.1.2/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\", \"-20251230-1.94.0-nightly-0e8999942\", \"--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] b890e856eabd1e45a42b92df98b7c5a5ba8e2c8358fdbddeac8ff80e68d7e184 [INFO] running `Command { std: "docker" "start" "-a" "b890e856eabd1e45a42b92df98b7c5a5ba8e2c8358fdbddeac8ff80e68d7e184", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: angular_style, custom_css, hello_world, theme_toggle [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting openkit v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `view` [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | //! - [`view!`] - Declarative widget tree syntax (like JSX/SwiftUI) [INFO] [stderr] | ^^^^^ no item named `view` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `view` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `style` [INFO] [stderr] --> src/macros.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | //! - [`style!`] - Inline CSS-like styling [INFO] [stderr] | ^^^^^^ no item named `style` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `style` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `class` [INFO] [stderr] --> src/macros.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | //! - [`class!`] - Multiple class names [INFO] [stderr] | ^^^^^^ no item named `class` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `class` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `col` [INFO] [stderr] --> src/macros.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | //! - [`col!`] / [`row!`] - Quick layout containers [INFO] [stderr] | ^^^^ no item named `col` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `col` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `row` [INFO] [stderr] --> src/macros.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | //! - [`col!`] / [`row!`] - Quick layout containers [INFO] [stderr] | ^^^^ no item named `row` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `row` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `on_click` [INFO] [stderr] --> src/macros.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | //! - [`on_click!`] - Event handler shorthand [INFO] [stderr] | ^^^^^^^^^ no item named `on_click` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `property` [INFO] [stderr] --> src/component.rs:759:35 [INFO] [stderr] | [INFO] [stderr] 759 | /// Property binding macro (like [property]="value"). [INFO] [stderr] | ^^^^^^^^ no item named `property` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `WinitWindow` [INFO] [stderr] --> src/platform/window.rs:84:35 [INFO] [stderr] | [INFO] [stderr] 84 | /// Get a reference to the Arc<WinitWindow>. [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 84 | /// Get a reference to the `Arc<WinitWindow>`. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `openkit` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/openkit/index.html [INFO] running `Command { std: "docker" "inspect" "b890e856eabd1e45a42b92df98b7c5a5ba8e2c8358fdbddeac8ff80e68d7e184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b890e856eabd1e45a42b92df98b7c5a5ba8e2c8358fdbddeac8ff80e68d7e184", kill_on_drop: false }` [INFO] [stdout] b890e856eabd1e45a42b92df98b7c5a5ba8e2c8358fdbddeac8ff80e68d7e184