[INFO] cloning repository https://github.com/BurtTheCoder/rs-collector
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurtTheCoder/rs-collector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurtTheCoder%2Frs-collector", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurtTheCoder%2Frs-collector'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb82c1a94ac79a08b7fbb269f3183571ec8fd58a
[INFO] documenting BurtTheCoder/rs-collector against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurtTheCoder%2Frs-collector" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/BurtTheCoder/rs-collector
[INFO] finished tweaking git repo https://github.com/BurtTheCoder/rs-collector
[INFO] tweaked toml for git repo https://github.com/BurtTheCoder/rs-collector written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BurtTheCoder/rs-collector 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 git repo https://github.com/BurtTheCoder/rs-collector 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c
[INFO] running `Command { std: "docker" "start" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c", 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" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c", 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" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c" "/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.174
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]    Compiling rusoto_core v0.48.0
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking xml-rs v0.8.27
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking clap_builder v4.5.42
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling rust_collector v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.47.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling cached_proc_macro v0.18.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling duplicate v0.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking bodyfile v0.1.4
[INFO] [stderr]     Checking cached v0.46.1
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking widestring v1.2.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking clap v4.5.42
[INFO] [stderr]     Checking ssh2 v0.9.5
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-compression v0.3.15
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking rusoto_credential v0.48.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking rusoto_signature v0.48.0
[INFO] [stderr]     Checking rusoto_s3 v0.48.0
[INFO] [stderr]  Documenting rust_collector v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/artifact_types.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub enum ArtifactType {
[INFO] [stdout]  7 | |     // Common across platforms
[INFO] [stdout]  8 | |     FileSystem,
[INFO] [stdout]  9 | |     Logs,
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | |     Custom,
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This module defines the various types of artifacts that can be collected`
[INFO] [stdout]    = help: ends near `OS-agnostic artifact types`
[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/config/artifact_types.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub enum LinuxArtifactType {
[INFO] [stdout] 52 | |     SysLogs,
[INFO] [stdout] 53 | |     Journal,
[INFO] [stdout] 54 | |     Proc,
[INFO] [stdout] ...  |
[INFO] [stdout] 61 | |     Systemd,
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This module defines the various types of artifacts that can be collected`
[INFO] [stdout]    = help: ends near `Linux-specific artifact types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/artifact_types.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | / pub enum MacOSArtifactType {
[INFO] [stdout] 67 | |     UnifiedLogs,
[INFO] [stdout] 68 | |     Plist,
[INFO] [stdout] 69 | |     Spotlight,
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     LaunchDaemons,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This module defines the various types of artifacts that can be collected`
[INFO] [stdout]    = help: ends near `macOS-specific artifact types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/artifact_types.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | / pub enum VolatileDataType {
[INFO] [stdout] 30 | |     SystemInfo,
[INFO] [stdout] 31 | |     Processes,
[INFO] [stdout] 32 | |     NetworkConnections,
[INFO] [stdout] 33 | |     Memory,
[INFO] [stdout] 34 | |     Disks,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This module defines the various types of artifacts that can be collected`
[INFO] [stdout]    = help: ends near `Volatile data artifact types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/artifact_types.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / pub enum WindowsArtifactType {
[INFO] [stdout] 40 | |     MFT,
[INFO] [stdout] 41 | |     Registry,
[INFO] [stdout] 42 | |     EventLog,
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | |     AmCache,
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This module defines the various types of artifacts that can be collected`
[INFO] [stdout]    = help: ends near `Windows-specific artifact types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/config/collection_config.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | / pub fn load_or_create_config(config_path: Option<&Path>) -> Result<CollectionConfig> {
[INFO] [stdout] 178 | |     match config_path {
[INFO] [stdout] 179 | |         Some(path) => {
[INFO] [stdout] 180 | |             if path.exists() {
[INFO] [stdout] ...   |
[INFO] [stdout] 223 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `These types define the structure of collection configurations, including`
[INFO] [stdout]     = help: ends near `Load a configuration file or create a default one.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/config/env_vars.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | / pub fn parse_unix_env_vars(path: &str) -> String {
[INFO] [stdout]  36 | |     let mut result = path.to_string();
[INFO] [stdout] ...   |
[INFO] [stdout] 104 | |     result
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `These functions handle platform-specific environment variable expansion,`
[INFO] [stdout]     = help: ends near `Parse Unix-style environment variables ($VAR and ${VAR})`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/env_vars.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / pub fn parse_windows_env_vars(path: &str) -> String {
[INFO] [stdout]  3 | |     let mut result = path.to_string();
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |     result
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `These functions handle platform-specific environment variable expansion,`
[INFO] [stdout]    = help: ends near `Parse Windows-style environment variables (%VAR%)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config/regex_config.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub struct RegexConfig {
[INFO] [stdout]  6 | |     /// Whether regex matching is enabled for this artifact
[INFO] [stdout]  7 | |     #[serde(default)]
[INFO] [stdout]  8 | |     pub enabled: bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | |     pub max_depth: Option<usize>,
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Enables pattern-based artifact collection using regular expressions`
[INFO] [stdout]    = help: ends near `Configuration for regex-based artifact collection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `rust_collector`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `NoCompressionWriter` is never constructed
[INFO] [stdout]  --> src/utils/streaming_zip/helpers.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct NoCompressionWriter<'a, W: AsyncWrite + Unpin> {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c", kill_on_drop: false }`
[INFO] [stdout] 6a2d915a0866a7a985d5c88ba13de1d79244d58c0b478608ecd54c970e724e2c
