[INFO] fetching crate pq-mceliece 0.3.0...
[INFO] documenting pq-mceliece-0.3.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate pq-mceliece 0.3.0 into /workspace/builds/worker-5-tc2/source
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate pq-mceliece 0.3.0
[INFO] finished tweaking crates.io crate pq-mceliece 0.3.0
[INFO] tweaked toml for crates.io crate pq-mceliece 0.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pq-mceliece 0.3.0 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 pq-mceliece 0.3.0 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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213
[INFO] running `Command { std: "docker" "start" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213", 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" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213", 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" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]     Checking keccak v0.2.0
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]     Checking sponge-cursor v0.1.0
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking kem v0.3.0
[INFO] [stderr]     Checking shake v0.1.0
[INFO] [stderr]  Documenting pq-mceliece v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `pq_mceliece` links to private item `hazmat`
[INFO] [stdout]   --> src/lib.rs:54:60
[INFO] [stdout]    |
[INFO] [stdout] 54 | //! When the parameter set is known at compile time, the [`hazmat`] layer offers the same
[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: public documentation for `kem` links to private item `hazmat`
[INFO] [stdout]  --> src/kem.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! These wrap the [`hazmat`] layer in the fixed-size array types that the `kem`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `kem` links to private item `hazmat`
[INFO] [stdout]   --> src/kem.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 | //! If that is a problem, use [`Algorithm`](crate::Algorithm) or the [`hazmat`] layer instead:
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Field`
[INFO] [stdout]   --> src/hazmat.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! * [`Field`], the arithmetic of `F_q`, implemented by [`Gf12`] and [`Gf13`];
[INFO] [stdout]    |         ^^^^^ no item named `Field` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `field` (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 18 - //! * [`Field`], the arithmetic of `F_q`, implemented by [`Gf12`] and [`Gf13`];
[INFO] [stdout] 18 + //! * [`field`], the arithmetic of `F_q`, implemented by [`Gf12`] and [`Gf13`];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Gf12`
[INFO] [stdout]   --> src/hazmat.rs:18:60
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! * [`Field`], the arithmetic of `F_q`, implemented by [`Gf12`] and [`Gf13`];
[INFO] [stdout]    |                                                            ^^^^ no item named `Gf12` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Gf13`
[INFO] [stdout]   --> src/hazmat.rs:18:73
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! * [`Field`], the arithmetic of `F_q`, implemented by [`Gf12`] and [`Gf13`];
[INFO] [stdout]    |                                                                         ^^^^ no item named `Gf13` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `eval_all`
[INFO] [stdout]   --> src/hazmat/fft.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! [`eval_all`] with the standard basis `1, z, z^2, ...` therefore yields `out[a] = f(a)` with
[INFO] [stdout]    |       ^^^^^^^^ no item named `eval_all` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/hazmat/params.rs:319:1
[INFO] [stdout]     |
[INFO] [stdout] 319 | / define_params! {
[INFO] [stdout] 320 | |     /// `mceliece348864`: `m = 12`, `n = 3488`, `t = 64`. NIST category 1. Not in the ISO standard.
[INFO] [stdout] 321 | |     "mceliece348864" => McEliece348864 {
[INFO] [stdout] 322 | |         field: Gf12, m: 12, n: 3488, t: 64, taps: TAPS_348864, level: 1,
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The parameter-set marker types, re-exported so that code using these traits can name them`
[INFO] [stdout]     = help: ends near ` `mceliece348864`: `m = 12`, `n = 3488`, `t = 64`. NIST category 1. Not in the ISO standard.`
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `pq-mceliece`
[INFO] running `Command { std: "docker" "inspect" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213", kill_on_drop: false }`
[INFO] [stdout] 5e99461bd2fe11806fd82dae9ca82e94005db6d6ebf6e22ba857de0e8cea3213
