Build #2316071 2025-07-14 02:15:11
# rustc version
rustc 1.90.0-nightly (e9182f195 2025-07-13)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/firestore-db-and-auth-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/firestore-db-and-auth-0.8.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "external_doc rocket_support" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250713-1.90.0-nightly-e9182f195\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1be892ce6c80807ce1bdd3bd7ba9ead833227f25b65fcf3ff1aa27e60a1bf5df
[INFO] running `Command { std: "docker" "start" "-a" "1be892ce6c80807ce1bdd3bd7ba9ead833227f25b65fcf3ff1aa27e60a1bf5df", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: create_read_write_document, firebase_user, own_auth, rocket_http_protected_route, session_cookie
[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 firestore-db-and-auth v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::session`
[INFO] [stderr] --> src/dto.rs:5:75
[INFO] [stderr] |
[INFO] [stderr] 5 | //! Domain specific DTOs for OAuth or session management are defined in [`crate::session`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `session` in module `firestore_db_and_auth`
[INFO] [stderr] |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:1:9
[INFO] [stderr] |
[INFO] [stderr] 1 | #![deny(warnings)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/../readme.md:18:8
[INFO] [stderr] |
[INFO] [stderr] 18 | (See https://cloud.google.com/storage/docs/reference/libraries#client-libraries-install-cpp)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 18 | (See <https://cloud.google.com/storage/docs/reference/libraries#client-libraries-install-cpp>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/../readme.md:220:3
[INFO] [stderr] |
[INFO] [stderr] 220 | * https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com -> Store as `securetoken.jwks`
[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] 220 | * <https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com> -> Store as `securetoken.jwks`
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/../readme.md:221:3
[INFO] [stderr] |
[INFO] [stderr] 221 | * https://www.googleapis.com/service_accounts/v1/jwk/{your-service-account-email} -> Store as `service-account.jwks`
[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] 221 | * <https://www.googleapis.com/service_accounts/v1/jwk/>{your-service-account-email} -> Store as `service-account.jwks`
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/credentials.rs:127:11
[INFO] [stderr] |
[INFO] [stderr] 127 | /// * https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com
[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] 127 | /// * <https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/credentials.rs:128:11
[INFO] [stderr] |
[INFO] [stderr] 128 | /// * https://www.googleapis.com/service_accounts/v1/jwk/{your-service-account-email}
[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] 128 | /// * <https://www.googleapis.com/service_accounts/v1/jwk/>{your-service-account-email}
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/errors.rs:21:14
[INFO] [stderr] |
[INFO] [stderr] 21 | /// (see https://firebase.google.com/docs/reference/rest/auth#section-error-format)
[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] 21 | /// (see <https://firebase.google.com/docs/reference/rest/auth#section-error-format>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jwt.rs:53:11
[INFO] [stderr] |
[INFO] [stderr] 53 | /// * https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com
[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 | /// * <https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/jwt.rs:54:11
[INFO] [stderr] |
[INFO] [stderr] 54 | /// * https://www.googleapis.com/service_accounts/v1/jwk/{your-service-account-email}
[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 | /// * <https://www.googleapis.com/service_accounts/v1/jwk/>{your-service-account-email}
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sessions.rs:41:16
[INFO] [stderr] |
[INFO] [stderr] 41 | /// see: * https://firebase.google.com/docs/projects/provisioning/configure-oauth?hl=en#add-idp
[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] 41 | /// see: * <https://firebase.google.com/docs/projects/provisioning/configure-oauth?hl=en#add-idp>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sessions.rs:189:15
[INFO] [stderr] |
[INFO] [stderr] 189 | /// * https://firebase.google.com/docs/reference/rest/auth#section-refresh-token
[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] 189 | /// * <https://firebase.google.com/docs/reference/rest/auth#section-refresh-token>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sessions.rs:190:15
[INFO] [stderr] |
[INFO] [stderr] 190 | /// * https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library
[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] 190 | /// * <https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sessions.rs:415:13
[INFO] [stderr] |
[INFO] [stderr] 415 | /// See https://firebase.google.com/docs/auth/admin/manage-cookies
[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] 415 | /// See <https://firebase.google.com/docs/auth/admin/manage-cookies>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/sessions.rs:536:17
[INFO] [stderr] |
[INFO] [stderr] 536 | /// See https://developers.google.com/identity/protocols/OAuth2ServiceAccount
[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] 536 | /// See <https://developers.google.com/identity/protocols/OAuth2ServiceAccount>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `firestore-db-and-auth` (lib doc) generated 14 warnings (run `cargo fix --lib -p firestore-db-and-auth` to apply 13 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/firestore_db_and_auth/index.html
[INFO] running `Command { std: "docker" "inspect" "1be892ce6c80807ce1bdd3bd7ba9ead833227f25b65fcf3ff1aa27e60a1bf5df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1be892ce6c80807ce1bdd3bd7ba9ead833227f25b65fcf3ff1aa27e60a1bf5df", kill_on_drop: false }`
[INFO] [stdout] 1be892ce6c80807ce1bdd3bd7ba9ead833227f25b65fcf3ff1aa27e60a1bf5df