rustic-rs 0.11.2

rustic - fast, encrypted, deduplicated backups powered by Rust
Documentation
Build #3100713 2026-04-05 11:52:41

# rustc version rustc 1.96.0-nightly (e0e95a718 2026-04-04)

# docs.rs version docsrs 0.0.0 (c1f9de8e135af80a92999a0f7ded8c3997b50c40 2026-04-02 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rustic-rs-0.11.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rustic-rs-0.11.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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--document-private-items\", \"--generate-link-to-definition\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260404-1.96.0-nightly-e0e95a718\", \"--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] a706ad80364facdc3d95b0f3ea4d55673c7be3d309f5907529f889e263b8058f [INFO] running `Command { std: "docker" "start" "-a" "a706ad80364facdc3d95b0f3ea4d55673c7be3d309f5907529f889e263b8058f", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rustic-rs v0.11.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `rustic_core::error::RepositoryErrorKind::IdNotFound` [INFO] [stderr] --> src/commands/diff.rs:267:42 [INFO] [stderr] | [INFO] [stderr] 267 | /// [`RepositoryErrorKind::IdNotFound`]: rustic_core::error::RepositoryErrorKind::IdNotFound [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `error` in module `rustic_core` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository` [INFO] [stderr] --> src/commands/webdav/webdavfs.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | /// The [`Repository`] to use [INFO] [stderr] | ^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository` [INFO] [stderr] --> src/commands/webdav/webdavfs.rs:53:66 [INFO] [stderr] | [INFO] [stderr] 53 | /// It implements [`DavFileSystem`] and can be used to serve a [`Repository`] via DAV. [INFO] [stderr] | ^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository` [INFO] [stderr] --> src/commands/webdav/webdavfs.rs:64:26 [INFO] [stderr] | [INFO] [stderr] 64 | /// * `repo` - The [`Repository`] to use [INFO] [stderr] | ^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::repofile::Tree` [INFO] [stderr] --> src/commands/webdav/webdavfs.rs:97:19 [INFO] [stderr] | [INFO] [stderr] 97 | /// [`Tree`]: crate::repofile::Tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `repofile` in module `rustic_rs` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::repofile::Tree` [INFO] [stderr] --> src/commands/webdav/webdavfs.rs:125:19 [INFO] [stderr] | [INFO] [stderr] 125 | /// [`Tree`]: crate::repofile::Tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `repofile` in module `rustic_rs` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/commands/mount.rs:34:77 [INFO] [stderr] | [INFO] [stderr] 34 | ...es in the path template. See https://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html for format options. [default... [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] 34 | /// The time template to use to display times in the path template. See <https://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html> for format options. [default: "%Y-%m-%d_%H-%M-%S"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/commands/webdav.rs:44:77 [INFO] [stderr] | [INFO] [stderr] 44 | ...es in the path template. See https://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html for format options. [default... [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] 44 | /// The time template to use to display times in the path template. See <https://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html> for format options. [default: "%Y-%m-%d_%H-%M-%S"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/commands/webdav.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | /// see https://github.com/rustic-rs/rustic/issues/1242 [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] 96 | /// see <https://github.com/rustic-rs/rustic/issues/1242> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `rustic-rs` (lib doc) generated 9 warnings (run `cargo fix --lib -p rustic-rs` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rustic_rs/index.html [INFO] running `Command { std: "docker" "inspect" "a706ad80364facdc3d95b0f3ea4d55673c7be3d309f5907529f889e263b8058f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a706ad80364facdc3d95b0f3ea4d55673c7be3d309f5907529f889e263b8058f", kill_on_drop: false }` [INFO] [stdout] a706ad80364facdc3d95b0f3ea4d55673c7be3d309f5907529f889e263b8058f