vfs 0.12.0

A virtual filesystem for Rust
Documentation
Build #1152869 2024-03-09T16:07:49.175141+00:00
# rustc version
rustc 1.78.0-nightly (46b180ec2 2024-03-08)# docs.rs version
docsrs 0.6.0 (66bc9d0e 2024-03-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vfs-0.12.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vfs-0.12.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "embedded-fs async-vfs" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240308-1.78.0-nightly-46b180ec2\", \"--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] a96f4adf83f64cf333012d190a3a650d0aa83a7dde53ae826786435485e9e9e4
[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" "a96f4adf83f64cf333012d190a3a650d0aa83a7dde53ae826786435485e9e9e4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting vfs v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `test_macros::test_vfs`
[INFO] [stderr]   --> src/filesystem.rs:14:33
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Please use the test_macros [test_macros::test_vfs!] and [test_macros::test_vfs_readonly!]
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^ no item named `test_macros` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `test_macros::test_vfs_readonly`
[INFO] [stderr]   --> src/filesystem.rs:14:62
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Please use the test_macros [test_macros::test_vfs!] and [test_macros::test_vfs_readonly!]
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `test_macros` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `test_macros::test_async_vfs`
[INFO] [stderr]   --> src/async_vfs/filesystem.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / /// File system implementations must implement this trait
[INFO] [stderr] 14 | | /// All path parameters are absolute, starting with '/', except for the root directory
[INFO] [stderr] 15 | | /// which is simply the empty string (i.e. "")
[INFO] [stderr] 16 | | /// The character '/' is used to delimit directories on all platforms.
[INFO] [stderr] 17 | | /// Path components may be any UTF-8 string, except "/", "." and ".."
[INFO] [stderr] 18 | | ///
[INFO] [stderr] 19 | | /// Please use the test_macros [test_macros::test_async_vfs!] and [test_macros::test_async_vfs_readonly!]
[INFO] [stderr]    | |_________________________________________________________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            Please use the test_macros [test_macros::test_async_vfs!] and [test_macros::test_async_vfs_readonly!]
[INFO] [stderr]                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `test_macros` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `test_macros::test_async_vfs_readonly`
[INFO] [stderr]   --> src/async_vfs/filesystem.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / /// File system implementations must implement this trait
[INFO] [stderr] 14 | | /// All path parameters are absolute, starting with '/', except for the root directory
[INFO] [stderr] 15 | | /// which is simply the empty string (i.e. "")
[INFO] [stderr] 16 | | /// The character '/' is used to delimit directories on all platforms.
[INFO] [stderr] 17 | | /// Path components may be any UTF-8 string, except "/", "." and ".."
[INFO] [stderr] 18 | | ///
[INFO] [stderr] 19 | | /// Please use the test_macros [test_macros::test_async_vfs!] and [test_macros::test_async_vfs_readonly!]
[INFO] [stderr]    | |_________________________________________________________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            Please use the test_macros [test_macros::test_async_vfs!] and [test_macros::test_async_vfs_readonly!]
[INFO] [stderr]                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `test_macros` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: `vfs` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vfs/index.html
[INFO] running `Command { std: "docker" "inspect" "a96f4adf83f64cf333012d190a3a650d0aa83a7dde53ae826786435485e9e9e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a96f4adf83f64cf333012d190a3a650d0aa83a7dde53ae826786435485e9e9e4", kill_on_drop: false }`
[INFO] [stdout] a96f4adf83f64cf333012d190a3a650d0aa83a7dde53ae826786435485e9e9e4