Build #1098374 2024-01-22 16:27:12
# rustc version
rustc 1.77.0-nightly (ef71f1047 2024-01-21)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/firestore-db-and-auth-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/firestore-db-and-auth-0.8.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "external_doc rocket_support" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240121-1.77.0-nightly-ef71f1047\", \"--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] [stdout] 8ff4c07ab19512bee6ce4851e91e59af9172bfd4ae1f79b06f5eecfc7ef09d08
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "8ff4c07ab19512bee6ce4851e91e59af9172bfd4ae1f79b06f5eecfc7ef09d08", 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: `list` is both a function and a module
[INFO] [stderr] --> src/documents/delete.rs:7:52
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`list`] and [`query`] document metadata objects.
[INFO] [stderr] | ^^^^ ambiguous link
[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] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`list()`] and [`query`] document metadata objects.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`mod@list`] and [`query`] document metadata objects.
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `query` is both a function and a module
[INFO] [stderr] --> src/documents/delete.rs:7:65
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`list`] and [`query`] document metadata objects.
[INFO] [stderr] | ^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`list`] and [`query()`] document metadata objects.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 7 | /// You cannot use this directly with paths from [`list`] and [`mod@query`] document metadata objects.
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `query` is both a function and a module
[INFO] [stderr] --> src/documents/query.rs:83:44
[INFO] [stderr] |
[INFO] [stderr] 83 | /// This type is returned as a result by [`query`].
[INFO] [stderr] | ^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 83 | /// This type is returned as a result by [`query()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 83 | /// This type is returned as a result by [`mod@query`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `delete` is both a function and a module
[INFO] [stderr] --> src/documents/mod.rs:86:55
[INFO] [stderr] |
[INFO] [stderr] 86 | /// This is usually used to get a suitable path for [`delete`].
[INFO] [stderr] | ^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 86 | /// This is usually used to get a suitable path for [`delete()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 86 | /// This is usually used to get a suitable path for [`mod@delete`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[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] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:2:27
[INFO] [stderr] |
[INFO] [stderr] 2 | #![cfg_attr(not(doctest), doc = include_str!("../readme.md"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://cloud.google.com/storage/docs/reference/libraries#client-libraries-install-cpp>`
[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]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:2:27
[INFO] [stderr] |
[INFO] [stderr] 2 | #![cfg_attr(not(doctest), doc = include_str!("../readme.md"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:2:27
[INFO] [stderr] |
[INFO] [stderr] 2 | #![cfg_attr(not(doctest), doc = include_str!("../readme.md"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://firebase.google.com/docs/reference/rest/auth#section-error-format>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.googleapis.com/service_accounts/v1/jwk/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://firebase.google.com/docs/projects/provisioning/configure-oauth?hl=en#add-idp>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://firebase.google.com/docs/reference/rest/auth#section-refresh-token>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://firebase.google.com/docs/auth/admin/manage-cookies>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developers.google.com/identity/protocols/OAuth2ServiceAccount>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `firestore-db-and-auth` (lib doc) generated 18 warnings (run `cargo fix --lib -p firestore-db-and-auth` to apply 13 suggestions)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/firestore_db_and_auth/index.html
[INFO] running `Command { std: "docker" "inspect" "8ff4c07ab19512bee6ce4851e91e59af9172bfd4ae1f79b06f5eecfc7ef09d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ff4c07ab19512bee6ce4851e91e59af9172bfd4ae1f79b06f5eecfc7ef09d08", kill_on_drop: false }`
[INFO] [stdout] 8ff4c07ab19512bee6ce4851e91e59af9172bfd4ae1f79b06f5eecfc7ef09d08