# rustc version rustc 1.82.0-nightly (f167efad2 2024-08-24)
# docs.rs version docsrs 0.6.0 (a6155e2c 2024-08-13)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/remoteit-api-0.4.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/remoteit-api-0.4.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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240824-1.82.0-nightly-f167efad2\", \"--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] [stdout] 9ef9733b89338501be5ba103045736c3e09d925710687801a8b5c59f060df145 [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" "9ef9733b89338501be5ba103045736c3e09d925710687801a8b5c59f060df145", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting remoteit-api v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `load_from_disk` links to private item `Error::HomeDirNotFound` [INFO] [stderr] --> src/credentials_loader.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | / /// Attempts to load the remote.it credentials from the user's home directory. [INFO] [stderr] 97 | | /// The default location is `~/.remoteit/credentials`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// # Errors [INFO] [stderr] 100 | | /// * [`Error::HomeDirNotFound`], when the [`dirs`] create cannot find the user's home directory. [INFO] [stderr] 101 | | /// * [`Error::CouldNotReadCredentials`], when the credentials file could not be parsed by the [`figment`] crate. [INFO] [stderr] | |_____________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] * [`Error::HomeDirNotFound`], when the [`dirs`] create cannot find the user's home directory. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `load_from_disk` links to private item `Error::CouldNotReadCredentials` [INFO] [stderr] --> src/credentials_loader.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | / /// Attempts to load the remote.it credentials from the user's home directory. [INFO] [stderr] 97 | | /// The default location is `~/.remoteit/credentials`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// # Errors [INFO] [stderr] 100 | | /// * [`Error::HomeDirNotFound`], when the [`dirs`] create cannot find the user's home directory. [INFO] [stderr] 101 | | /// * [`Error::CouldNotReadCredentials`], when the credentials file could not be parsed by the [`figment`] crate. [INFO] [stderr] | |_____________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] * [`Error::CouldNotReadCredentials`], when the credentials file could not be parsed by the [`figment`] crate. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `figment` [INFO] [stderr] --> src/credentials_loader.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | / /// Attempts to load the remote.it credentials from the user's home directory. [INFO] [stderr] 97 | | /// The default location is `~/.remoteit/credentials`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// # Errors [INFO] [stderr] 100 | | /// * [`Error::HomeDirNotFound`], when the [`dirs`] create cannot find the user's home directory. [INFO] [stderr] 101 | | /// * [`Error::CouldNotReadCredentials`], when the credentials file could not be parsed by the [`figment`] crate. [INFO] [stderr] | |_____________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] * [`Error::CouldNotReadCredentials`], when the credentials file could not be parsed by the [`figment`] crate. [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `figment` in scope [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: `remoteit-api` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/remoteit_api/index.html [INFO] running `Command { std: "docker" "inspect" "9ef9733b89338501be5ba103045736c3e09d925710687801a8b5c59f060df145", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef9733b89338501be5ba103045736c3e09d925710687801a8b5c59f060df145", kill_on_drop: false }` [INFO] [stdout] 9ef9733b89338501be5ba103045736c3e09d925710687801a8b5c59f060df145