Build #1666387 2025-01-24T21:36:14.762674+00:00
# rustc version
rustc 1.86.0-nightly (99768c80a 2025-01-23)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/grpcio-sys-0.13.0+1.56.2-patched/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/grpcio-sys-0.13.0+1.56.2-patched/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250123-1.86.0-nightly-99768c80a\", \"--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] 20b590e81abfc1bf9ea35fb2917d6773166cff3488e299830311d000d8627bd2
[INFO] running `Command { std: "docker" "start" "-a" "20b590e81abfc1bf9ea35fb2917d6773166cff3488e299830311d000d8627bd2", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting grpcio-sys v0.13.0+1.56.2-patched (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `0:split`
[INFO] [stderr] --> /opt/rustwide/workdir/bindings/bindings.rs:618:13
[INFO] [stderr] |
[INFO] [stderr] 618 | #[doc = " Splits s into two: modifies s to be s[0:split], and returns a new slice,"]
[INFO] [stderr] | _____________^
[INFO] [stderr] 619 | | #[doc = "sharing a refcount with s, that contains s[split:s.length]."]
[INFO] [stderr] 620 | | #[doc = "Requires s initialized, split <= s.length"]
[INFO] [stderr] | |_______________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Splits s into two: modifies s to be s[0:split], and returns a new slice,
[INFO] [stderr] ^^^^^^^
[INFO] [stderr] = note: no item named `0:split` in scope
[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 `0:split`
[INFO] [stderr] --> /opt/rustwide/workdir/bindings/bindings.rs:641:13
[INFO] [stderr] |
[INFO] [stderr] 641 | #[doc = " Splits s into two: modifies s to be s[split:s.length], and returns a new"]
[INFO] [stderr] | _____________^
[INFO] [stderr] 642 | | #[doc = "slice, sharing a refcount with s, that contains s[0:split]."]
[INFO] [stderr] 643 | | #[doc = "Requires s initialized, split <= s.length"]
[INFO] [stderr] | |_______________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] slice, sharing a refcount with s, that contains s[0:split].
[INFO] [stderr] ^^^^^^^
[INFO] [stderr] = note: no item named `0:split` in scope
[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] --> /opt/rustwide/workdir/bindings/bindings.rs:1642:13
[INFO] [stderr] |
[INFO] [stderr] 1642 | #[doc = " EXPERIMENTAL. Returns 1 if the grpc library has been initialized."]
[INFO] [stderr] | _____________^
[INFO] [stderr] 1643 | | #[doc = "TODO(ericgribkoff) Decide if this should be promoted to non-experimental as"]
[INFO] [stderr] 1644 | | #[doc = "part of stabilizing the fork support API, as tracked in"]
[INFO] [stderr] 1645 | | #[doc = "https://github.com/grpc/grpc/issues/15334"]
[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] 1642 ~ #[doc = <" EXPERIMENTAL. Returns 1 if the grpc library has been initialized."]
[INFO] [stderr] 1643 | #[doc = "TODO(ericgribkoff) Decide if this should be promoted to non-experimental as"]
[INFO] [stderr] 1644 | #[doc = "part of stabilizing the fork support API, as tracked in"]
[INFO] [stderr] 1645 ~ #[doc = "https://github.com/grpc/grpc/issues/15334">]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> /opt/rustwide/workdir/bindings/bindings.rs:2241:13
[INFO] [stderr] |
[INFO] [stderr] 2241 | #[doc = " CHANNELZ API *************/"]
[INFO] [stderr] | _____________^
[INFO] [stderr] 2242 | | #[doc = "churn as the feature is implemented. This comment will be removed once"]
[INFO] [stderr] 2243 | | #[doc = "channelz is officially supported, and these APIs become stable. For now"]
[INFO] [stderr] 2244 | | #[doc = "you may track the progress by following this github issue:"]
[INFO] [stderr] ... |
[INFO] [stderr] 2251 | | #[doc = "For easy conversion to protobuf, The JSON is formatted according to:"]
[INFO] [stderr] 2252 | | #[doc = "https://developers.google.com/protocol-buffers/docs/proto3#json."]
[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] 2241 ~ #[doc = <" CHANNELZ API *************/"]
[INFO] [stderr] 2242 | #[doc = "churn as the feature is implemented. This comment will be removed once"]
[INFO] [stderr] ...
[INFO] [stderr] 2251 | #[doc = "For easy conversion to protobuf, The JSON is formatted according to:"]
[INFO] [stderr] 2252 ~ #[doc = "https://developers.google.com/protocol-buffers/docs/proto3#json.">]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> /opt/rustwide/workdir/bindings/bindings.rs:2790:13
[INFO] [stderr] |
[INFO] [stderr] 2790 | #[doc = " Creates an STS credentials following the STS Token Exchanged specifed in the"]
[INFO] [stderr] | _____________^
[INFO] [stderr] 2791 | | #[doc = "IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] 2792 | | #[doc = "This API is used for experimental purposes for now and may change in the"]
[INFO] [stderr] 2793 | | #[doc = "future."]
[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] 2790 ~ #[doc = <" Creates an STS credentials following the STS Token Exchanged specifed in the"]
[INFO] [stderr] 2791 | #[doc = "IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] 2792 | #[doc = "This API is used for experimental purposes for now and may change in the"]
[INFO] [stderr] 2793 ~ #[doc = "future.">]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> /opt/rustwide/workdir/bindings/bindings.rs:2770:9
[INFO] [stderr] |
[INFO] [stderr] 2770 | #[doc = " Options for creating STS Oauth Token Exchange credentials following the IETF"]
[INFO] [stderr] | _________^
[INFO] [stderr] 2771 | | #[doc = "draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] 2772 | | #[doc = "Optional fields may be set to NULL or empty string. It is the responsibility"]
[INFO] [stderr] 2773 | | #[doc = "of the caller to ensure that the subject and actor tokens are refreshed on"]
[INFO] [stderr] 2774 | | #[doc = "disk at the specified paths. This API is used for experimental purposes for"]
[INFO] [stderr] 2775 | | #[doc = "now and may change in the future."]
[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] 2770 ~ #[doc = <" Options for creating STS Oauth Token Exchange credentials following the IETF"]
[INFO] [stderr] 2771 | #[doc = "draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] ...
[INFO] [stderr] 2774 | #[doc = "disk at the specified paths. This API is used for experimental purposes for"]
[INFO] [stderr] 2775 ~ #[doc = "now and may change in the future.">]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: `grpcio-sys` (lib doc) generated 6 warnings (run `cargo fix --lib -p grpcio-sys` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/grpcio_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "20b590e81abfc1bf9ea35fb2917d6773166cff3488e299830311d000d8627bd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20b590e81abfc1bf9ea35fb2917d6773166cff3488e299830311d000d8627bd2", kill_on_drop: false }`
[INFO] [stdout] 20b590e81abfc1bf9ea35fb2917d6773166cff3488e299830311d000d8627bd2