grpcio-sys 0.13.0+1.56.2-patched

FFI bindings to gRPC c core library
Documentation
Build #1862221 2025-03-13T11:11:01.717479+00:00
# rustc version
rustc 1.87.0-nightly (249cb8431 2025-03-12)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.13.0+1.56.2-patched/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.13.0+1.56.2-patched/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250312-1.87.0-nightly-249cb8431\", \"--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] effb56b8c72f6967633cf0d415f31512808144482b42057716fdb7308e557007
[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" "effb56b8c72f6967633cf0d415f31512808144482b42057716fdb7308e557007", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: use of deprecated method `cmake::Config::uses_cxx11`: no longer does anything, C++ is determined based on `cc::Build`, and the macOS issue has been fixed upstream
[INFO] [stderr]    --> build.rs:255:16
[INFO] [stderr]     |
[INFO] [stderr] 255 |         config.uses_cxx11().build()
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `grpcio-sys` (build script) generated 1 warning
[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.69s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/grpcio_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "effb56b8c72f6967633cf0d415f31512808144482b42057716fdb7308e557007", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "effb56b8c72f6967633cf0d415f31512808144482b42057716fdb7308e557007", kill_on_drop: false }`
[INFO] [stdout] effb56b8c72f6967633cf0d415f31512808144482b42057716fdb7308e557007