[INFO] fetching crate dd-lib 0.2.1...
[INFO] documenting dd-lib-0.2.1 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate dd-lib 0.2.1 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dd-lib 0.2.1 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded encoding8 v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] 43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6
[INFO] running `Command { std: "docker" "start" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", 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" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", 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" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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] 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] 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: 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] 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]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/dd_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", 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" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--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]  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 `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 will resolve properly if you pass `--document-private-items`
[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 `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]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[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]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/dd_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6", kill_on_drop: false }`
[INFO] [stdout] 43bedbe6865b8253817edb2f0f2621d3fc7a68db95addb8205cfa4d2e48211c6
