[INFO] cloning repository https://github.com/thrashr888/cider
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thrashr888/cider" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthrashr888%2Fcider", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthrashr888%2Fcider'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f1085fed6601bc96f973840ef5cc57e756d17a20
[INFO] documenting thrashr888/cider against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthrashr888%2Fcider" "/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/thrashr888/cider
[INFO] finished tweaking git repo https://github.com/thrashr888/cider
[INFO] tweaked toml for git repo https://github.com/thrashr888/cider written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thrashr888/cider 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/thrashr888/cider 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] aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4
[INFO] running `Command { std: "docker" "start" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4", 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" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4", 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" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4" "/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.183
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking uuid v1.26.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking plist v1.10.0
[INFO] [stderr]  Documenting cider-cli v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `BUG`
[INFO] [stdout]    --> src/sources/reminders.rs:360:7
[INFO] [stdout]     |
[INFO] [stdout] 360 | /// "[BUG] bob produced an error" — and by-title matching silently acts on the
[INFO] [stdout]     |       ^^^ no item named `BUG` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ssh_port_open` links to private item `SSH_PROBE_TIMEOUT`
[INFO] [stdout]    --> src/sources/shortcuts.rs:445:7
[INFO] [stdout]     |
[INFO] [stdout] 445 | /// [`SSH_PROBE_TIMEOUT`]. A name that does not resolve is "closed".
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `div`
[INFO] [stdout]    --> src/sources/notes.rs:245:42
[INFO] [stdout]     |
[INFO] [stdout] 245 | /// entities and give every line its own <div> (blank lines become
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/sources/util.rs:257:1
[INFO] [stdout]     |
[INFO] [stdout] 257 | / pub struct ActionResult {
[INFO] [stdout] 258 | |     pub ok: bool,
[INFO] [stdout] 259 | |     pub action: String,
[INFO] [stdout] 260 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     pub message: Option<String>,
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The result every mutating call returns (`create`, `complete`, `update`, …).`
[INFO] [stdout]     = help: ends near `Result of a write action (create, update, delete, etc.)`
[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/sources/util.rs:257:1
[INFO] [stdout]     |
[INFO] [stdout] 257 | / pub struct ActionResult {
[INFO] [stdout] 258 | |     pub ok: bool,
[INFO] [stdout] 259 | |     pub action: String,
[INFO] [stdout] 260 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     pub message: Option<String>,
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Result of a write action (create, update, delete, etc.)`
[INFO] [stdout]     = help: ends near `Result of a write action (create, update, delete, etc.)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/sources/util.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | / pub struct BatchActionResult {
[INFO] [stdout] 300 | |     pub ok: bool,
[INFO] [stdout] 301 | |     pub action: String,
[INFO] [stdout] 302 | |     pub requested: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 305 | |     pub results: Vec<BatchItemResult>,
[INFO] [stdout] 306 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The result every mutating call returns (`create`, `complete`, `update`, …).`
[INFO] [stdout]     = help: ends near `Stable result shape for a mutation that targets several records.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/sources/util.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | / pub struct BatchActionResult {
[INFO] [stdout] 300 | |     pub ok: bool,
[INFO] [stdout] 301 | |     pub action: String,
[INFO] [stdout] 302 | |     pub requested: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 305 | |     pub results: Vec<BatchItemResult>,
[INFO] [stdout] 306 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Stable result shape for a mutation that targets several records.`
[INFO] [stdout]     = help: ends near `Stable result shape for a mutation that targets several records.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/sources/util.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / pub struct BatchItemResult {
[INFO] [stdout] 269 | |     pub id: String,
[INFO] [stdout] 270 | |     pub ok: bool,
[INFO] [stdout] 271 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 272 | |     pub error: Option<String>,
[INFO] [stdout] 273 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The result every mutating call returns (`create`, `complete`, `update`, …).`
[INFO] [stdout]     = help: ends near `Per-item outcome from a batch mutation.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/sources/util.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / pub struct BatchItemResult {
[INFO] [stdout] 269 | |     pub id: String,
[INFO] [stdout] 270 | |     pub ok: bool,
[INFO] [stdout] 271 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 272 | |     pub error: Option<String>,
[INFO] [stdout] 273 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Per-item outcome from a batch mutation.`
[INFO] [stdout]     = help: ends near `Per-item outcome from a batch mutation.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `cider-cli`
[INFO] running `Command { std: "docker" "inspect" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4", kill_on_drop: false }`
[INFO] [stdout] aa0054bd011822d0a6a7036257529d586bac2557d951b58c9d6034e6ba1ebae4
