[INFO] fetching crate kemeleon 0.1.0-rc.1...
[INFO] documenting kemeleon-0.1.0-rc.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate kemeleon 0.1.0-rc.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate kemeleon 0.1.0-rc.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kemeleon 0.1.0-rc.1
[INFO] tweaked toml for crates.io crate kemeleon 0.1.0-rc.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kemeleon 0.1.0-rc.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] crate crates.io crate kemeleon 0.1.0-rc.1 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] eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb
[INFO] running `Command { std: "docker" "start" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb", 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" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb", 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" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking kem v0.3.0-pre.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.2.0-rc.10
[INFO] [stderr]     Checking generic-array v1.1.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking ml-kem v0.2.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]  Documenting kemeleon v0.1.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `sha256`
[INFO] [stdout]   --> src/kemeleon/ciphertext/hkdf_rng.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// max size that I could fill from hkdf<sha256>
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// max size that I could fill from `hkdf<sha256>`
[INFO] [stdout]    |                                     +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/mlkem.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / pub struct KCiphertext<P>
[INFO] [stdout] 185 | | where
[INFO] [stdout] 186 | |     P: KemCore + KemeleonByteArraySize,
[INFO] [stdout] ...   |
[INFO] [stdout] 190 | |     pub(crate) fips: Ciphertext<P>,
[INFO] [stdout] 191 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `An ML-KEM ciphertext`
[INFO] [stdout]     = help: ends near `A ciphertext produced by the KEM `K``
[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/mlkem.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / pub struct KCiphertext<P>
[INFO] [stdout] 185 | | where
[INFO] [stdout] 186 | |     P: KemCore + KemeleonByteArraySize,
[INFO] [stdout] ...   |
[INFO] [stdout] 190 | |     pub(crate) fips: Ciphertext<P>,
[INFO] [stdout] 191 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A ciphertext produced by the KEM `K``
[INFO] [stdout]     = help: ends near `A ciphertext produced by the KEM `K``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/mlkem.rs:269:1
[INFO] [stdout]     |
[INFO] [stdout] 269 | / pub struct KDecapsulationKey<P>(P::DecapsulationKey)
[INFO] [stdout] 270 | | where
[INFO] [stdout] 271 | |     P: KemCore;
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A `DecapsulationKey` provides the ability to generate a new key pair, and decapsulate`
[INFO] [stdout]     = help: ends near `A `DecapsulationKey` provides the ability to generate a new key pair, and decapsulate an encapsulated shared key.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/mlkem.rs:269:1
[INFO] [stdout]     |
[INFO] [stdout] 269 | / pub struct KDecapsulationKey<P>(P::DecapsulationKey)
[INFO] [stdout] 270 | | where
[INFO] [stdout] 271 | |     P: KemCore;
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A `DecapsulationKey` provides the ability to generate a new key pair, and decapsulate an encapsulated shared key.`
[INFO] [stdout]     = help: ends near `A `DecapsulationKey` provides the ability to generate a new key pair, and decapsulate an encapsulated shared key.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mlkem.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | / pub struct KEncapsulationKey<P>
[INFO] [stdout] 66 | | where
[INFO] [stdout] 67 | |     P: KemCore + FipsByteArraySize,
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub(crate) byte: u8,
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An `EncapsulationKey` provides the ability to encapsulate a shared key so that it can`
[INFO] [stdout]    = help: ends near `it can only be decapsulated by the holder of the corresponding decapsulation key.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mlkem.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | / pub struct KEncapsulationKey<P>
[INFO] [stdout] 66 | | where
[INFO] [stdout] 67 | |     P: KemCore + FipsByteArraySize,
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub(crate) byte: u8,
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An `EncapsulationKey` provides the ability to encapsulate a shared key so that`
[INFO] [stdout]    = help: ends near `An `EncapsulationKey` provides the ability to encapsulate a shared key so that`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `kemeleon`
[INFO] running `Command { std: "docker" "inspect" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb", kill_on_drop: false }`
[INFO] [stdout] eafa27b5d1bea21078e01586e8b245c7695e3aa860fd79aac6e1c6f9b58a3fbb
