grpcio-sys 0.9.1+1.38.0

FFI bindings to gRPC c core library
Documentation
Build #438662 2021-09-22T07:40:27.901711+00:00
# rustc version
rustc 1.57.0-nightly (ac2d9fc50 2021-09-21)# docs.rs version
docsrs 0.6.0 (8e35ec4 2021-09-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.9.1+1.38.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.9.1+1.38.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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210921-1.57.0-nightly-ac2d9fc50" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 379878f42688e71c54453307ebdbf12383bafcd7ef68ea5784bcf9fd96858661
[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" "379878f42688e71c54453307ebdbf12383bafcd7ef68ea5784bcf9fd96858661", kill_on_drop: false }`
[INFO] [stderr]  Documenting grpcio-sys v0.9.1+1.38.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `0:split`
[INFO] [stderr]    --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:535:5
[INFO] [stderr]     |
[INFO] [stderr] 535 | /     #[doc = " Splits s into two: modifies s to be s[0:split], and returns a new slice,"]
[INFO] [stderr] 536 | |     #[doc = "sharing a refcount with s, that contains s[split:s.length]."]
[INFO] [stderr] 537 | |     #[doc = "Requires s initialized, split <= s.length"]
[INFO] [stderr]     | |________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[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] 
[INFO] [stderr] warning: unresolved link to `0:split`
[INFO] [stderr]    --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:558:5
[INFO] [stderr]     |
[INFO] [stderr] 558 | /     #[doc = " Splits s into two: modifies s to be s[split:s.length], and returns a new"]
[INFO] [stderr] 559 | |     #[doc = "slice, sharing a refcount with s, that contains s[0:split]."]
[INFO] [stderr] 560 | |     #[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/x86_64-unknown-linux-gnu-bindings.rs:1674:5
[INFO] [stderr]      |
[INFO] [stderr] 1674 | /     #[doc = " EXPERIMENTAL. Returns 1 if the grpc library has been initialized."]
[INFO] [stderr] 1675 | |     #[doc = "TODO(ericgribkoff) Decide if this should be promoted to non-experimental as"]
[INFO] [stderr] 1676 | |     #[doc = "part of stabilizing the fork support API, as tracked in"]
[INFO] [stderr] 1677 | |     #[doc = "https://github.com/grpc/grpc/issues/15334"]
[INFO] [stderr]      | |________________________________________________________^ help: use an automatic link instead: `<https://github.com/grpc/grpc/issues/15334>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(rustdoc::bare_urls)]` on by default
[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]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:2244:5
[INFO] [stderr]      |
[INFO] [stderr] 2244 | /     #[doc = " CHANNELZ API *************/"]
[INFO] [stderr] 2245 | |     #[doc = "churn as the feature is implemented. This comment will be removed once"]
[INFO] [stderr] 2246 | |     #[doc = "channelz is officially supported, and these APIs become stable. For now"]
[INFO] [stderr] 2247 | |     #[doc = "you may track the progress by following this github issue:"]
[INFO] [stderr] ...    |
[INFO] [stderr] 2254 | |     #[doc = "For easy conversion to protobuf, The JSON is formatted according to:"]
[INFO] [stderr] 2255 | |     #[doc = "https://developers.google.com/protocol-buffers/docs/proto3#json."]
[INFO] [stderr]      | |_______________________________________________________________________________^ help: use an automatic link instead: `<https://github.com/grpc/grpc/issues/15340>`
[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]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:2244:5
[INFO] [stderr]      |
[INFO] [stderr] 2244 | /     #[doc = " CHANNELZ API *************/"]
[INFO] [stderr] 2245 | |     #[doc = "churn as the feature is implemented. This comment will be removed once"]
[INFO] [stderr] 2246 | |     #[doc = "channelz is officially supported, and these APIs become stable. For now"]
[INFO] [stderr] 2247 | |     #[doc = "you may track the progress by following this github issue:"]
[INFO] [stderr] ...    |
[INFO] [stderr] 2254 | |     #[doc = "For easy conversion to protobuf, The JSON is formatted according to:"]
[INFO] [stderr] 2255 | |     #[doc = "https://developers.google.com/protocol-buffers/docs/proto3#json."]
[INFO] [stderr]      | |_______________________________________________________________________________^ help: use an automatic link instead: `<https://github.com/grpc/grpc/blob/master/src/proto/grpc/channelz/channelz.proto.>`
[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]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:2244:5
[INFO] [stderr]      |
[INFO] [stderr] 2244 | /     #[doc = " CHANNELZ API *************/"]
[INFO] [stderr] 2245 | |     #[doc = "churn as the feature is implemented. This comment will be removed once"]
[INFO] [stderr] 2246 | |     #[doc = "channelz is officially supported, and these APIs become stable. For now"]
[INFO] [stderr] 2247 | |     #[doc = "you may track the progress by following this github issue:"]
[INFO] [stderr] ...    |
[INFO] [stderr] 2254 | |     #[doc = "For easy conversion to protobuf, The JSON is formatted according to:"]
[INFO] [stderr] 2255 | |     #[doc = "https://developers.google.com/protocol-buffers/docs/proto3#json."]
[INFO] [stderr]      | |_______________________________________________________________________________^ help: use an automatic link instead: `<https://developers.google.com/protocol-buffers/docs/proto3#json.>`
[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]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:2808:5
[INFO] [stderr]      |
[INFO] [stderr] 2808 | /     #[doc = " Creates an STS credentials following the STS Token Exchanged specifed in the"]
[INFO] [stderr] 2809 | |     #[doc = "IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] 2810 | |     #[doc = "This API is used for experimental purposes for now and may change in the"]
[INFO] [stderr] 2811 | |     #[doc = "future."]
[INFO] [stderr]      | |______________________^ help: use an automatic link instead: `<https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16.>`
[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]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:2788:1
[INFO] [stderr]      |
[INFO] [stderr] 2788 | / #[doc = " Options for creating STS Oauth Token Exchange credentials following the IETF"]
[INFO] [stderr] 2789 | | #[doc = "draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16."]
[INFO] [stderr] 2790 | | #[doc = "Optional fields may be set to NULL or empty string. It is the responsibility"]
[INFO] [stderr] 2791 | | #[doc = "of the caller to ensure that the subject and actor tokens are refreshed on"]
[INFO] [stderr] 2792 | | #[doc = "disk at the specified paths. This API is used for experimental purposes for"]
[INFO] [stderr] 2793 | | #[doc = "now and may change in the future."]
[INFO] [stderr]      | |____________________________________________^ help: use an automatic link instead: `<https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16.>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `grpcio-sys` (lib doc) generated 8 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.45s
[INFO] running `Command { std: "docker" "inspect" "379878f42688e71c54453307ebdbf12383bafcd7ef68ea5784bcf9fd96858661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "379878f42688e71c54453307ebdbf12383bafcd7ef68ea5784bcf9fd96858661", kill_on_drop: false }`
[INFO] [stdout] 379878f42688e71c54453307ebdbf12383bafcd7ef68ea5784bcf9fd96858661