light-openid 2.0.0

Lightweight OpenID primitives & client
Documentation

Build #4046841 2026-08-05 12:39:08

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# 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" "d01f078064c490df5bdd39b774d47800873daf6625253b3f8984bf583985979b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting light-openid v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `RFC5646` [INFO] [stderr] --> src/primitives.rs:136:52 [INFO] [stderr] | [INFO] [stderr] 136 | /// End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639 Alpha-2 [ISO639] language co... [INFO] [stderr] | ^^^^^^^ no item named `RFC5646` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ISO639` [INFO] [stderr] --> src/primitives.rs:136:113 [INFO] [stderr] | [INFO] [stderr] 136 | ...e tag. This is typically an ISO 639 Alpha-2 [ISO639] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country co... [INFO] [stderr] | ^^^^^^ no item named `ISO639` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `RFC3966` [INFO] [stderr] --> src/primitives.rs:140:273 [INFO] [stderr] | [INFO] [stderr] 140 | ...xtension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678. [INFO] [stderr] | ^^^^^^^ no item named `RFC3966` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `RFC8259` [INFO] [stderr] --> src/primitives.rs:148:90 [INFO] [stderr] | [INFO] [stderr] 148 | ... The value of the address member is a JSON [RFC8259] structure containing some or all of the members defined in Section 5.1.1. [INFO] [stderr] | ^^^^^^^ no item named `RFC8259` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | //! See https://gitea.communiquons.org/pierre/oidc-test-client for an example of usage of this library [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5 | //! See <https://gitea.communiquons.org/pierre/oidc-test-client> for an example of usage of this library [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/primitives.rs:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | /// * OAuth specifications: https://datatracker.ietf.org/doc/html/rfc6749#section-5.1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 53 | /// * OAuth specifications: <https://datatracker.ietf.org/doc/html/rfc6749#section-5.1> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/primitives.rs:54:35 [INFO] [stderr] | [INFO] [stderr] 54 | /// * OpenID Core specifications: https://openid.net/specs/openid-connect-core-1_0.html#TokenResponse [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 54 | /// * OpenID Core specifications: <https://openid.net/specs/openid-connect-core-1_0.html#TokenResponse> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `light-openid` (lib doc) generated 7 warnings (run `cargo fix --lib -p light-openid` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/light_openid/index.html [INFO] running `Command { std: "docker" "inspect" "d01f078064c490df5bdd39b774d47800873daf6625253b3f8984bf583985979b", kill_on_drop: false }`