Build #2113153 2025-05-15 00:10:43
# rustc version
rustc 1.89.0-nightly (414482f6a 2025-05-13)# docs.rs version
docsrs 0.6.0 (d8ea4838 2025-05-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bloom-core-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bloom-core-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250513-1.89.0-nightly-414482f6a\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stdout] 0424a7359d0aa6a7152e5b476d17be64a71d50dcec6e6d58ef92c5c5df61a21b
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "0424a7359d0aa6a7152e5b476d17be64a71d50dcec6e6d58ef92c5c5df61a21b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting bloom-core v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `bloom_core::use_state`
[INFO] [stderr] --> src/component.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// Components are roughly equivalent to React components.
[INFO] [stderr] 15 | | /// The struct itself represents the props of the component.
[INFO] [stderr] 16 | | /// The trait has a render method which contains the component logic.
[INFO] [stderr] 17 | | /// It should return the [Element] type, which is easily generated
[INFO] [stderr] ... |
[INFO] [stderr] 69 | | ///
[INFO] [stderr] 70 | | /// Components should usually implement a builder pattern for construction using the bloom-rsx macro.
[INFO] [stderr] | |_________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Within the render function, hooks can be used such as [bloom_core::use_state] and [bloom_core::use_effect].
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `bloom_core` in scope
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `bloom_core::use_effect`
[INFO] [stderr] --> src/component.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// Components are roughly equivalent to React components.
[INFO] [stderr] 15 | | /// The struct itself represents the props of the component.
[INFO] [stderr] 16 | | /// The trait has a render method which contains the component logic.
[INFO] [stderr] 17 | | /// It should return the [Element] type, which is easily generated
[INFO] [stderr] ... |
[INFO] [stderr] 69 | | ///
[INFO] [stderr] 70 | | /// Components should usually implement a builder pattern for construction using the bloom-rsx macro.
[INFO] [stderr] | |_________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Within the render function, hooks can be used such as [bloom_core::use_state] and [bloom_core::use_effect].
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `bloom_core` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_state`
[INFO] [stderr] --> src/component.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// Components are roughly equivalent to React components.
[INFO] [stderr] 15 | | /// The struct itself represents the props of the component.
[INFO] [stderr] 16 | | /// The trait has a render method which contains the component logic.
[INFO] [stderr] 17 | | /// It should return the [Element] type, which is easily generated
[INFO] [stderr] ... |
[INFO] [stderr] 69 | | ///
[INFO] [stderr] 70 | | /// Components should usually implement a builder pattern for construction using the bloom-rsx macro.
[INFO] [stderr] | |_________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Within the render function, hooks can be used such as [use_state] and [use_effect].
[INFO] [stderr] ^^^^^^^^^
[INFO] [stderr] = note: no item named `use_state` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_effect`
[INFO] [stderr] --> src/component.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// Components are roughly equivalent to React components.
[INFO] [stderr] 15 | | /// The struct itself represents the props of the component.
[INFO] [stderr] 16 | | /// The trait has a render method which contains the component logic.
[INFO] [stderr] 17 | | /// It should return the [Element] type, which is easily generated
[INFO] [stderr] ... |
[INFO] [stderr] 69 | | ///
[INFO] [stderr] 70 | | /// Components should usually implement a builder pattern for construction using the bloom-rsx macro.
[INFO] [stderr] | |_________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Within the render function, hooks can be used such as [use_state] and [use_effect].
[INFO] [stderr] ^^^^^^^^^^
[INFO] [stderr] = note: no item named `use_effect` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> src/component.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// Components are roughly equivalent to React components.
[INFO] [stderr] 15 | | /// The struct itself represents the props of the component.
[INFO] [stderr] 16 | | /// The trait has a render method which contains the component logic.
[INFO] [stderr] 17 | | /// It should return the [Element] type, which is easily generated
[INFO] [stderr] ... |
[INFO] [stderr] 69 | | ///
[INFO] [stderr] 70 | | /// Components should usually implement a builder pattern for construction using the bloom-rsx macro.
[INFO] [stderr] | |_________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = help: mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr] = note: error from rustc: this file contains an unclosed delimiter
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> src/render_loop.rs:156:5
[INFO] [stderr] |
[INFO] [stderr] 156 | /// ```
[INFO] [stderr] | _____^
[INFO] [stderr] 157 | | /// render_loop(get_element_by_id('root'), ...)
[INFO] [stderr] 158 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 156 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `bloom-core` (lib doc) generated 6 warnings (run `cargo fix --lib -p bloom-core` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bloom_core/index.html
[INFO] running `Command { std: "docker" "inspect" "0424a7359d0aa6a7152e5b476d17be64a71d50dcec6e6d58ef92c5c5df61a21b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0424a7359d0aa6a7152e5b476d17be64a71d50dcec6e6d58ef92c5c5df61a21b", kill_on_drop: false }`
[INFO] [stdout] 0424a7359d0aa6a7152e5b476d17be64a71d50dcec6e6d58ef92c5c5df61a21b