Build #1529013 2024-11-13T05:09:31.863609+00:00
# rustc version
rustc 1.84.0-nightly (f7273e004 2024-11-12)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/heim-disk-0.0.11/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/heim-disk-0.0.11/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241112-1.84.0-nightly-f7273e004\", \"--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] 39ee939b6fe21e4229cb19cda863bb1632a565dff8873afb58bbbf0d222904fe
[INFO] running `Command { std: "docker" "start" "-a" "39ee939b6fe21e4229cb19cda863bb1632a565dff8873afb58bbbf0d222904fe", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: disk_usage, io_counters, partitions, usage
[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 heim-disk v0.0.11 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:11:15
[INFO] [stderr] |
[INFO] [stderr] 11 | /// ext2 (https://en.wikipedia.org/wiki/Ext2)
[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] 11 | /// ext2 (<https://en.wikipedia.org/wiki/Ext2>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:14:15
[INFO] [stderr] |
[INFO] [stderr] 14 | /// ext3 (https://en.wikipedia.org/wiki/Ext3)
[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] 14 | /// ext3 (<https://en.wikipedia.org/wiki/Ext3>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:17:15
[INFO] [stderr] |
[INFO] [stderr] 17 | /// ext4 (https://en.wikipedia.org/wiki/Ext4)
[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] 17 | /// ext4 (<https://en.wikipedia.org/wiki/Ext4>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:20:14
[INFO] [stderr] |
[INFO] [stderr] 20 | /// FAT (https://en.wikipedia.org/wiki/File_Allocation_Table)
[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] 20 | /// FAT (<https://en.wikipedia.org/wiki/File_Allocation_Table>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:23:16
[INFO] [stderr] |
[INFO] [stderr] 23 | /// exFAT (https://en.wikipedia.org/wiki/ExFAT)
[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] 23 | /// exFAT (<https://en.wikipedia.org/wiki/ExFAT>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:26:15
[INFO] [stderr] |
[INFO] [stderr] 26 | /// F2FS (https://en.wikipedia.org/wiki/F2FS)
[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] 26 | /// F2FS (<https://en.wikipedia.org/wiki/F2FS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:29:15
[INFO] [stderr] |
[INFO] [stderr] 29 | /// NTFS (https://en.wikipedia.org/wiki/NTFS)
[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] 29 | /// NTFS (<https://en.wikipedia.org/wiki/NTFS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:32:14
[INFO] [stderr] |
[INFO] [stderr] 32 | /// ZFS (https://en.wikipedia.org/wiki/ZFS)
[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] 32 | /// ZFS (<https://en.wikipedia.org/wiki/ZFS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:35:14
[INFO] [stderr] |
[INFO] [stderr] 35 | /// HFS (https://en.wikipedia.org/wiki/Hierarchical_File_System)
[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] 35 | /// HFS (<https://en.wikipedia.org/wiki/Hierarchical_File_System>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:38:15
[INFO] [stderr] |
[INFO] [stderr] 38 | /// HFS+ (https://en.wikipedia.org/wiki/HFS_Plus)
[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] 38 | /// HFS+ (<https://en.wikipedia.org/wiki/HFS_Plus>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:41:14
[INFO] [stderr] |
[INFO] [stderr] 41 | /// JFS (https://en.wikipedia.org/wiki/JFS_(file_system))
[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] 41 | /// JFS (<https://en.wikipedia.org/wiki/JFS>_(file_system))
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:44:21
[INFO] [stderr] |
[INFO] [stderr] 44 | /// ReiserFS 3 (https://en.wikipedia.org/wiki/ReiserFS)
[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 | /// ReiserFS 3 (<https://en.wikipedia.org/wiki/ReiserFS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:47:21
[INFO] [stderr] |
[INFO] [stderr] 47 | /// ReiserFS 4 (https://en.wikipedia.org/wiki/Reiser4)
[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] 47 | /// ReiserFS 4 (<https://en.wikipedia.org/wiki/Reiser4>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:50:16
[INFO] [stderr] |
[INFO] [stderr] 50 | /// Btrfs (https://en.wikipedia.org/wiki/Btrfs)
[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] 50 | /// Btrfs (<https://en.wikipedia.org/wiki/Btrfs>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:53:19
[INFO] [stderr] |
[INFO] [stderr] 53 | /// MINIX FS (https://en.wikipedia.org/wiki/MINIX_file_system)
[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] 53 | /// MINIX FS (<https://en.wikipedia.org/wiki/MINIX_file_system>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:56:16
[INFO] [stderr] |
[INFO] [stderr] 56 | /// NILFS (https://en.wikipedia.org/wiki/NILFS)
[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] 56 | /// NILFS (<https://en.wikipedia.org/wiki/NILFS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:59:14
[INFO] [stderr] |
[INFO] [stderr] 59 | /// XFS (https://en.wikipedia.org/wiki/XFS)
[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] 59 | /// XFS (<https://en.wikipedia.org/wiki/XFS>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:62:15
[INFO] [stderr] |
[INFO] [stderr] 62 | /// APFS (https://en.wikipedia.org/wiki/Apple_File_System)
[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] 62 | /// APFS (<https://en.wikipedia.org/wiki/Apple_File_System>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/filesystem.rs:66:15
[INFO] [stderr] |
[INFO] [stderr] 66 | /// FUSE (https://en.wikipedia.org/wiki/Filesystem_in_Userspace)
[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] 66 | /// FUSE (<https://en.wikipedia.org/wiki/Filesystem_in_Userspace>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `heim-disk` (lib doc) generated 19 warnings (run `cargo fix --lib -p heim-disk` to apply 19 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/heim_disk/index.html
[INFO] running `Command { std: "docker" "inspect" "39ee939b6fe21e4229cb19cda863bb1632a565dff8873afb58bbbf0d222904fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39ee939b6fe21e4229cb19cda863bb1632a565dff8873afb58bbbf0d222904fe", kill_on_drop: false }`
[INFO] [stdout] 39ee939b6fe21e4229cb19cda863bb1632a565dff8873afb58bbbf0d222904fe