[INFO] cloning repository https://github.com/Histar4522/warned-result
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Histar4522/warned-result" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHistar4522%2Fwarned-result", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHistar4522%2Fwarned-result'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d70560f1878d0b8ebdd9711c9764147f75f399f1
[INFO] documenting Histar4522/warned-result against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHistar4522%2Fwarned-result" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Histar4522/warned-result
[INFO] finished tweaking git repo https://github.com/Histar4522/warned-result
[INFO] tweaked toml for git repo https://github.com/Histar4522/warned-result written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Histar4522/warned-result 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/Histar4522/warned-result 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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b
[INFO] running `Command { std: "docker" "start" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b", 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" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b", 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" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting warned-result v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lib.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /// - **Disabled (default)**: `WarnedResult` wraps `WarningBuf<W>`.
[INFO] [stdout]    |     ^ starts here
[INFO] [stdout] 94 | /// - **Enabled**: `WarnedResult` wraps `WarningBuf<W, N>` and has an additional generic
[INFO] [stdout] 95 | ///   `const N: usize` parameter (i.e., `WarnedResult<T, E, W, N>`).
[INFO] [stdout]    |                                                                    - ends here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[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/lib.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 | /// - **Enabled**: `WarnedResult` wraps `WarningBuf<W, N>` and has an additional generic
[INFO] [stdout]    |     ^ starts here
[INFO] [stdout] 95 | ///   `const N: usize` parameter (i.e., `WarnedResult<T, E, W, N>`).
[INFO] [stdout]    |                                                                    - ends here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lib.rs:95:67
[INFO] [stdout]    |
[INFO] [stdout] 95 | ///   `const N: usize` parameter (i.e., `WarnedResult<T, E, W, N>`).
[INFO] [stdout]    |                                                                   ^- ends here
[INFO] [stdout]    |                                                                   |
[INFO] [stdout]    |                                                                   starts here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | /// - **Disabled (default)**: `AggregatedError` wraps `WarningBuf<W>`.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 106 | /// - **Enabled**: `AggregatedError` wraps `WarningBuf<W, N>` and has an additional generic
[INFO] [stdout] 107 | ///   `const N: usize` parameter (i.e., `AggregatedError<W, N>`).
[INFO] [stdout]     |                                                                 - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// - **Enabled**: `AggregatedError` wraps `WarningBuf<W, N>` and has an additional generic
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 107 | ///   `const N: usize` parameter (i.e., `AggregatedError<W, N>`).
[INFO] [stdout]     |                                                                 - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 | ///   `const N: usize` parameter (i.e., `AggregatedError<W, N>`).
[INFO] [stdout]     |                                                                ^- ends here
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                starts here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `warned-result`
[INFO] running `Command { std: "docker" "inspect" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b", kill_on_drop: false }`
[INFO] [stdout] d0b63df3ea20bd75b27a891dbec93003d2ee6bf5ef3e8718b73c2239eff3a22b
