# rustc version rustc 1.99.0-nightly (3d50c25bc 2026-07-16)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "2e8b218a10c9bba73406641a79699d69466ab16317b8febec1795572a9bdce00" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260716-1.99.0-nightly-3d50c25bc\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: authorize_unsigned, bulk_authorization_benchmark, lock_integration, log_init, profiling_multi_issuer, profiling_unsigned [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cedarling v0.0.21 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `AuthorizeResult::is_allowed` [INFO] [stderr] --> src/authz/authorize_result.rs:116:26 [INFO] [stderr] | [INFO] [stderr] 116 | /// works based on [`AuthorizeResult::is_allowed`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AuthorizeResult` has no field or associated item named `is_allowed` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BootstrapConfigRaw` [INFO] [stderr] --> src/bootstrap_config/jwt_config.rs:206:18 [INFO] [stderr] | [INFO] [stderr] 206 | /// Is used in [`BootstrapConfigRaw`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `BootstrapConfigRaw` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Uri` links to private item `crate::init::policy_store::load_policy_store` [INFO] [stderr] --> src/bootstrap_config/policy_store_config.rs:126:47 [INFO] [stderr] | [INFO] [stderr] 126 | /// During loading, [`load_policy_store`](crate::init::policy_store::load_policy_store) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LogType::Memory` [INFO] [stderr] --> src/bootstrap_config/raw_config/config.rs:68:35 [INFO] [stderr] | [INFO] [stderr] 68 | /// If `log_type` is set to [`LogType::Memory`], this is the TTL (time to live) of [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `LogType` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LogType::Memory` [INFO] [stderr] --> src/bootstrap_config/raw_config/config.rs:74:67 [INFO] [stderr] | [INFO] [stderr] 74 | /// Maximum number of log entities that can be stored using [`LogType::Memory`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `LogType` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LogType::Memory` [INFO] [stderr] --> src/bootstrap_config/raw_config/config.rs:80:62 [INFO] [stderr] | [INFO] [stderr] 80 | /// Maximum size of a single log entity in bytes using [`LogType::Memory`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `LogType` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `PolicyStoreConfig::effective_refresh_interval` [INFO] [stderr] --> src/bootstrap_config/raw_config/config.rs:483:11 [INFO] [stderr] | [INFO] [stderr] 483 | /// [`PolicyStoreConfig::effective_refresh_interval`]. A server [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `PolicyStoreConfig` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `HttpClientConfig` links to private item `HttpClient` [INFO] [stderr] --> src/http/mod.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | /// Configuration for [`HttpClient`] — controls retry behavior and per-request timeout. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `DEFAULT_REQUEST_TIMEOUT` links to private item `HttpClient` [INFO] [stderr] --> src/http/mod.rs:61:65 [INFO] [stderr] | [INFO] [stderr] 61 | /// Default per-request timeout for production callers of [`HttpClient`]. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `DEFAULT_MAX_RETRIES` links to private item `HttpClient` [INFO] [stderr] --> src/http/mod.rs:72:61 [INFO] [stderr] | [INFO] [stderr] 72 | /// Default maximum retry count used when building an [`HttpClient`] without explicit config. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `DEFAULT_RETRY_DELAY` links to private item `HttpClient` [INFO] [stderr] --> src/http/mod.rs:75:58 [INFO] [stderr] | [INFO] [stderr] 75 | /// Default base retry delay used when building an [`HttpClient`] without explicit config. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `RequestUnverified` [INFO] [stderr] --> src/lib.rs:261:53 [INFO] [stderr] | [INFO] [stderr] 261 | /// makes authorization decision based on the [`RequestUnverified`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `RequestUnverified` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `cedarling` (lib doc) generated 12 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cedarling/index.html [INFO] running `Command { std: "docker" "inspect" "2e8b218a10c9bba73406641a79699d69466ab16317b8febec1795572a9bdce00", kill_on_drop: false }`