[INFO] fetching crate flac-rs 0.0.7...
[INFO] documenting flac-rs-0.0.7 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate flac-rs 0.0.7 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate flac-rs 0.0.7
[INFO] finished tweaking crates.io crate flac-rs 0.0.7
[INFO] tweaked toml for crates.io crate flac-rs 0.0.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate flac-rs 0.0.7 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 flac-rs 0.0.7 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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76
[INFO] running `Command { std: "docker" "start" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76", 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" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76", 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" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking id3 v1.16.2
[INFO] [stderr]    Compiling libflac-sys v0.3.3
[INFO] [stderr]  Documenting flac-rs v0.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/flac.rs:489:15
[INFO] [stdout]     |
[INFO] [stdout] 489 |     /// * See [https://xiph.org/flac/api/group__flac__metadata__object.html]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 489 -     /// * See [https://xiph.org/flac/api/group__flac__metadata__object.html]
[INFO] [stdout] 489 +     /// * See <https://xiph.org/flac/api/group__flac__metadata__object.html>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/flac.rs:793:1
[INFO] [stdout]     |
[INFO] [stdout] 793 | / pub struct FlacEncoderUnmovable<'a, WriteSeek>
[INFO] [stdout] 794 | | where
[INFO] [stdout] 795 | |     WriteSeek: Write + Seek + Debug {
[INFO] [stdout] 796 | |     /// * See: <https://xiph.org/flac/api/group__flac__stream__encoder.html>
[INFO] [stdout] ...   |
[INFO] [stdout] 831 | |     finished: bool,
[INFO] [stdout] 832 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `## The encoder's core structure, but can't move after `initialize()` has been called.`
[INFO] [stdout]     = help: ends near `## The encoder's core structure, but can't move after `initialize()` has been called.`
[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/flac.rs:1256:1
[INFO] [stdout]      |
[INFO] [stdout] 1256 | / pub struct FlacEncoder<'a, WriteSeek>
[INFO] [stdout] 1257 | | where
[INFO] [stdout] 1258 | |     WriteSeek: Write + Seek + Debug {
[INFO] [stdout] 1259 | |     encoder: Box<FlacEncoderUnmovable<'a, WriteSeek>>,
[INFO] [stdout] 1260 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `## A wrapper for `FlacEncoderUnmovable`, which provides a Box to make `FlacEncoderUnmovable` never move.`
[INFO] [stdout]      = help: ends near `## A wrapper for `FlacEncoderUnmovable`, which provides a Box to make `FlacEncoderUnmovable` never move.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/flac.rs:1600:1
[INFO] [stdout]      |
[INFO] [stdout] 1600 | / pub struct FlacDecoderUnmovable<'a, ReadSeek>
[INFO] [stdout] 1601 | | where
[INFO] [stdout] 1602 | |     ReadSeek: Read + Seek + Debug {
[INFO] [stdout] 1603 | |     /// * See <https://xiph.org/flac/api/group__flac__stream__decoder.html>
[INFO] [stdout] ...    |
[INFO] [stdout] 1652 | |     pub cue_sheets: Vec<FlacCueSheet>,
[INFO] [stdout] 1653 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `## The decoder's core structure, but can't move after `initialize()` has been called.`
[INFO] [stdout]      = help: ends near `## The decoder's core structure, but can't move after `initialize()` has been called.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/flac.rs:2156:1
[INFO] [stdout]      |
[INFO] [stdout] 2156 | / pub struct FlacDecoder<'a, ReadSeek>
[INFO] [stdout] 2157 | | where
[INFO] [stdout] 2158 | |     ReadSeek: Read + Seek + Debug {
[INFO] [stdout] 2159 | |     decoder: Box<FlacDecoderUnmovable<'a, ReadSeek>>,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `## A wrapper for `FlacDecoderUnmovable`, which provides a Box to make `FlacDecoderUnmovable` never move.`
[INFO] [stdout]      = help: ends near `## A wrapper for `FlacDecoderUnmovable`, which provides a Box to make `FlacDecoderUnmovable` never move.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `flac-rs`
[INFO] running `Command { std: "docker" "inspect" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76", kill_on_drop: false }`
[INFO] [stdout] c0646f5470960a09bd255947143e1d5b17adbe3ca5204162018c411ceed68d76
