# rustc version rustc 1.92.0-nightly (6380899f3 2025-10-18)
# docs.rs version docsrs 0.6.0 (403e80ef 2025-10-16)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/google-analyticsadmin1_alpha-5.0.3+20220307/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/google-analyticsadmin1_alpha-5.0.3+20220307/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251018-1.92.0-nightly-6380899f3\", \"--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] 0c1189bd9491bedee4e67d1de5e7139513312009efdd7274c227ab61f955f730 [INFO] running `Command { std: "docker" "start" "-a" "0c1189bd9491bedee4e67d1de5e7139513312009efdd7274c227ab61f955f730", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting google-analyticsadmin1_alpha v5.0.3+20220307 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:998:83 [INFO] [stderr] | [INFO] [stderr] 998 | /// Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com" [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] 998 | /// Immutable. Domain name of the web app being measured, or empty. Example: "<http://www.google.com>", "https://www.google.com" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:998:108 [INFO] [stderr] | [INFO] [stderr] 998 | /// Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.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] 998 | /// Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "<https://www.google.com>" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1629:78 [INFO] [stderr] | [INFO] [stderr] 1629 | /// The currency type used in reports involving monetary values. Format: https://en.wikipedia.org/wiki/ISO_4217 Examples: "USD", "EUR... [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] 1629 | /// The currency type used in reports involving monetary values. Format: <https://en.wikipedia.org/wiki/ISO_4217> Examples: "USD", "EUR", "JPY" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:1659:305 [INFO] [stderr] | [INFO] [stderr] 1659 | ...forward, and is not applied retroactively. Format: https://www.iana.org/time-zones Example: "America/Los_Angeles" [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] 1659 | /// Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes. NOTE: Changing the time zone only affects data going forward, and is not applied retroactively. Format: <https://www.iana.org/time-zones> Example: "America/Los_Angeles" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:2168:376 [INFO] [stderr] | [INFO] [stderr] 2168 | ..., UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found. [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] 2168 | /// Marks target Account as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, UserLinks) will be permanently purged. <https://support.google.com/analytics/answer/6154772> Returns an error if the target is not found. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:3346:370 [INFO] [stderr] | [INFO] [stderr] 3346 | ..., UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not fou... [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] 3346 | /// Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged. <https://support.google.com/analytics/answer/6154772> Returns an error if the target is not found, or is not an GA4 Property. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:6615:372 [INFO] [stderr] | [INFO] [stderr] 6615 | ..., UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found. [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] 6615 | /// Marks target Account as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, UserLinks) will be permanently purged. <https://support.google.com/analytics/answer/6154772> Returns an error if the target is not found. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api.rs:24089:366 [INFO] [stderr] | [INFO] [stderr] 24089 | ..., UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not fou... [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] 24089 | /// Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged. <https://support.google.com/analytics/answer/6154772> Returns an error if the target is not found, or is not an GA4 Property. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `google-analyticsadmin1_alpha` (lib doc) generated 8 warnings (run `cargo fix --lib -p google-analyticsadmin1_alpha` to apply 8 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/google_analyticsadmin1_alpha/index.html [INFO] running `Command { std: "docker" "inspect" "0c1189bd9491bedee4e67d1de5e7139513312009efdd7274c227ab61f955f730", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c1189bd9491bedee4e67d1de5e7139513312009efdd7274c227ab61f955f730", kill_on_drop: false }` [INFO] [stdout] 0c1189bd9491bedee4e67d1de5e7139513312009efdd7274c227ab61f955f730