uucore 0.0.10

uutils ~ 'core' uutils code library (cross-platform)
Documentation
Build #452205 2021-10-23T22:09:02.264512+00:00
# rustc version
rustc 1.58.0-nightly (514b38779 2021-10-22)
# docs.rs version
docsrs 0.6.0 (06dfd05 2021-10-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/uucore-0.0.10/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/uucore-0.0.10/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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20211022-1.58.0-nightly-514b38779" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 5d0a039cbd1b57fceb0a7d556e7853e39dd2e776a99a85c4708861e341bfb83a
[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" "5d0a039cbd1b57fceb0a7d556e7853e39dd2e776a99a85c4708861e341bfb83a", kill_on_drop: false }`
[INFO] [stderr]  Documenting uucore v0.0.10 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `UCustomError`
[INFO] [stderr]    --> src/lib/mods/backup_control.rs:132:26
[INFO] [stderr]     |
[INFO] [stderr] 132 | /// are implemented as [`UCustomError`] for uniform handling across utilities.
[INFO] [stderr]     |                          ^^^^^^^^^^^^ no item named `UCustomError` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[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/mods/panic.rs:29:7
[INFO] [stderr]    |
[INFO] [stderr] 29 | /// * https://github.com/uutils/coreutils/issues/374
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/uutils/coreutils/issues/374>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib/mods/panic.rs:30:7
[INFO] [stderr]    |
[INFO] [stderr] 30 | /// * https://github.com/uutils/coreutils/pull/1106
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/uutils/coreutils/pull/1106>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib/mods/panic.rs:31:7
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// * https://github.com/rust-lang/rust/issues/62569
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rust/issues/62569>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib/mods/panic.rs:32:7
[INFO] [stderr]    |
[INFO] [stderr] 32 | /// * https://github.com/BurntSushi/ripgrep/issues/200
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/BurntSushi/ripgrep/issues/200>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib/mods/panic.rs:33:7
[INFO] [stderr]    |
[INFO] [stderr] 33 | /// * https://github.com/crev-dev/cargo-crev/issues/287
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/crev-dev/cargo-crev/issues/287>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `uucore` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.92s
[INFO] running `Command { std: "docker" "inspect" "5d0a039cbd1b57fceb0a7d556e7853e39dd2e776a99a85c4708861e341bfb83a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d0a039cbd1b57fceb0a7d556e7853e39dd2e776a99a85c4708861e341bfb83a", kill_on_drop: false }`
[INFO] [stdout] 5d0a039cbd1b57fceb0a7d556e7853e39dd2e776a99a85c4708861e341bfb83a