[INFO] cloning repository https://github.com/pegasusheavy/armybox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pegasusheavy/armybox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpegasusheavy%2Farmybox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpegasusheavy%2Farmybox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9a70cb521326f919426fd8f189f5ee943b27a04a
[INFO] documenting pegasusheavy/armybox/9a70cb521326f919426fd8f189f5ee943b27a04a against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpegasusheavy%2Farmybox" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pegasusheavy/armybox
[INFO] finished tweaking git repo https://github.com/pegasusheavy/armybox
[INFO] tweaked toml for git repo https://github.com/pegasusheavy/armybox written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pegasusheavy/armybox on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pegasusheavy/armybox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3
[INFO] running `Command { std: "docker" "start" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking zstd-nostd v0.1.0 (/opt/rustwide/workdir/crates/zstd-nostd)
[INFO] [stderr]     Checking abp v0.1.0 (/opt/rustwide/workdir/crates/abp)
[INFO] [stderr]  Documenting armybox v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `:group`
[INFO] [stdout]   --> src/applets/file/chown.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// Parse "owner[:group]" string into (uid, gid)
[INFO] [stdout]    |                  ^^^^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `aAcCdDeijsStTu`
[INFO] [stdout]   --> src/applets/file/attrs.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 | /// Mode: [+-=][aAcCdDeijsStTu]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^ no item named `aAcCdDeijsStTu` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `s`
[INFO] [stdout]    --> src/applets/file/attrs.rs:410:52
[INFO] [stdout]     |
[INFO] [stdout] 410 | /// Or: makedevs NAME TYPE MAJOR MINOR FIRST LAST [s]
[INFO] [stdout]     |                                                    ^ no item named `s` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `CC`
[INFO] [stdout]   --> src/applets/file/touch.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// - `-t time`: Use specified time (format: [[CC]YY]MMDDhhmm[.SS])
[INFO] [stdout]    |                                                ^^ no item named `CC` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `CC`
[INFO] [stdout]    --> src/applets/file/touch.rs:195:32
[INFO] [stdout]     |
[INFO] [stdout] 195 | /// Parse touch time format: [[CC]YY]MMDDhhmm[.SS]
[INFO] [stdout]     |                                ^^ no item named `CC` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown disambiguator ``
[INFO] [stdout]   --> src/applets/system/i2ctransfer.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// DESC format: {r|w}LENGTH[@ADDRESS]
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://doc.rust-lang.org/beta/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `newfilename`
[INFO] [stdout]   --> src/applets/system/inotifyd.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// PROG receives: event_type filename [newfilename]
[INFO] [stdout]    |                                         ^^^^^^^^^^^ no item named `newfilename` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FILE`
[INFO] [stdout]   --> src/applets/misc/base64.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// Usage: base32 [-d] [FILE]
[INFO] [stdout]    |                         ^^^^ no item named `FILE` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/applets/misc/diff.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// - `argv`: Argument vector (argv[1] = file1, argv[2] = file2)
[INFO] [stdout]    |                                     ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/applets/misc/diff.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// - `argv`: Argument vector (argv[1] = file1, argv[2] = file2)
[INFO] [stdout]    |                                                      ^ no item named `2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/applets/shell/state.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |     /// positional_params[0] = $0 (script name / shell name)
[INFO] [stdout]    |                           ^ no item named `0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/applets/shell/state.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |     /// positional_params[1] = $1, etc.
[INFO] [stdout]    |                           ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/basename.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/basename.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/basename.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cat.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cat.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cat.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chgrp.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chgrp.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chgrp.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chmod.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chown.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chown.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chown.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cp.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/dirname.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/dirname.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/dirname.html>
[INFO] [stdout]   |                +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/link_cmd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/link.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/link.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/ln.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/ls.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mkdir.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mkfifo.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mknod.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mknod.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mknod.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mv.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/pwd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/realpath.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/realpath.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/realpath.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/rm.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/rmdir.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rmdir.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rmdir.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/sync_cmd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sync.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sync.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/touch.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/unlink.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unlink.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unlink.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/awk.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/comm.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/comm.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/comm.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/cut.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/echo.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/expand.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expand.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expand.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/fold.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/grep.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/head.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/nl.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/nl.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/nl.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/paste.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/paste.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/paste.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/printf.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/sed.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/sort.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/strings.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/strings.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/strings.html>
[INFO] [stdout]   |                +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tail.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tee.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tee.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tee.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tr.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/unexpand.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unexpand.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unexpand.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/uniq.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uniq.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uniq.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/wc.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/wc.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/wc.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/id.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/id.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/id.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/uname.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uname.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uname.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/who.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/who.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/who.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/date.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/date.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/date.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/env.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/env.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/env.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/sleep.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/tty.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tty.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tty.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `name`
[INFO] [stdout]   --> src/applets/system/modinfo.rs:17:40
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Reads module info from /sys/module/<name> or parses the
[INFO] [stdout]    |                                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/process/kill.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/armybox/index.html
[INFO] running `Command { std: "docker" "inspect" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting armybox v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/basename.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/basename.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/basename.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cat.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cat.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cat.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chgrp.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chgrp.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chgrp.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chmod.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/chown.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chown.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chown.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/cp.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/dirname.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/dirname.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/dirname.html>
[INFO] [stdout]   |                +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/link_cmd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/link.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/link.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/ln.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/ls.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mkdir.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mkfifo.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mknod.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mknod.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mknod.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/mv.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/pwd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/realpath.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/realpath.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/realpath.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/rm.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rm.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/rmdir.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rmdir.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/rmdir.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/sync_cmd.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sync.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sync.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/touch.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/file/unlink.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unlink.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unlink.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/awk.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/comm.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/comm.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/comm.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/cut.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/echo.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/expand.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expand.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expand.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/fold.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/grep.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/head.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/nl.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/nl.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/nl.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/paste.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/paste.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/paste.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/printf.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html>
[INFO] [stdout]   |                +                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/sed.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/sort.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/strings.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/strings.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/strings.html>
[INFO] [stdout]   |                +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tail.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tee.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tee.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tee.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/tr.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/unexpand.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unexpand.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/unexpand.html>
[INFO] [stdout]   |                +                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/uniq.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uniq.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uniq.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/text/wc.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/wc.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/wc.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/id.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/id.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/id.html>
[INFO] [stdout]   |                +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/uname.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uname.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uname.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/who.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/who.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/who.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/date.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/date.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/date.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/env.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/env.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/env.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/sleep.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>
[INFO] [stdout]   |                +                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/system/tty.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tty.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tty.html>
[INFO] [stdout]   |                +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/applets/process/kill.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Reference: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html>
[INFO] [stdout]   |                +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/armybox/index.html
[INFO] running `Command { std: "docker" "inspect" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3", kill_on_drop: false }`
[INFO] [stdout] 2ea7089777695767d19582bc5759177ca89eb8fb98e8686bd67b9d6310d308b3
