taskcluster 55.0.1

API client for Taskcluster; typically used via `taskcluster`
Documentation
Build #904657 2023-09-05T17:35:20.773506+00:00
# rustc version
rustc 1.74.0-nightly (ec08a0337 2023-09-04)
# docs.rs version
docsrs 0.6.0 (d381c37c 2023-09-01)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/taskcluster-55.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/taskcluster-55.0.1/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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230904-1.74.0-nightly-ec08a0337\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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] 58753c5c3d1fe51fe3bc2e07015c97ae4180447b731ab9cc32c424a314f14a5f
[INFO] running `Command { std: "docker" "start" "-a" "58753c5c3d1fe51fe3bc2e07015c97ae4180447b731ab9cc32c424a314f14a5f", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting taskcluster v55.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:15:19
[INFO] [stderr]    |
[INFO] [stderr] 15 | [`ClientBuilder`](crate::ClientBuilder) type.   This allows construction of a client with only the
[INFO] [stderr]    |  ---------------  ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |  |
[INFO] [stderr]    |  because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 15 | [`ClientBuilder`] type.   This allows construction of a client with only the
[INFO] [stderr]    | ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:19:51
[INFO] [stderr]    |
[INFO] [stderr] 19 | There is a type for each service, e.g., [`Queue`](crate::Queue) and [`Auth`](crate::Auth).  Each service type defines functions
[INFO] [stderr]    |                                          -------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 19 | There is a type for each service, e.g., [`Queue`] and [`Auth`](crate::Auth).  Each service type defines functions
[INFO] [stderr]    |                                         ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:19:78
[INFO] [stderr]    |
[INFO] [stderr] 19 | There is a type for each service, e.g., [`Queue`](crate::Queue) and [`Auth`](crate::Auth).  Each service type defines functions
[INFO] [stderr]    |                                                                      ------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 19 | There is a type for each service, e.g., [`Queue`](crate::Queue) and [`Auth`].  Each service type defines functions
[INFO] [stderr]    |                                                                     ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:183:105
[INFO] [stderr]     |
[INFO] [stderr] 183 | As a shortcut for the common case of getting the HTTP status code for an error, use [`err_status_code`](crate::err_status_code).
[INFO] [stderr]     |                                                                                      -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                                                      |
[INFO] [stderr]     |                                                                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 183 | As a shortcut for the common case of getting the HTTP status code for an error, use [`err_status_code`].
[INFO] [stderr]     |                                                                                     ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:189:16
[INFO] [stderr]     |
[INFO] [stderr] 189 | the [`Client`](crate::Client) type:
[INFO] [stderr]     |      --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |      |
[INFO] [stderr]     |      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 189 | the [`Client`] type:
[INFO] [stderr]     |     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/credentials.rs:135:9
[INFO] [stderr]     |
[INFO] [stderr] 135 |     /// https://github.com/taskcluster/taskcluster-auth/pull/117 so no clock skew is
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/taskcluster/taskcluster-auth/pull/117>`
[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] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/credentials.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |     /// See https://docs.taskcluster.net/docs/manual/design/apis/hawk/temporary-credentials
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.taskcluster.net/docs/manual/design/apis/hawk/temporary-credentials>`
[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/generated/auth.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/github.rs:106:9
[INFO] [stderr]     |
[INFO] [stderr] 106 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/hooks.rs:100:9
[INFO] [stderr]     |
[INFO] [stderr] 100 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/index.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/index.rs:311:11
[INFO] [stderr]     |
[INFO] [stderr] 311 |     /// * https://tc.example.com/api/index/v1/task/some-app.win64.latest.installer/artifacts/public/installer.exe`
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tc.example.com/api/index/v1/task/some-app.win64.latest.installer/artifacts/public/installer.exe>`
[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/generated/index.rs:312:11
[INFO] [stderr]     |
[INFO] [stderr] 312 |     /// * https://tc.example.com/api/index/v1/task/some-app.win64.latest.installer/artifacts/public/debug-symbols.zip`
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tc.example.com/api/index/v1/task/some-app.win64.latest.installer/artifacts/public/debug-symbols.zip>`
[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/generated/notify.rs:100:9
[INFO] [stderr]     |
[INFO] [stderr] 100 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/object.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/purgecache.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/queue.rs:143:9
[INFO] [stderr]     |
[INFO] [stderr] 143 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/secrets.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[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/generated/workermanager.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     /// https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/mozilla-services/Dockerflow/blob/main/docs/version_object.md>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `taskcluster` (lib doc) generated 19 warnings (run `cargo fix --lib -p taskcluster` to apply 14 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "58753c5c3d1fe51fe3bc2e07015c97ae4180447b731ab9cc32c424a314f14a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58753c5c3d1fe51fe3bc2e07015c97ae4180447b731ab9cc32c424a314f14a5f", kill_on_drop: false }`
[INFO] [stdout] 58753c5c3d1fe51fe3bc2e07015c97ae4180447b731ab9cc32c424a314f14a5f