[INFO] fetching crate tomcrypt 0.1.0...
[INFO] documenting tomcrypt-0.1.0 against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] extracting crate tomcrypt 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate tomcrypt 0.1.0
[INFO] finished tweaking crates.io crate tomcrypt 0.1.0
[INFO] tweaked toml for crates.io crate tomcrypt 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tomcrypt 0.1.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] [stderr]       Adding error-chain v0.11.0 (available: v0.12.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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: `tomcrypt` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1
[INFO] running `Command { std: "docker" "start" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1", 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" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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: `tomcrypt` (manifest) generated 1 warning
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling tomcrypt-sys v0.1.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]  Documenting tomcrypt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0659]: `c_int` is ambiguous
[INFO] [stdout]   --> src/lib.rs:50:69
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     ::CStr::from_ptr(::ffi::error_to_string(*e as ::c_int))
[INFO] [stdout]    |                                                                     ^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_int` could refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] note: `c_int` could also refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_int` is ambiguous
[INFO] [stdout]   --> src/lib.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Rng(c_int);
[INFO] [stdout]    |                ^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_int` could refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] note: `c_int` could also refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_int` is ambiguous
[INFO] [stdout]   --> src/lib.rs:73:19
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct Cipher(c_int);
[INFO] [stdout]    |                   ^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_int` could refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] note: `c_int` could also refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_uint` is ambiguous
[INFO] [stdout]   --> src/lib.rs:96:36
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn new(prng: Rng, keysize: c_uint) -> Result<Self> {
[INFO] [stdout]    |                                    ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_uint` could refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_uint` to disambiguate
[INFO] [stdout] note: `c_uint` could also refer to the type alias imported here
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_uint` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_int` is ambiguous
[INFO] [stdout]    --> src/lib.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 keysize as c_int,
[INFO] [stdout]     |                            ^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_int` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] note: `c_int` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_int` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:115:31
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 data.len() as c_ulong,
[INFO] [stdout]     |                               ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |             let mut len = buf.len() as c_ulong;
[INFO] [stdout]     |                                        ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:142:40
[INFO] [stdout]     |
[INFO] [stdout] 142 |             let mut len = buf.len() as c_ulong;
[INFO] [stdout]     |                                        ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 |             let mut len = len as c_ulong;
[INFO] [stdout]     |                                  ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:191:51
[INFO] [stdout]     |
[INFO] [stdout] 191 |                 (header.as_ptr(), header.len() as c_ulong)
[INFO] [stdout]     |                                                   ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |                 key.len() as c_ulong,
[INFO] [stdout]     |                              ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:202:32
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 nonce.len() as c_ulong,
[INFO] [stdout]     |                                ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:217:31
[INFO] [stdout]     |
[INFO] [stdout] 217 |                 data.len() as c_ulong
[INFO] [stdout]     |                               ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:230:31
[INFO] [stdout]     |
[INFO] [stdout] 230 |                 data.len() as c_ulong
[INFO] [stdout]     |                               ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_ulong` is ambiguous
[INFO] [stdout]    --> src/lib.rs:240:38
[INFO] [stdout]     |
[INFO] [stdout] 240 |             let mut len = tag_len as c_ulong;
[INFO] [stdout]     |                                      ^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_ulong` could refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:29:5
[INFO] [stdout]     |
[INFO] [stdout]  29 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] note: `c_ulong` could also refer to the type alias imported here
[INFO] [stdout]    --> src/lib.rs:31:5
[INFO] [stdout]     |
[INFO] [stdout]  31 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_ulong` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments`
[INFO] [stdout]   --> src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[allow(unused_doc_comment)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `tomcrypt`
[INFO] running `Command { std: "docker" "inspect" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1", kill_on_drop: false }`
[INFO] [stdout] 7b3673886301d25e3b1a05dc23f04ed5a11728d7b3e609826d49a1949101f7c1
