[INFO] fetching crate libproc 0.14.11...
[INFO] documenting libproc-0.14.11 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate libproc 0.14.11 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate libproc 0.14.11
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate libproc 0.14.11
[INFO] tweaked toml for crates.io crate libproc 0.14.11 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libproc 0.14.11 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] crate crates.io crate libproc 0.14.11 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" "+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] dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9
[INFO] running `Command { std: "docker" "start" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9", 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" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9", 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" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9" "/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.176
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling libproc v0.14.11 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting libproc v0.14.11 (/opt/rustwide/workdir)
[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] 823 | | }
[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] 823 | | }
[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] [stderr] error: could not document `libproc`
[INFO] running `Command { std: "docker" "inspect" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9", kill_on_drop: false }`
[INFO] [stdout] dfdb4ca52b85ac9d597bab9465e83e977d672ac6af5b36fc38fc2922a7efedb9
