[INFO] fetching crate dd-lib 0.2.1...
[INFO] documenting dd-lib-0.2.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate dd-lib 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate dd-lib 0.2.1
[INFO] finished tweaking crates.io crate dd-lib 0.2.1
[INFO] tweaked toml for crates.io crate dd-lib 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dd-lib 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to highest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.13.1)
[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] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `dd-lib` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883
[INFO] running `Command { std: "docker" "start" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883", 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" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883", 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" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `dd-lib` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking encoding8 v0.3.2
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]  Documenting dd-lib v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around assigned value
[INFO] [stdout]   --> src/opts/flags/iflag.rs:71:22
[INFO] [stdout]    |
[INFO] [stdout] 71 |             flags |= { Self::from_str(flag)? };
[INFO] [stdout]    |                      ^^                     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 71 -             flags |= { Self::from_str(flag)? };
[INFO] [stdout] 71 +             flags |= Self::from_str(flag)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::number`
[INFO] [stdout]   --> src/lib.rs:11:49
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! numeric suffixes. See the documentation of [opts::number] and
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^ no item named `number` in module `opts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::number::units`
[INFO] [stdout]   --> src/lib.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [opts::number::units];
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^ no item named `number` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::Conv`
[INFO] [stdout]   --> src/lib.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! - **conv**=[`CONVS`][opts::Conv]: convert the file as per the coma
[INFO] [stdout]    |                          ^^^^^^^^^^ no item named `Conv` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::In`
[INFO] [stdout]   --> src/lib.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! - **iflag**=[`FLAGS`][opts::In]: read as per the comma separated   symbol
[INFO] [stdout]    |                           ^^^^^^^^ no item named `In` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::Out`
[INFO] [stdout]   --> src/lib.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 | //! - **oflag**=[`FLAGS`][opts::Out]: write as per the comma separated   symbol
[INFO] [stdout]    |                           ^^^^^^^^^ no item named `Out` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::number::units`
[INFO] [stdout]   --> src/lib.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 | //! ### [Units][opts::number::units]:
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^ no item named `number` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::Conv`
[INFO] [stdout]   --> src/lib.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 | //! ### [`CONV`][opts::Conv]
[INFO] [stdout]    |                  ^^^^^^^^^^ no item named `Conv` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::io::StdErr`
[INFO] [stdout]   --> src/io/errhandler.rs:12:55
[INFO] [stdout]    |
[INFO] [stdout] 12 |     /// the internal writer (almost always [`Stderr`][std::io::StdErr])
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^ no item named `StdErr` in module `io`
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Stderr`
[INFO] [stdout]    |
[INFO] [stdout] 12 -     /// the internal writer (almost always [`Stderr`][std::io::StdErr])
[INFO] [stdout] 12 +     /// the internal writer (almost always [`Stderr`][std::io::Stderr])
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::StatusLevel::Report`
[INFO] [stdout]   --> src/io/errhandler.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// [opts::StatusLevel::Report]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `StatusLevel` has no variant or associated item named `Report`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::Conv`
[INFO] [stdout]   --> src/io/errhandler.rs:17:50
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// Whether to continue on an io error. see [opts::Conv]
[INFO] [stdout]    |                                                  ^^^^^^^^^^ no item named `Conv` in module `opts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `opts::IFlag`
[INFO] [stdout]   --> src/opts/mod.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! - iflags=value\[,value ...\] [opts::IFlag] Set input flags according to the
[INFO] [stdout]    |                                   ^^^^^^^^^^^ no item named `opts` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Opts` (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 22 - //! - iflags=value\[,value ...\] [opts::IFlag] Set input flags according to the
[INFO] [stdout] 22 + //! - iflags=value\[,value ...\] [Opts::IFlag] Set input flags according to the
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `flags::Out`
[INFO] [stdout]   --> src/opts/mod.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 | //! - oflags=value\[,value ...\]:  [flags::Out] Set output flags according to
[INFO] [stdout]    |                                     ^^^^^^^^^^ no item named `Out` in module `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `flags/oflag`
[INFO] [stdout]   --> src/opts/mod.rs:40:48
[INFO] [stdout]    |
[INFO] [stdout] 40 | //!   the   comma-separated symbol list. See [`flags/oflag`]
[INFO] [stdout]    |                                                ^^^^^^^^^^^ no item named `flags/oflag` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parse` links to private item `units`
[INFO] [stdout]  --> src/opts/number.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | /// the 'X' character. See [`units`] for a list of the SI suffixes.
[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: unresolved link to `opts::IFlag`
[INFO] [stdout]   --> src/opts/mod.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 |     /// [`opts::IFlag`])
[INFO] [stdout]    |           ^^^^^^^^^^^ no item named `opts` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Opts` (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 95 -     /// [`opts::IFlag`])
[INFO] [stdout] 95 +     /// [`Opts::IFlag`])
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `flags::Out`
[INFO] [stdout]   --> src/opts/mod.rs:98:11
[INFO] [stdout]    |
[INFO] [stdout] 98 |     /// [`flags::Out`])
[INFO] [stdout]    |           ^^^^^^^^^^ no item named `Out` in module `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `UNIMPLEMENTD`
[INFO] [stdout]   --> src/io/conv.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     /// <UNIMPLEMENTD> Convert **to** IBM from ASCII
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `UNIMPLEMENTED`
[INFO] [stdout]   --> src/io/conv.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     /// <UNIMPLEMENTED> Convert **to** 1963 ASCII from EBCDIC
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `UNIMPLEMENTED`
[INFO] [stdout]   --> src/io/conv.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     /// <UNIMPLEMENTED> Convert **to** old ebcdic from ASCII
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `UNIMPLEMENTED`
[INFO] [stdout]   --> src/io/conv.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     /// <UNIMPLEMENTED> Convert **to** OLD_IBM from ASCII
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/io/read.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | /// Readers read blocks from the specified file or [Stdin][std::io::Stdin]
[INFO] [stdout]   |                                                     -----  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |                                                     |
[INFO] [stdout]   |                                                     because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 8 - /// Readers read blocks from the specified file or [Stdin][std::io::Stdin]
[INFO] [stdout] 8 + /// Readers read blocks from the specified file or [Stdin]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/io/write.rs:8:43
[INFO] [stdout]   |
[INFO] [stdout] 8 | /// Writers write to the specified [File][std::fs::File] or
[INFO] [stdout]   |                                     ----  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |                                     |
[INFO] [stdout]   |                                     because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 8 - /// Writers write to the specified [File][std::fs::File] or
[INFO] [stdout] 8 + /// Writers write to the specified [File] or
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/io/write.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | /// [Stdout][std::io::Stdout]
[INFO] [stdout]   |      ------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |      |
[INFO] [stdout]   |      because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 9 - /// [Stdout][std::io::Stdout]
[INFO] [stdout] 9 + /// [Stdout]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/conv.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub struct Converter {
[INFO] [stdout]  8 | |     /// The text encoding to convert to, if any
[INFO] [stdout]  9 | |     pub encode_to: EncodeTo,
[INFO] [stdout] 10 | |     /// The case to convert text to, if any
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     pub swap_bytes: bool,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `[`Converter`] encodes a slice to the specified encoding,`
[INFO] [stdout]    = help: ends near `before they are written to a [`Writer`][super::write::Writer]`
[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/io/conv.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub struct Converter {
[INFO] [stdout]  8 | |     /// The text encoding to convert to, if any
[INFO] [stdout]  9 | |     pub encode_to: EncodeTo,
[INFO] [stdout] 10 | |     /// The case to convert text to, if any
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     pub swap_bytes: bool,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A converter modifies the blocks read from a [`Reader`][super::read::Reader]`
[INFO] [stdout]    = help: ends near `A converter modifies the blocks read from a [`Reader`][super::read::Reader]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/errhandler.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct ErrHandler<E: std::io::Write> {
[INFO] [stdout] 12 | |     /// the internal writer (almost always [`Stderr`][std::io::StdErr])
[INFO] [stdout] 13 | |     e: E,
[INFO] [stdout] 14 | |     /// whether to make continual progress reports. See
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     prev_report: usize,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `[`ErrHandler`] handles errors, writing errors and/or perodic reports to the`
[INFO] [stdout]    = help: ends near `internal writer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/errhandler.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct ErrHandler<E: std::io::Write> {
[INFO] [stdout] 12 | |     /// the internal writer (almost always [`Stderr`][std::io::StdErr])
[INFO] [stdout] 13 | |     e: E,
[INFO] [stdout] 14 | |     /// whether to make continual progress reports. See
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     prev_report: usize,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `ErrHandler handles errors and progress information by writing to it's`
[INFO] [stdout]    = help: ends near `ErrHandler handles errors and progress information by writing to it's`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/read.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / pub struct Reader<'a, R: Read> {
[INFO] [stdout] 10 | |     inner: InnerReader<'a, R>,
[INFO] [stdout] 11 | |     /// internal buffer to implement BufRead
[INFO] [stdout] 12 | |     pub buf: Vec<u8>,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     pub sync: bool,
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `[`Reader`] reads from the specified file or stdin, according`
[INFO] [stdout]    = help: ends near `Readers read blocks from the specified file or [Stdin][std::io::Stdin]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/read.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / pub struct Reader<'a, R: Read> {
[INFO] [stdout] 10 | |     inner: InnerReader<'a, R>,
[INFO] [stdout] 11 | |     /// internal buffer to implement BufRead
[INFO] [stdout] 12 | |     pub buf: Vec<u8>,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     pub sync: bool,
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Readers read blocks from the specified file or [Stdin][std::io::Stdin]`
[INFO] [stdout]    = help: ends near `Readers read blocks from the specified file or [Stdin][std::io::Stdin]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/write.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct Writer<'a, W: Write> {
[INFO] [stdout] 11 | |     w: Inner<'a, W>,
[INFO] [stdout] 12 | |     sparse: bool,
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `[`Writer`] writes to the specified file or stdout, according`
[INFO] [stdout]    = help: ends near `[Stdout][std::io::Stdout]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io/write.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct Writer<'a, W: Write> {
[INFO] [stdout] 11 | |     w: Inner<'a, W>,
[INFO] [stdout] 12 | |     sparse: bool,
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Writers write to the specified [File][std::fs::File] or`
[INFO] [stdout]    = help: ends near `Writers write to the specified [File][std::fs::File] or`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `UNIMPLEMENTED`
[INFO] [stdout]   --> src/opts/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - files=n:   <UNIMPLEMENTED> Copy n input files before terminating.  This
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/opts/flags/iflag.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / bitflags! {
[INFO] [stdout]  3 | |     /// - append:  append mode (makes sense only for output; conv=notrunc
[INFO] [stdout]  4 | |     /// suggested)
[INFO] [stdout]  5 | |     ///
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ` - append:  append mode (makes sense only for output; conv=notrunc`
[INFO] [stdout]    = help: ends near ` - skip_bytes:  treat 'skip=N' as a byte count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/opts/flags/iflag.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / bitflags! {
[INFO] [stdout]  3 | |     /// - append:  append mode (makes sense only for output; conv=notrunc
[INFO] [stdout]  4 | |     /// suggested)
[INFO] [stdout]  5 | |     ///
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ` - append:  append mode (makes sense only for output; conv=notrunc`
[INFO] [stdout]    = help: ends near ``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/opts/flags/oflag.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / bitflags!{
[INFO] [stdout]  3 | |     /// - append:  append mode (makes sense only for output; conv=notrunc
[INFO] [stdout]  4 | |     /// suggested)
[INFO] [stdout]  5 | |     ///
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ` - append:  append mode (makes sense only for output; conv=notrunc`
[INFO] [stdout]    = help: ends near ``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/opts/error.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub enum Error {
[INFO] [stdout]  8 | |     /// An unimplemented but valid option
[INFO] [stdout]  9 | |     Unimplemented(Kind, &'static str),
[INFO] [stdout] 10 | |     /// An unknown (and unsupported) option
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     ConflictingOption(&'static str),
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `errors dealing with handling user options`
[INFO] [stdout]    = help: ends near `An error dealing with an option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/opts/error.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub enum Error {
[INFO] [stdout]  8 | |     /// An unimplemented but valid option
[INFO] [stdout]  9 | |     Unimplemented(Kind, &'static str),
[INFO] [stdout] 10 | |     /// An unknown (and unsupported) option
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     ConflictingOption(&'static str),
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An error dealing with an option`
[INFO] [stdout]    = help: ends near `An error dealing with an option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `NOT`
[INFO] [stdout]    --> src/opts/mod.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     /// <NOT IMPLEMENTED> Copy n input files before terminating.  This operand
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `dd-lib`
[INFO] running `Command { std: "docker" "inspect" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883", kill_on_drop: false }`
[INFO] [stdout] 6d55c3d4c9d31f6a63095b8bb6f5e594810daf310c212ef50e4e5ff2558fd883
