lpfs 0.2.0

Retriving infomations from linux proc filesystem
Documentation
Build #1753949 2025-02-14 17:59:22
# rustc version
rustc 1.86.0-nightly (a567209da 2025-02-13)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lpfs-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lpfs-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 3b672d5cd84d3a4210482592857096c9c2ac51f49abca031fcfac4477b7dbe1d
[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" "3b672d5cd84d3a4210482592857096c9c2ac51f49abca031fcfac4477b7dbe1d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting lpfs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/task.rs:1:14
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! > /proc/[pid]/task (since Linux 2.6.0-test6)
[INFO] [stderr]   |              ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]  --> src/pid/task.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! > thread ID ([tid]) of the thread (see gettid(2)).    Within each of these subdirectories, there is a set of files with the  same  names
[INFO] [stderr]   |                   ^^^ no item named `tid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/task.rs:4:44
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! > and  contents  as  under    the  /proc/[pid] directories.  For attributes that are shared by all threads, the contents for each of the
[INFO] [stderr]   |                                               ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]  --> src/pid/task.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! > files under the task/[tid] subdirectories will be the same as in the corresponding file in the parent /proc/[pid]  directory  (e.g.,
[INFO] [stderr]   |                             ^^^ no item named `tid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/task.rs:5:116
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! > files under the task/[tid] subdirectories will be the same as in the corresponding file in the parent /proc/[pid]  directory  (e.g.,
[INFO] [stderr]   |                                                                                                                    ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]  --> src/pid/task.rs:6:58
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! > in  a  multithreaded  process,  all  of  the task/[tid]/cwd files will have the same value as the /proc/[pid]/cwd file in the parent
[INFO] [stderr]   |                                                          ^^^ no item named `tid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/task.rs:6:112
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! > in  a  multithreaded  process,  all  of  the task/[tid]/cwd files will have the same value as the /proc/[pid]/cwd file in the parent
[INFO] [stderr]   |                                                                                                                ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]  --> src/pid/task.rs:8:41
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! > corresponding  files  under task/[tid] may have different values (e.g., various fields in each of the task/[tid]/status files may be
[INFO] [stderr]   |                                         ^^^ no item named `tid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]  --> src/pid/task.rs:8:115
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! > corresponding  files  under task/[tid] may have different values (e.g., various fields in each of the task/[tid]/status files may be
[INFO] [stderr]   |                                                                                                                   ^^^ no item named `tid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]   --> src/pid/task.rs:11:62
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! > In a multithreaded process, the contents of the /proc/[pid]/task directory are not available if the main thread has  already  termi-
[INFO] [stderr]    |                                                              ^^^ no item named `pid` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/stat.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! /proc/[pid]/stat
[INFO] [stderr]   |            ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]    --> src/pid/stat.rs:297:5
[INFO] [stderr]     |
[INFO] [stderr] 297 | /     /// Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr] 298 | |     /// Returned by [`stat_of()`](fn.stat_of.html).
[INFO] [stderr] 299 | |     /// 
[INFO] [stderr] 300 | |     /// Reference to [`fs/proc/array.c`](https://github.com/torvalds/linux/blob/master/fs/proc/array.c)
[INFO] [stderr]     | |_______________________________________________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr]                                             ^^^
[INFO] [stderr]     = note: no item named `pid` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in the macro `define_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]    --> src/pid/stat.rs:297:5
[INFO] [stderr]     |
[INFO] [stderr] 297 | /     /// Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr] 298 | |     /// Returned by [`stat_of()`](fn.stat_of.html).
[INFO] [stderr] 299 | |     /// 
[INFO] [stderr] 300 | |     /// Reference to [`fs/proc/array.c`](https://github.com/torvalds/linux/blob/master/fs/proc/array.c)
[INFO] [stderr]     | |_______________________________________________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr]                                                                  ^^^
[INFO] [stderr]     = note: no item named `pid` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in the macro `define_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `tid`
[INFO] [stderr]    --> src/pid/stat.rs:297:5
[INFO] [stderr]     |
[INFO] [stderr] 297 | /     /// Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr] 298 | |     /// Returned by [`stat_of()`](fn.stat_of.html).
[INFO] [stderr] 299 | |     /// 
[INFO] [stderr] 300 | |     /// Reference to [`fs/proc/array.c`](https://github.com/torvalds/linux/blob/master/fs/proc/array.c)
[INFO] [stderr]     | |_______________________________________________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             Represent the content of /proc/[pid]/stat and /proc/[pid]/task/[tid]/stat. 
[INFO] [stderr]                                                                             ^^^
[INFO] [stderr]     = note: no item named `tid` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in the macro `define_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]   --> src/pid/comm.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | /     /// Represent the content of /proc/[pid]/comm, returned by [`comm_of()`](fn.comm_of.html).
[INFO] [stderr] 13 | |     /// 
[INFO] [stderr] 14 | |     /// This is an String wrapper with implement of Deref trait.
[INFO] [stderr]    | |________________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            Represent the content of /proc/[pid]/comm, returned by [`comm_of()`](fn.comm_of.html).
[INFO] [stderr]                                            ^^^
[INFO] [stderr]    = note: no item named `pid` in scope
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `define_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `pid`
[INFO] [stderr]  --> src/pid/fd.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! /proc/[pid]/fd/ 
[INFO] [stderr]   |            ^^^ no item named `pid` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `7774817`
[INFO] [stderr]   --> src/pid/fd.rs:95:76
[INFO] [stderr]    |
[INFO] [stderr] 95 | //! > lrwx------    1 root     root           64 May  8 11:31 4 -> socket:[7774817]
[INFO] [stderr]    |                                                                            ^^^^^^^ no item named `7774817` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `7774829`
[INFO] [stderr]   --> src/pid/fd.rs:97:76
[INFO] [stderr]    |
[INFO] [stderr] 97 | //! > lrwx------    1 root     root           64 May  8 11:31 6 -> socket:[7774829]
[INFO] [stderr]    |                                                                            ^^^^^^^ no item named `7774829` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `linear`
[INFO] [stderr]  --> src/proc/mdstat.rs:6:24
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! > Personalities : [linear] [raid1] read_ahead 1024 sectors
[INFO] [stderr]   |                        ^^^^^^ no item named `linear` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `raid1`
[INFO] [stderr]  --> src/proc/mdstat.rs:6:33
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! > Personalities : [linear] [raid1] read_ahead 1024 sectors
[INFO] [stderr]   |                                 ^^^^^ no item named `raid1` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]  --> src/proc/mdstat.rs:7:30
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > md0: active raid1 sda2[1] sdb2[0] 9940 blocks [2/2] [UU] resync=1% finish=12.3min algorithm 2 [3/3] [UUU]
[INFO] [stderr]   |                              ^ no item named `1` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]  --> src/proc/mdstat.rs:7:38
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > md0: active raid1 sda2[1] sdb2[0] 9940 blocks [2/2] [UU] resync=1% finish=12.3min algorithm 2 [3/3] [UUU]
[INFO] [stderr]   |                                      ^ no item named `0` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `UU`
[INFO] [stderr]  --> src/proc/mdstat.rs:7:60
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > md0: active raid1 sda2[1] sdb2[0] 9940 blocks [2/2] [UU] resync=1% finish=12.3min algorithm 2 [3/3] [UUU]
[INFO] [stderr]   |                                                            ^^ no item named `UU` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `UUU`
[INFO] [stderr]  --> src/proc/mdstat.rs:7:108
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > md0: active raid1 sda2[1] sdb2[0] 9940 blocks [2/2] [UU] resync=1% finish=12.3min algorithm 2 [3/3] [UUU]
[INFO] [stderr]   |                                                                                                            ^^^ no item named `UUU` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/pid/task.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! > -- https://www.unix.com/man-page/suse/5/proc/
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! > -- <https://www.unix.com/man-page/suse/5/proc/>
[INFO] [stderr]    |          +                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/pid/comm.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! > https://www.kernel.org/doc/Documentation/filesystems/proc.txt
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! > <https://www.kernel.org/doc/Documentation/filesystems/proc.txt>
[INFO] [stderr]   |       +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `pid`
[INFO] [stderr]  --> src/pid/comm.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! > 3.6    /proc/<pid>/comm  & /proc/<pid>/task/<tid>/comm
[INFO] [stderr]   |                    ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `pid`
[INFO] [stderr]  --> src/pid/comm.rs:1:37
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! > 3.6    /proc/<pid>/comm  & /proc/<pid>/task/<tid>/comm
[INFO] [stderr]   |                                        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `tid`
[INFO] [stderr]  --> src/pid/comm.rs:1:48
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! > 3.6    /proc/<pid>/comm  & /proc/<pid>/task/<tid>/comm
[INFO] [stderr]   |                                                   ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/pid/fd.rs:86:10
[INFO] [stderr]    |
[INFO] [stderr] 86 | //! > -- http://man7.org/linux/man-pages/man5/proc.5.html
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 86 | //! > -- <http://man7.org/linux/man-pages/man5/proc.5.html>
[INFO] [stderr]    |          +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/pid/fd.rs:100:10
[INFO] [stderr]     |
[INFO] [stderr] 100 | ...-- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-directories#s2-proc-processdirs
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 100 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-directories#s2-proc-processdirs>
[INFO] [stderr]     |          +                                                                                                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `file-type`
[INFO] [stderr]   --> src/pid/fd.rs:26:22
[INFO] [stderr]    |
[INFO] [stderr] 26 | //! >     anon_inode:<file-type>
[INFO] [stderr]    |                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/apm.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-apm
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 24 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-apm>
[INFO] [stderr]    |          +                                                                                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/apm.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | //! > -- https://github.com/torvalds/linux/blob/86c2f5d653058798703549e1be39a819fcac0d5d/arch/x86/kernel/apm_32.c
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 64 | //! > -- <https://github.com/torvalds/linux/blob/86c2f5d653058798703549e1be39a819fcac0d5d/arch/x86/kernel/apm_32.c>
[INFO] [stderr]    |          +                                                                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/cpuinfo.rs:42:10
[INFO] [stderr]    |
[INFO] [stderr] 42 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-cpuinfo
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 42 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-cpuinfo>
[INFO] [stderr]    |          +                                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/cpuinfo.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 51 | //! > -- https://manpages.debian.org/testing/manpages/procfs.5.en.html#Files_and_directories
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 51 | //! > -- <https://manpages.debian.org/testing/manpages/procfs.5.en.html#Files_and_directories>
[INFO] [stderr]    |          +                                                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/stat.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-stat
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 45 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-stat>
[INFO] [stderr]    |          +                                                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proc/stat.rs:101:10
[INFO] [stderr]     |
[INFO] [stderr] 101 | //! > -- https://manpages.debian.org/testing/manpages/procfs.5.en.html
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 101 | //! > -- <https://manpages.debian.org/testing/manpages/procfs.5.en.html>
[INFO] [stderr]     |          +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/loadavg.rs:15:10
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! > -- http://man7.org/linux/man-pages/man5/proc.5.html
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! > -- <http://man7.org/linux/man-pages/man5/proc.5.html>
[INFO] [stderr]    |          +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/loadavg.rs:31:10
[INFO] [stderr]    |
[INFO] [stderr] 31 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-loadavg
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 31 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-loadavg>
[INFO] [stderr]    |          +                                                                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/kcore.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kcore
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kcore>
[INFO] [stderr]   |          +                                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/uptime.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kcore
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kcore>
[INFO] [stderr]   |          +                                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/buddyinfo.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-buddyinfo
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 12 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-buddyinfo>
[INFO] [stderr]    |          +                                                                                                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/buddyinfo.rs:33:10
[INFO] [stderr]    |
[INFO] [stderr] 33 | //! > -- https://www.kernel.org/doc/Documentation/filesystems/proc.txt
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 33 | //! > -- <https://www.kernel.org/doc/Documentation/filesystems/proc.txt>
[INFO] [stderr]    |          +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/buddyinfo.rs:62:10
[INFO] [stderr]    |
[INFO] [stderr] 62 | //! > -- https://manpages.debian.org/testing/manpages/procfs.5.en.html
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 62 | //! > -- <https://manpages.debian.org/testing/manpages/procfs.5.en.html>
[INFO] [stderr]    |          +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/buddyinfo.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 67 | /     /// Represent the an entry of /proc/buddyinfo
[INFO] [stderr] 68 | |     /// 
[INFO] [stderr] 69 | |     /// Reference to [`mm/vmstat.c`]
[INFO] [stderr] 70 | |     /// (https://github.com/torvalds/linux/blob/89d57dddd7d319ded00415790a0bb3c954b7e386/mm/vmstat.c#L1356).
[INFO] [stderr]    | |____________________________________________________________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: this warning originates in the macro `define_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 67 ~     </// Represent the an entry of /proc/buddyinfo
[INFO] [stderr] 68 |     /// 
[INFO] [stderr] 69 |     /// Reference to [`mm/vmstat.c`]
[INFO] [stderr] 70 ~     /// (https://github.com/torvalds/linux/blob/89d57dddd7d319ded00415790a0bb3c954b7e386/mm/vmstat.c#L1356).>
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/pagetypeinfo.rs:30:25
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! > from libhugetlbfs http://sourceforge.net/projects/libhugetlbfs/), one can
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! > from libhugetlbfs <http://sourceforge.net/projects/libhugetlbfs/>), one can
[INFO] [stderr]    |                         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/pagetypeinfo.rs:37:10
[INFO] [stderr]    |
[INFO] [stderr] 37 | //! > -- https://android.googlesource.com/kernel/msm/+/android-wear-5.1.1_r0.6/Documentation/filesystems/proc.txt?autodive=0%2F%2F%2F#716
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 37 | //! > -- <https://android.googlesource.com/kernel/msm/+/android-wear-5.1.1_r0.6/Documentation/filesystems/proc.txt?autodive=0%2F%2F%2F#716>
[INFO] [stderr]    |          +                                                                                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/crypto.rs:17:10
[INFO] [stderr]    |
[INFO] [stderr] 17 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-crypto
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 17 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-crypto>
[INFO] [stderr]    |          +                                                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/version.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! > -- http://man7.org/linux/man-pages/man5/proc.5.html
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! > -- <http://man7.org/linux/man-pages/man5/proc.5.html>
[INFO] [stderr]   |          +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/dma.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! > -- https://www.unix.com/man-page/suse/5/proc/
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! > -- <https://www.unix.com/man-page/suse/5/proc/>
[INFO] [stderr]   |          +                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/execdomains.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#idm139745909615040
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#idm139745909615040>
[INFO] [stderr]   |          +                                                                                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/fb.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-fb
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-fb>
[INFO] [stderr]   |          +                                                                                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/filesystems.rs:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-filesystems
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 27 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-filesystems>
[INFO] [stderr]    |        +                                                                                                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/interrupts.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | //! https://github.com/torvalds/linux/blob/cef7298262e9af841fb70d8673af45caf55300a1/kernel/irq/proc.c
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 2 | //! <https://github.com/torvalds/linux/blob/cef7298262e9af841fb70d8673af45caf55300a1/kernel/irq/proc.c>
[INFO] [stderr]   |     +                                                                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/interrupts.rs:39:8
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-interrupts
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-interrupts>
[INFO] [stderr]    |        +                                                                                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/interrupts.rs:52:8
[INFO] [stderr]    |
[INFO] [stderr] 52 | //! -- http://man7.org/linux/man-pages/man5/proc.5.html
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 52 | //! -- <http://man7.org/linux/man-pages/man5/proc.5.html>
[INFO] [stderr]    |        +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/iomem.rs:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-iomem
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 23 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-iomem>
[INFO] [stderr]    |        +                                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/ioports.rs:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-ioports
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-ioports>
[INFO] [stderr]    |        +                                                                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/locks.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kmsg
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-kmsg>
[INFO] [stderr]    |        +                                                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/mdstat.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mdstat
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mdstat>
[INFO] [stderr]    |        +                                                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `none`
[INFO] [stderr]  --> src/proc/mdstat.rs:3:59
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! > Personalities :  read_ahead not set unused devices: <none>
[INFO] [stderr]   |                                                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `none`
[INFO] [stderr]  --> src/proc/mdstat.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! > unused devices: <none>
[INFO] [stderr]   |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/meminfo.rs:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-meminfo
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 55 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-meminfo>
[INFO] [stderr]    |        +                                                                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/modules.rs:28:8
[INFO] [stderr]    |
[INFO] [stderr] 28 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-modules
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 28 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-modules>
[INFO] [stderr]    |        +                                                                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/mounts.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mounts
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 19 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mounts>
[INFO] [stderr]    |        +                                                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/mtrr.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | //!  -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mtrr
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 9 | //!  -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-mtrr>
[INFO] [stderr]   |         +                                                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/mtrr.rs:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 | //! -- https://www.kernel.org/doc/Documentation/x86/mtrr.txt
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 23 | //! -- <https://www.kernel.org/doc/Documentation/x86/mtrr.txt>
[INFO] [stderr]    |        +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `version`
[INFO] [stderr]  --> src/proc/mtrr.rs:7:33
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! > /usr/share/doc/kernel-doc-<version>/Documentation/mtrr.txt
[INFO] [stderr]   |                                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proc/partitions.rs:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-partitions
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-partitions>
[INFO] [stderr]    |        +                                                                                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/proc/swaps.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! -- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-swaps
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! -- <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-proc-topfiles#s2-proc-swaps>
[INFO] [stderr]   |        +                                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: `lpfs` (lib doc) generated 71 warnings (run `cargo fix --lib -p lpfs` to apply 40 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lpfs/index.html
[INFO] running `Command { std: "docker" "inspect" "3b672d5cd84d3a4210482592857096c9c2ac51f49abca031fcfac4477b7dbe1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b672d5cd84d3a4210482592857096c9c2ac51f49abca031fcfac4477b7dbe1d", kill_on_drop: false }`
[INFO] [stdout] 3b672d5cd84d3a4210482592857096c9c2ac51f49abca031fcfac4477b7dbe1d