[INFO] cloning repository https://github.com/soulware/mint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soulware/mint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoulware%2Fmint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoulware%2Fmint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 821c8f0a32cfbf4b88b0663800df5573a2273582
[INFO] documenting soulware/mint against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoulware%2Fmint" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/soulware/mint
[INFO] finished tweaking git repo https://github.com/soulware/mint
[INFO] tweaked toml for git repo https://github.com/soulware/mint written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/soulware/mint 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] crate git repo https://github.com/soulware/mint 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hyperlocal v0.9.1
[INFO] [stderr]   Downloaded aws-sigv4 v1.4.3
[INFO] [stderr]   Downloaded object_store v0.11.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60
[INFO] running `Command { std: "docker" "start" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", 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" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60" "/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" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", 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" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60" "/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]     Checking typenum v1.20.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking cmov v0.5.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]    Compiling aws-smithy-runtime-api-macros v1.0.0
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aws-smithy-types v1.4.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling mint v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking blake3 v1.8.5
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking aws-smithy-async v1.2.14
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.12.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking aws-credential-types v1.2.14
[INFO] [stderr]     Checking aws-smithy-http v0.63.6
[INFO] [stderr]     Checking aws-sigv4 v1.4.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking object_store v0.11.2
[INFO] [stderr]  Documenting mint v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `admin` links to private item `verify_discharge`
[INFO] [stdout]   --> src/admin.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! ([`verify_discharge`]). There is no bearer path and no per-human
[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 `router` links to private item `verify_discharge`
[INFO] [stdout]   --> src/admin.rs:58:54
[INFO] [stdout]    |
[INFO] [stdout] 58 | /// Admin routes. Every route is a `POST` gated by [`verify_discharge`]
[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 `AdminTarget` links to private item `authed_post`
[INFO] [stdout]    --> src/admin.rs:560:7
[INFO] [stdout]     |
[INFO] [stdout] 560 | /// [`authed_post`] assembles from the [`Operator`] and discharge, not in
[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 `canonical` links to private item `mint_session`
[INFO] [stdout]    --> src/auth.rs:120:11
[INFO] [stdout]     |
[INFO] [stdout] 120 |     /// [`mint_session`] stamps as the lone `scope` caveat value.
[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 `docs/design-auth-service.md`
[INFO] [stdout]    --> src/caveat.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |     /// holding `K_M-A` — see [`docs/design-auth-service.md`]). Carries
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `docs/design-auth-service.md` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `config` links to private item `read_policy`
[INFO] [stdout]  --> src/config.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! component — see [`read_policy`]). The Tigris admin credential is the
[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 `policy_file` links to private item `read_policy`
[INFO] [stdout]    --> src/config.rs:417:60
[INFO] [stdout]     |
[INFO] [stdout] 417 |     /// be a single normal path component — validated by [`read_policy`]
[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 `crate::tigris::DEFAULT_ENDPOINT`
[INFO] [stdout]   --> src/mint_rw.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// [`crate::tigris::DEFAULT_ENDPOINT`] for IAM: when `serve --tigris`
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DEFAULT_ENDPOINT` in module `tigris`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `MissingRequiredCaveat` links to private item `REQUIRED_CAVEATS`
[INFO] [stdout]   --> src/role.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |     /// A universally-required caveat ([`REQUIRED_CAVEATS`]) is absent.
[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 `authorize` links to private item `REQUIRED_CAVEATS`
[INFO] [stdout]   --> src/role.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 | /// cannot widen them at render time. Caveat presence ([`REQUIRED_CAVEATS`])
[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 `mac` links to private item `Self::compute_mac`
[INFO] [stdout]   --> src/seal.rs:96:15
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// see [`Self::compute_mac`].
[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 `mac` links to private item `approval_mac`
[INFO] [stdout]    --> src/state.rs:260:11
[INFO] [stdout]     |
[INFO] [stdout] 260 |     /// [`approval_mac`] for the exact input domain-separation.
[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 `mac` links to private item `tombstone_mac`
[INFO] [stdout]    --> src/state.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// [`tombstone_mac`].
[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 `init_k_m_a` links to private item `load_shared_key`
[INFO] [stdout]    --> src/state.rs:649:11
[INFO] [stdout]     |
[INFO] [stdout] 649 |     /// [`load_shared_key`] holds the on-disk custody
[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 `init_k_m_a`
[INFO] [stdout]    --> src/state.rs:670:23
[INFO] [stdout]     |
[INFO] [stdout] 670 |     /// `Some` when [`init_k_m_a`] has loaded or generated the key;
[INFO] [stdout]     |                       ^^^^^^^^^^ no item named `init_k_m_a` 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 `init_k_m_b` links to private item `load_shared_key`
[INFO] [stdout]    --> src/state.rs:680:33
[INFO] [stdout]     |
[INFO] [stdout] 680 |     /// [`KeyProvisioning`]); [`load_shared_key`] holds the on-disk custody
[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 `init_k_m_a`
[INFO] [stdout]    --> src/state.rs:706:11
[INFO] [stdout]     |
[INFO] [stdout] 706 |     /// [`init_k_m_a`]: 64 ASCII hex, mode 0600, generated on first
[INFO] [stdout]     |           ^^^^^^^^^^ no item named `init_k_m_a` 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 `init_k_session`
[INFO] [stdout]    --> src/state.rs:726:35
[INFO] [stdout]     |
[INFO] [stdout] 726 |     /// generated K_session via [`init_k_session`]; `None` everywhere
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ no item named `init_k_session` 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 `TigrisMinter` links to private item `DEFAULT_ENDPOINT`
[INFO] [stdout]    --> src/tigris.rs:126:51
[INFO] [stdout]     |
[INFO] [stdout] 126 | /// or a mock server in tests); production uses [`DEFAULT_ENDPOINT`].
[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 47.28s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/mint/index.html
[INFO] running `Command { std: "docker" "inspect" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", 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" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling aws-smithy-runtime-api-macros v1.0.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking aws-smithy-async v1.2.14
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.12.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking aws-smithy-http v0.63.6
[INFO] [stderr]     Checking aws-credential-types v1.2.14
[INFO] [stderr]     Checking aws-sigv4 v1.4.3
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking object_store v0.11.2
[INFO] [stderr]  Documenting mint v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `admin` links to private item `verify_discharge`
[INFO] [stdout]   --> src/admin.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! ([`verify_discharge`]). There is no bearer path and no per-human
[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 `router` links to private item `verify_discharge`
[INFO] [stdout]   --> src/admin.rs:58:54
[INFO] [stdout]    |
[INFO] [stdout] 58 | /// Admin routes. Every route is a `POST` gated by [`verify_discharge`]
[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 `AdminTarget` links to private item `authed_post`
[INFO] [stdout]    --> src/admin.rs:560:7
[INFO] [stdout]     |
[INFO] [stdout] 560 | /// [`authed_post`] assembles from the [`Operator`] and discharge, not in
[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 `canonical` links to private item `mint_session`
[INFO] [stdout]    --> src/auth.rs:120:11
[INFO] [stdout]     |
[INFO] [stdout] 120 |     /// [`mint_session`] stamps as the lone `scope` caveat value.
[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 `docs/design-auth-service.md`
[INFO] [stdout]    --> src/caveat.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |     /// holding `K_M-A` — see [`docs/design-auth-service.md`]). Carries
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `docs/design-auth-service.md` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `config` links to private item `read_policy`
[INFO] [stdout]  --> src/config.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! component — see [`read_policy`]). The Tigris admin credential is the
[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 `policy_file` links to private item `read_policy`
[INFO] [stdout]    --> src/config.rs:417:60
[INFO] [stdout]     |
[INFO] [stdout] 417 |     /// be a single normal path component — validated by [`read_policy`]
[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 `crate::tigris::DEFAULT_ENDPOINT`
[INFO] [stdout]   --> src/mint_rw.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// [`crate::tigris::DEFAULT_ENDPOINT`] for IAM: when `serve --tigris`
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DEFAULT_ENDPOINT` in module `tigris`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `MissingRequiredCaveat` links to private item `REQUIRED_CAVEATS`
[INFO] [stdout]   --> src/role.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |     /// A universally-required caveat ([`REQUIRED_CAVEATS`]) is absent.
[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 `authorize` links to private item `REQUIRED_CAVEATS`
[INFO] [stdout]   --> src/role.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 | /// cannot widen them at render time. Caveat presence ([`REQUIRED_CAVEATS`])
[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 `mac` links to private item `Self::compute_mac`
[INFO] [stdout]   --> src/seal.rs:96:15
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// see [`Self::compute_mac`].
[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 `mac` links to private item `approval_mac`
[INFO] [stdout]    --> src/state.rs:260:11
[INFO] [stdout]     |
[INFO] [stdout] 260 |     /// [`approval_mac`] for the exact input domain-separation.
[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 `mac` links to private item `tombstone_mac`
[INFO] [stdout]    --> src/state.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// [`tombstone_mac`].
[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 `init_k_m_a` links to private item `load_shared_key`
[INFO] [stdout]    --> src/state.rs:649:11
[INFO] [stdout]     |
[INFO] [stdout] 649 |     /// [`load_shared_key`] holds the on-disk custody
[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 `init_k_m_a`
[INFO] [stdout]    --> src/state.rs:670:23
[INFO] [stdout]     |
[INFO] [stdout] 670 |     /// `Some` when [`init_k_m_a`] has loaded or generated the key;
[INFO] [stdout]     |                       ^^^^^^^^^^ no item named `init_k_m_a` 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 `init_k_m_b` links to private item `load_shared_key`
[INFO] [stdout]    --> src/state.rs:680:33
[INFO] [stdout]     |
[INFO] [stdout] 680 |     /// [`KeyProvisioning`]); [`load_shared_key`] holds the on-disk custody
[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 `init_k_m_a`
[INFO] [stdout]    --> src/state.rs:706:11
[INFO] [stdout]     |
[INFO] [stdout] 706 |     /// [`init_k_m_a`]: 64 ASCII hex, mode 0600, generated on first
[INFO] [stdout]     |           ^^^^^^^^^^ no item named `init_k_m_a` 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 `init_k_session`
[INFO] [stdout]    --> src/state.rs:726:35
[INFO] [stdout]     |
[INFO] [stdout] 726 |     /// generated K_session via [`init_k_session`]; `None` everywhere
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ no item named `init_k_session` 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 `TigrisMinter` links to private item `DEFAULT_ENDPOINT`
[INFO] [stdout]    --> src/tigris.rs:126:51
[INFO] [stdout]     |
[INFO] [stdout] 126 | /// or a mock server in tests); production uses [`DEFAULT_ENDPOINT`].
[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 39.80s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/mint/index.html
[INFO] running `Command { std: "docker" "inspect" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60", kill_on_drop: false }`
[INFO] [stdout] 5cefd153507b8489cf7006d1a47e24393cbdebad0378ee55816dd41cb408ff60
