# rustc version rustc 1.100.0-nightly (a69a63265 2026-09-03)
# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "9fc89b423e4d127aa2c1d71c32800dcbeebb36d90b42c77b44ca9c6997d9eaca" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260903-1.100.0-nightly-a69a63265\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:164:1 [INFO] [stderr] | [INFO] [stderr] 164 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `podbox-cli` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: podbox-cli@0.7.2: no podbox-guest workspace found; custom image builds unsupported (prebuilt images only) [INFO] [stderr] Documenting podbox-cli v0.7.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `quadlet` links to private item `container` [INFO] [stderr] --> src/codegen/quadlet/mod.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | //! [`container`], device passthrough in [`devices`], and companion units [INFO] [stderr] | ^^^^^^^^^ this item is private [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 `quadlet` links to private item `devices` [INFO] [stderr] --> src/codegen/quadlet/mod.rs:4:44 [INFO] [stderr] | [INFO] [stderr] 4 | //! [`container`], device passthrough in [`devices`], and companion units [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `quadlet` links to private item `services` [INFO] [stderr] --> src/codegen/quadlet/mod.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | //! in [`services`]. [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `export` links to private item `crate::export::desktop` [INFO] [stderr] --> src/export.rs:3:65 [INFO] [stderr] | [INFO] [stderr] 3 | //! flow (`.desktop` discovery/rewrite lives in the [`desktop`](crate::export::desktop) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `systemd` links to private item `status` [INFO] [stderr] --> src/systemd.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | //! diagnostics in [`status`]. [INFO] [stderr] | ^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `name` [INFO] [stderr] --> src/build.rs:29:52 [INFO] [stderr] | [INFO] [stderr] 29 | /// Build context directory: ~/.local/share/podbox/<name>/ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `name` [INFO] [stderr] --> src/build.rs:37:59 [INFO] [stderr] | [INFO] [stderr] 37 | /// Full build log for a container: ~/.local/state/podbox/<name>/build.log [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `name` [INFO] [stderr] --> src/config/fs.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | /// 1. Canonical path: ~/.config/podbox/profiles/<name>.toml [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `name` [INFO] [stderr] --> src/config/fs.rs:34:43 [INFO] [stderr] | [INFO] [stderr] 34 | /// 2. Legacy root path: ~/.config/podbox/<name>.toml (deprecated) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/export.rs:3:65 [INFO] [stderr] | [INFO] [stderr] 3 | //! flow (`.desktop` discovery/rewrite lives in the [`desktop`](crate::export::desktop) [INFO] [stderr] | --------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 3 - //! flow (`.desktop` discovery/rewrite lives in the [`desktop`](crate::export::desktop) [INFO] [stderr] 3 + //! flow (`.desktop` discovery/rewrite lives in the [`desktop`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `podbox-cli` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/podbox/index.html [INFO] running `Command { std: "docker" "inspect" "9fc89b423e4d127aa2c1d71c32800dcbeebb36d90b42c77b44ca9c6997d9eaca", kill_on_drop: false }`