[INFO] cloning repository https://github.com/nkoriyama/nkCryptoTool-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nkoriyama/nkCryptoTool-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnkoriyama%2FnkCryptoTool-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnkoriyama%2FnkCryptoTool-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb122aa96c9591eac8a775caf5fb985c51e676a5
[INFO] documenting nkoriyama/nkCryptoTool-rust against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnkoriyama%2FnkCryptoTool-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nkoriyama/nkCryptoTool-rust
[INFO] finished tweaking git repo https://github.com/nkoriyama/nkCryptoTool-rust
[INFO] tweaked toml for git repo https://github.com/nkoriyama/nkCryptoTool-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nkoriyama/nkCryptoTool-rust 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 git repo https://github.com/nkoriyama/nkCryptoTool-rust 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b
[INFO] running `Command { std: "docker" "start" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", 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" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", 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" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling spez v0.1.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling n0-error-macros v1.0.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling n0-future v0.3.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.12
[INFO] [stderr]     Checking diatomic-waker v0.2.3
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking cordyceps v0.3.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling noq-udp v1.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking der v0.8.0
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0
[INFO] [stderr]     Checking futures-buffered v0.2.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking base16ct v1.0.0
[INFO] [stderr]     Checking n0-error v1.0.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking netlink-packet-core v0.8.1
[INFO] [stderr]     Checking signature v3.0.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling netdev v0.45.0
[INFO] [stderr]     Checking pin-project v1.1.12
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking rand_pcg v0.10.2
[INFO] [stderr]    Compiling iroh-metrics-derive v1.0.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling noq v1.1.0
[INFO] [stderr]    Compiling iroh-dns v1.0.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling netwatch v0.19.1
[INFO] [stderr]    Compiling enum-assoc v1.3.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]     Checking sorted-index-buffer v0.2.1
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.18
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking identity-hash v0.1.0
[INFO] [stderr]     Checking mac-addr v0.3.0
[INFO] [stderr]     Checking xml-rs v0.8.28
[INFO] [stderr]     Checking spki v0.8.0
[INFO] [stderr]     Checking data-encoding-macro v0.1.20
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking simple-dns v0.11.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking pkcs8 v0.11.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking netlink-packet-route v0.31.0
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]    Compiling iroh-relay v1.0.3
[INFO] [stderr]    Compiling postcard-derive v0.2.2
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking sha3 v0.10.9
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking cipher v0.5.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking polyval v0.7.2
[INFO] [stderr]     Checking aead v0.6.1
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking seize v0.5.1
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]    Compiling iroh v1.0.3
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking ctr v0.10.1
[INFO] [stderr]     Checking filedescriptor v0.8.3
[INFO] [stderr]     Checking aes v0.9.1
[INFO] [stderr]     Checking papaya v0.2.4
[INFO] [stderr]     Checking ghash v0.6.0
[INFO] [stderr]     Checking poly1305 v0.9.1
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking anyhow v1.0.104
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking rtoolbox v0.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling nkct v2.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking rpassword v7.5.4
[INFO] [stderr]     Checking chacha20poly1305 v0.11.0
[INFO] [stderr]     Checking aes-gcm v0.11.0
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking fips204 v0.4.6
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking fips203 v0.4.3
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking netlink-sys v0.8.8
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking serdect v0.4.3
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking netlink-proto v0.12.0
[INFO] [stderr]     Checking ed25519 v3.0.0
[INFO] [stderr]     Checking prefix-trie v0.8.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower-http v0.6.9
[INFO] [stderr]     Checking attohttpc v0.30.1
[INFO] [stderr]     Checking n0-watcher v1.0.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking ed25519-dalek v3.0.0
[INFO] [stderr]     Checking iroh-base v1.0.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking h2 v0.4.16
[INFO] [stderr]     Checking hickory-proto v0.26.1
[INFO] [stderr]     Checking iroh-metrics v1.0.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking noq-proto v1.1.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hickory-net v0.26.1
[INFO] [stderr]     Checking tokio-websockets v0.13.2
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hickory-resolver v0.26.1
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking igd-next v0.17.1
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking portmapper v0.19.1
[INFO] [stderr]  Documenting nkct v2.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::group::transport`
[INFO] [stdout]   --> src/network/mod.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | /// [`crate::group::transport`] framing helpers — Welcome / Commit /
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `group` in module `nkct`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::network::inbox`
[INFO] [stdout]   --> src/network/mod.rs:67:48
[INFO] [stdout]    |
[INFO] [stdout] 67 | /// them on demand to the matching peer. See [`crate::network::inbox`]
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^ no item named `inbox` in module `network`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `preload_allowlist` links to private item `AllowlistSource`
[INFO] [stdout]    --> src/p2p/processor.rs:454:11
[INFO] [stdout]     |
[INFO] [stdout] 454 |     /// [`AllowlistSource`], which re-reads the file whenever it changes. See
[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 `forward` links to private item `crate::shell::send_packet`
[INFO] [stdout]   --> src/forward.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`crate::shell::send_packet`] / [`crate::shell::recv_packet`]) carries many
[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 `forward` links to private item `crate::shell::recv_packet`
[INFO] [stdout]   --> src/forward.rs:12:39
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`crate::shell::send_packet`] / [`crate::shell::recv_packet`]) carries many
[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 `forward` links to private item `MAX_CHANNELS`
[INFO] [stdout]   --> src/forward.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! and pool of at most [`MAX_CHANNELS`] channels (a semaphore bounds concurrent
[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 `forward` links to private item `MAX_INFLIGHT_OPENS`
[INFO] [stdout]   --> src/forward.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 | //! [`MAX_INFLIGHT_OPENS`] concurrent handlers, so a peer that floods `Open`s
[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 `scp` links to private item `crate::shell::send_packet`
[INFO] [stdout]   --> src/scp.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! ([`crate::shell::send_packet`] / [`recv_packet`]): each [`ScpFrame`] is one
[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 `scp` links to private item `recv_packet`
[INFO] [stdout]   --> src/scp.rs:16:40
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! ([`crate::shell::send_packet`] / [`recv_packet`]): each [`ScpFrame`] is one
[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 `scp` links to private item `CHUNK`
[INFO] [stdout]   --> src/scp.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Bulk bytes are chunked to [`CHUNK`].
[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 `scp` links to private item `recheck_fd_confined`
[INFO] [stdout]   --> src/scp.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 | //! against the policy roots ([`recheck_fd_confined`] /
[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 `recheck_handle_confined`
[INFO] [stdout]   --> src/scp.rs:45:7
[INFO] [stdout]    |
[INFO] [stdout] 45 | //! [`recheck_handle_confined`]), which closes the intermediate-directory link
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `recheck_handle_confined` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `recheck_fd_confined`
[INFO] [stdout]    |
[INFO] [stdout] 45 - //! [`recheck_handle_confined`]), which closes the intermediate-directory link
[INFO] [stdout] 45 + //! [`recheck_fd_confined`]), which closes the intermediate-directory link
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `Data` links to private item `CHUNK`
[INFO] [stdout]   --> src/scp.rs:96:49
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// Sender → receiver: bulk file bytes (≤ [`CHUNK`] per frame).
[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 `recheck_handle_confined`
[INFO] [stdout]    --> src/scp.rs:597:7
[INFO] [stdout]     |
[INFO] [stdout] 597 | /// [`recheck_handle_confined`] is the handle-based twin. On any other Unix
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `recheck_handle_confined` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `recheck_fd_confined`
[INFO] [stdout]     |
[INFO] [stdout] 597 - /// [`recheck_handle_confined`] is the handle-based twin. On any other Unix
[INFO] [stdout] 597 + /// [`recheck_fd_confined`] is the handle-based twin. On any other Unix
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `shell` links to private item `recv_packet`
[INFO] [stdout]   --> src/shell.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! nothing, so the AEAD cannot flag it. [`recv_packet`] therefore reports a
[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 `send_frame` links to private item `send_packet`
[INFO] [stdout]    --> src/shell.rs:244:69
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// Seal `frame` under `key` and write it as one AEAD packet (see [`send_packet`]).
[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 `recv_frame` links to private item `recv_packet`
[INFO] [stdout]    --> src/shell.rs:256:33
[INFO] [stdout]     |
[INFO] [stdout] 256 | /// Read one AEAD packet (see [`recv_packet`]) and decode the [`Frame`].
[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 `1`
[INFO] [stdout]    --> src/shell.rs:862:10
[INFO] [stdout]     |
[INFO] [stdout] 862 | /// argv[1] marker for the internal NO_NEW_PRIVS exec wrapper (see
[INFO] [stdout]     |          ^ no item named `1` 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 `1`
[INFO] [stdout]    --> src/shell.rs:868:44
[INFO] [stdout]     |
[INFO] [stdout] 868 | /// top of `main()` (before clap): if argv[1] is `__nnp-exec`, set
[INFO] [stdout]     |                                            ^ no item named `1` 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 `direct_addrs` links to private item `MAX_DIRECT_ADDRS`
[INFO] [stdout]   --> src/ticket.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     /// [`MAX_DIRECT_ADDRS`] are retained, the first that many in declaration
[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 `sanitize_for_terminal` links to private item `TERMINAL_UNSAFE_RANGES`
[INFO] [stdout]   --> src/utils.rs:24:53
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// Hangul fillers are replaced with a space; see [`TERMINAL_UNSAFE_RANGES`] for
[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 `sanitize_for_terminal_keep_tabs` links to private item `is_terminal_unsafe`
[INFO] [stdout]    --> src/utils.rs:132:46
[INFO] [stdout]     |
[INFO] [stdout] 132 | /// neutralized exactly as above: the same [`is_terminal_unsafe`] predicate
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/nkct/index.html
[INFO] running `Command { std: "docker" "inspect" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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]  Documenting nkct v2.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::group::transport`
[INFO] [stdout]   --> src/network/mod.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | /// [`crate::group::transport`] framing helpers — Welcome / Commit /
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `group` in module `nkct`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::network::inbox`
[INFO] [stdout]   --> src/network/mod.rs:67:48
[INFO] [stdout]    |
[INFO] [stdout] 67 | /// them on demand to the matching peer. See [`crate::network::inbox`]
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^ no item named `inbox` in module `network`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `preload_allowlist` links to private item `AllowlistSource`
[INFO] [stdout]    --> src/p2p/processor.rs:454:11
[INFO] [stdout]     |
[INFO] [stdout] 454 |     /// [`AllowlistSource`], which re-reads the file whenever it changes. See
[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: public documentation for `forward` links to private item `crate::shell::send_packet`
[INFO] [stdout]   --> src/forward.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`crate::shell::send_packet`] / [`crate::shell::recv_packet`]) carries many
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `forward` links to private item `crate::shell::recv_packet`
[INFO] [stdout]   --> src/forward.rs:12:39
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`crate::shell::send_packet`] / [`crate::shell::recv_packet`]) carries many
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `forward` links to private item `MAX_CHANNELS`
[INFO] [stdout]   --> src/forward.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! and pool of at most [`MAX_CHANNELS`] channels (a semaphore bounds concurrent
[INFO] [stdout]    |                           ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `forward` links to private item `MAX_INFLIGHT_OPENS`
[INFO] [stdout]   --> src/forward.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 | //! [`MAX_INFLIGHT_OPENS`] concurrent handlers, so a peer that floods `Open`s
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `scp` links to private item `crate::shell::send_packet`
[INFO] [stdout]   --> src/scp.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! ([`crate::shell::send_packet`] / [`recv_packet`]): each [`ScpFrame`] is one
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `scp` links to private item `recv_packet`
[INFO] [stdout]   --> src/scp.rs:16:40
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! ([`crate::shell::send_packet`] / [`recv_packet`]): each [`ScpFrame`] is one
[INFO] [stdout]    |                                        ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `scp` links to private item `CHUNK`
[INFO] [stdout]   --> src/scp.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Bulk bytes are chunked to [`CHUNK`].
[INFO] [stdout]    |                                 ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `scp` links to private item `recheck_fd_confined`
[INFO] [stdout]   --> src/scp.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 | //! against the policy roots ([`recheck_fd_confined`] /
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `recheck_handle_confined`
[INFO] [stdout]   --> src/scp.rs:45:7
[INFO] [stdout]    |
[INFO] [stdout] 45 | //! [`recheck_handle_confined`]), which closes the intermediate-directory link
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `recheck_handle_confined` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `recheck_fd_confined`
[INFO] [stdout]    |
[INFO] [stdout] 45 - //! [`recheck_handle_confined`]), which closes the intermediate-directory link
[INFO] [stdout] 45 + //! [`recheck_fd_confined`]), which closes the intermediate-directory link
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `Data` links to private item `CHUNK`
[INFO] [stdout]   --> src/scp.rs:96:49
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// Sender → receiver: bulk file bytes (≤ [`CHUNK`] per frame).
[INFO] [stdout]    |                                                 ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `shell` links to private item `recv_packet`
[INFO] [stdout]   --> src/shell.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! nothing, so the AEAD cannot flag it. [`recv_packet`] therefore reports a
[INFO] [stdout]    |                                            ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `send_frame` links to private item `send_packet`
[INFO] [stdout]    --> src/shell.rs:244:69
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// Seal `frame` under `key` and write it as one AEAD packet (see [`send_packet`]).
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `recv_frame` links to private item `recv_packet`
[INFO] [stdout]    --> src/shell.rs:256:33
[INFO] [stdout]     |
[INFO] [stdout] 256 | /// Read one AEAD packet (see [`recv_packet`]) and decode the [`Frame`].
[INFO] [stdout]     |                                 ^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]    --> src/shell.rs:862:10
[INFO] [stdout]     |
[INFO] [stdout] 862 | /// argv[1] marker for the internal NO_NEW_PRIVS exec wrapper (see
[INFO] [stdout]     |          ^ no item named `1` 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 `1`
[INFO] [stdout]    --> src/shell.rs:868:44
[INFO] [stdout]     |
[INFO] [stdout] 868 | /// top of `main()` (before clap): if argv[1] is `__nnp-exec`, set
[INFO] [stdout]     |                                            ^ no item named `1` 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 `direct_addrs` links to private item `MAX_DIRECT_ADDRS`
[INFO] [stdout]   --> src/ticket.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     /// [`MAX_DIRECT_ADDRS`] are retained, the first that many in declaration
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `sanitize_for_terminal` links to private item `TERMINAL_UNSAFE_RANGES`
[INFO] [stdout]   --> src/utils.rs:24:53
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// Hangul fillers are replaced with a space; see [`TERMINAL_UNSAFE_RANGES`] for
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `sanitize_for_terminal_keep_tabs` links to private item `is_terminal_unsafe`
[INFO] [stdout]    --> src/utils.rs:132:46
[INFO] [stdout]     |
[INFO] [stdout] 132 | /// neutralized exactly as above: the same [`is_terminal_unsafe`] predicate
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/nkct/index.html
[INFO] running `Command { std: "docker" "inspect" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b", kill_on_drop: false }`
[INFO] [stdout] cd0f17975cebd31c9113ca1d7d16d236e315b3072bcf3a8d646eade33de6df8b
