rust-unixfs 0.5.0

UnixFs tree support
Documentation
Build #1916736 2025-03-27 18:44:56
# rustc version
rustc 1.87.0-nightly (a2e63569f 2025-03-26)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rust-unixfs-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rust-unixfs-0.5.0/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250326-1.87.0-nightly-a2e63569f\", \"--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] 1c227a2edfc537784bc5b4047209a2399dc59f1d5e7d1c37bb617126b4454336
[INFO] running `Command { std: "docker" "start" "-a" "1c227a2edfc537784bc5b4047209a2399dc59f1d5e7d1c37bb617126b4454336", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: add, cat, get, resolve
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting rust-unixfs v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `ipfs_unixfs::walk::Walker`
[INFO] [stderr]  --> src/lib.rs:16:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | | //! The crate aims to provide a blockstore implementation independent of the UnixFs implementation by
[INFO] [stderr]   | |______________________________________________________________________________________^
[INFO] [stderr] ...
[INFO] [stderr] 16| / /// File support.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the link appears in this line:
[INFO] [stderr]           
[INFO] [stderr]           [`ipfs_unixfs::walk::Walker`] should typically be used for accessing file content.
[INFO] [stderr]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   = note: no item named `ipfs_unixfs` in scope
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `next`
[INFO] [stderr]   --> src/walk.rs:88:79
[INFO] [stderr]    |
[INFO] [stderr] 88 |     /// Returns the next [`Cid`] to load and pass its associated content to [`next`].
[INFO] [stderr]    |                                                                               ^^^^ no item named `next` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `should_continue`
[INFO] [stderr]   --> src/walk.rs:92:16
[INFO] [stderr]    |
[INFO] [stderr] 92 |     /// When [`should_continue()`] returns `false`.
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^ no item named `should_continue` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:144:9
[INFO] [stderr]     |
[INFO] [stderr] 144 |     /// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html
[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] 144 |     /// <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html>
[INFO] [stderr]     |         +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-unixfs` (lib doc) generated 4 warnings (run `cargo fix --lib -p rust-unixfs` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rust_unixfs/index.html
[INFO] running `Command { std: "docker" "inspect" "1c227a2edfc537784bc5b4047209a2399dc59f1d5e7d1c37bb617126b4454336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c227a2edfc537784bc5b4047209a2399dc59f1d5e7d1c37bb617126b4454336", kill_on_drop: false }`
[INFO] [stdout] 1c227a2edfc537784bc5b4047209a2399dc59f1d5e7d1c37bb617126b4454336