[INFO] cloning repository https://github.com/andrewdavidmackenzie/libproc-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewdavidmackenzie/libproc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewdavidmackenzie%2Flibproc-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewdavidmackenzie%2Flibproc-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 43a5f19c3d6620537bf3a28a5f9c73ae5c7d644f
[INFO] documenting andrewdavidmackenzie/libproc-rs against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewdavidmackenzie%2Flibproc-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/andrewdavidmackenzie/libproc-rs
[INFO] finished tweaking git repo https://github.com/andrewdavidmackenzie/libproc-rs
[INFO] tweaked toml for git repo https://github.com/andrewdavidmackenzie/libproc-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andrewdavidmackenzie/libproc-rs on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 71 packages to highest compatible versions
[INFO] [stderr]       Adding bindgen v0.72.1 (available: v0.73.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe
[INFO] running `Command { std: "docker" "start" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe", 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" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling either v1.18.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clang-sys v1.9.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling libproc v0.14.11 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting libproc v0.14.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           See [`crate::libproc::proc_pid::kproc_info`] and
[INFO] [stdout]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `kproc_info` in module `proc_pid`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info_raw`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`crate::libproc::proc_pid::kproc_info_raw`].
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `kproc_info_raw` in module `proc_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info`
[INFO] [stdout]    --> src/libproc/kinfo.rs:161:11
[INFO] [stdout]     |
[INFO] [stdout] 161 | /// Use [`crate::libproc::proc_pid::kproc_info`] for a friendly wrapper, or
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `kproc_info` in module `proc_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info_raw`
[INFO] [stdout]    --> src/libproc/kinfo.rs:162:7
[INFO] [stdout]     |
[INFO] [stdout] 162 | /// [`crate::libproc::proc_pid::kproc_info_raw`] to obtain this raw structure.
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `kproc_info_raw` in module `proc_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::bsd_info::BSDInfo`
[INFO] [stdout]    --> src/libproc/kinfo.rs:173:39
[INFO] [stdout]     |
[INFO] [stdout] 173 | /// Unlike the `proc_pidinfo`-based [`crate::libproc::bsd_info::BSDInfo`], this
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BSDInfo` in module `bsd_info`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `PIDInfo`
[INFO] [stdout]     |
[INFO] [stdout] 173 - /// Unlike the `proc_pidinfo`-based [`crate::libproc::bsd_info::BSDInfo`], this
[INFO] [stdout] 173 + /// Unlike the `proc_pidinfo`-based [`crate::libproc::bsd_info::PIDInfo`], this
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           See [`crate::libproc::proc_pid::kproc_info`] and
[INFO] [stdout]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `kproc_info` in module `proc_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::libproc::proc_pid::kproc_info_raw`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`crate::libproc::proc_pid::kproc_info_raw`].
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `kproc_info_raw` in module `proc_pid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/proc_pid.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use std::env;
[INFO] [stdout]   2 | | #[cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))]
[INFO] [stdout]   3 | | use std::ffi::CString;
[INFO] [stdout]   4 | | #[cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))]
[INFO] [stdout] ...   |
[INFO] [stdout] 972 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get information about processes using mainly the `pid``
[INFO] [stdout]     = help: ends near `Get basic information about processes by PID`
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/proc_pid.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use std::env;
[INFO] [stdout]   2 | | #[cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))]
[INFO] [stdout]   3 | | use std::ffi::CString;
[INFO] [stdout]   4 | | #[cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))]
[INFO] [stdout] ...   |
[INFO] [stdout] 972 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get basic information about processes by PID`
[INFO] [stdout]     = help: ends near `Get basic information about processes by PID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/kmesg_buffer.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]   2 | | use std::str;
[INFO] [stdout]   3 | |
[INFO] [stdout]   4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Read messages from the Kernel Message Buffer`
[INFO] [stdout]     = help: ends near `Get messages from the kernel message buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/kmesg_buffer.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]   2 | | use std::str;
[INFO] [stdout]   3 | |
[INFO] [stdout]   4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get messages from the kernel message buffer`
[INFO] [stdout]     = help: ends near `Get messages from the kernel message buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/pid_rusage.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]   2 | | use crate::libproc::helpers;
[INFO] [stdout]   3 | |
[INFO] [stdout]   4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get information about resource usage of processes`
[INFO] [stdout]     = help: ends near `Information about Process Resource Usage - added in Mac OS X 10.9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/pid_rusage.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]   2 | | use crate::libproc::helpers;
[INFO] [stdout]   3 | |
[INFO] [stdout]   4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Information about Process Resource Usage - added in Mac OS X 10.9`
[INFO] [stdout]     = help: ends near `Information about Process Resource Usage - added in Mac OS X 10.9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/bsd_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | | #[cfg(target_os = "macos")]
[INFO] [stdout]  3 | | pub use crate::osx_libproc_bindings::proc_bsdinfo as BSDInfo;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Get information specific to BSD/Darwin on macos`
[INFO] [stdout]    = help: ends near `BSD specific information - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/bsd_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | | #[cfg(target_os = "macos")]
[INFO] [stdout]  3 | | pub use crate::osx_libproc_bindings::proc_bsdinfo as BSDInfo;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `BSD specific information - very macos specific`
[INFO] [stdout]    = help: ends near `BSD specific information - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/file_info.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use crate::libproc::helpers;
[INFO] [stdout]   2 | | use crate::libproc::proc_pid::{ListPIDInfo, PidInfoFlavor};
[INFO] [stdout]   3 | | use std::mem;
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get information about a process's use of different types of file descriptors`
[INFO] [stdout]     = help: ends near `Information about Files and File Descriptors used by processes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/file_info.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use crate::libproc::helpers;
[INFO] [stdout]   2 | | use crate::libproc::proc_pid::{ListPIDInfo, PidInfoFlavor};
[INFO] [stdout]   3 | | use std::mem;
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Information about Files and File Descriptors used by processes`
[INFO] [stdout]     = help: ends near `Information about Files and File Descriptors used by processes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/net_info.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use crate::libproc::file_info::{PIDFDInfo, PIDFDInfoFlavor};
[INFO] [stdout]   2 | |
[INFO] [stdout]   3 | | #[cfg(target_os = "macos")]
[INFO] [stdout]   4 | | use libc::SOCK_MAXADDRLEN;
[INFO] [stdout] ...   |
[INFO] [stdout] 471 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get information about a processes use of network, sockets etc.`
[INFO] [stdout]     = help: ends near `Information about Network usage by a process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/net_info.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / use crate::libproc::file_info::{PIDFDInfo, PIDFDInfoFlavor};
[INFO] [stdout]   2 | |
[INFO] [stdout]   3 | | #[cfg(target_os = "macos")]
[INFO] [stdout]   4 | | use libc::SOCK_MAXADDRLEN;
[INFO] [stdout] ...   |
[INFO] [stdout] 471 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Information about Network usage by a process`
[INFO] [stdout]     = help: ends near `Information about Network usage by a process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/task_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]  2 | | use crate::libproc::bsd_info::BSDInfo;
[INFO] [stdout]  3 | | use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Get information about a process's BSD Tasks`
[INFO] [stdout]    = help: ends near `Information about Tasks - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/task_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / #[cfg(target_os = "macos")]
[INFO] [stdout]  2 | | use crate::libproc::bsd_info::BSDInfo;
[INFO] [stdout]  3 | | use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  4 | | #[cfg(target_os = "macos")]
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Information about Tasks - very macos specific`
[INFO] [stdout]    = help: ends near `Information about Tasks - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/thread_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | | #[cfg(target_os = "macos")]
[INFO] [stdout]  3 | | pub use crate::osx_libproc_bindings::proc_threadinfo as ThreadInfo;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Get information about threads within a process`
[INFO] [stdout]    = help: ends near `Information about Threads running inside processes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/thread_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | | #[cfg(target_os = "macos")]
[INFO] [stdout]  3 | | pub use crate::osx_libproc_bindings::proc_threadinfo as ThreadInfo;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Information about Threads running inside processes`
[INFO] [stdout]    = help: ends near `Information about Threads running inside processes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/work_queue_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | |
[INFO] [stdout]  3 | | /// Structure for work queue items
[INFO] [stdout]  4 | | #[derive(Default)]
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Get information about Work Queues`
[INFO] [stdout]    = help: ends near `Information about Work Queues - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/libproc/work_queue_info.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::libproc::proc_pid::{PIDInfo, PidInfoFlavor};
[INFO] [stdout]  2 | |
[INFO] [stdout]  3 | | /// Structure for work queue items
[INFO] [stdout]  4 | | #[derive(Default)]
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Information about Work Queues - very macos specific`
[INFO] [stdout]    = help: ends near `Information about Work Queues - very macos specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/kinfo.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! `kinfo` module
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! Process information obtained via `sysctl(KERN_PROC_PID)`. Unlike the
[INFO] [stdout]   4 | | //! `proc_pidinfo`-based APIs, this works for PID 0 (`kernel_task`) and does not
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Get process information via `sysctl(KERN_PROC_PID)` - works for PID 0 (`kernel_task`)`
[INFO] [stdout]     = help: ends near ``kinfo` module`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/libproc/kinfo.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! `kinfo` module
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! Process information obtained via `sysctl(KERN_PROC_PID)`. Unlike the
[INFO] [stdout]   4 | | //! `proc_pidinfo`-based APIs, this works for PID 0 (`kernel_task`) and does not
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Process information via `sysctl(KERN_PROC_PID)` - works for PID 0 (`kernel_task`)`
[INFO] [stdout]     = help: ends near `Process information via `sysctl(KERN_PROC_PID)` - works for PID 0 (`kernel_task`)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `libproc`
[INFO] running `Command { std: "docker" "inspect" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe", kill_on_drop: false }`
[INFO] [stdout] 473546744e3206909fc1eebc9fc357fdb12d92bf086a3dd74946062d7da0fabe
