Build #1606245 2025-01-02T19:00:09.124002+00:00
# rustc version
rustc 1.85.0-nightly (45d11e51b 2025-01-01)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tauri-utils-2.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tauri-utils-2.1.1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250101-1.85.0-nightly-45d11e51b\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] 04f756595c478a6f203dd1618ab9b33c4a385fa31a18ed8602c13250f7e16526
[INFO] running `Command { std: "docker" "start" "-a" "04f756595c478a6f203dd1618ab9b33c4a385fa31a18ed8602c13250f7e16526", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting tauri-utils v2.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Assets`
[INFO] [stderr] --> src/assets.rs:110:7
[INFO] [stderr] |
[INFO] [stderr] 110 | /// [`Assets`] implementation that only contains compile-time compressed and embedded assets.
[INFO] [stderr] | ^^^^^^ no item named `Assets` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Self::ScriptWithOptions`
[INFO] [stderr] --> src/config.rs:969:92
[INFO] [stderr] |
[INFO] [stderr] 969 | /// If you need to use whitespace in the command or arguments, use the object notation [`Self::ScriptWithOptions`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the enum `CustomSignCommandConfig` has no variant or associated item named `ScriptWithOptions`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/acl/capability.rs:240:10
[INFO] [stderr] |
[INFO] [stderr] 240 | /// - "https://mydomain.dev/api/*": allows any subpath of mydomain.dev/api
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 240 | /// - "<https://mydomain.dev/api/>*": allows any subpath of mydomain.dev/api
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `h4`
[INFO] [stderr] --> src/acl/manifest.rs:24:34
[INFO] [stderr] |
[INFO] [stderr] 24 | /// Tauri convention is to use <h4> headings in markdown content
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `h4`
[INFO] [stderr] --> src/acl/mod.rs:216:43
[INFO] [stderr] |
[INFO] [stderr] 216 | /// Tauri internal convention is to use <h4> headings in markdown content
[INFO] [stderr] | ^^^^
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/config.rs:346:3
[INFO] [stderr] |
[INFO] [stderr] 346 | /// Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 346 | </// Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `tauri-utils` (lib doc) generated 6 warnings (run `cargo fix --lib -p tauri-utils` to apply 2 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] [stderr] Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/tauri_utils/index.html
[INFO] running `Command { std: "docker" "inspect" "04f756595c478a6f203dd1618ab9b33c4a385fa31a18ed8602c13250f7e16526", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04f756595c478a6f203dd1618ab9b33c4a385fa31a18ed8602c13250f7e16526", kill_on_drop: false }`
[INFO] [stdout] 04f756595c478a6f203dd1618ab9b33c4a385fa31a18ed8602c13250f7e16526