grpcio-sys 0.9.0+1.38.0

FFI bindings to gRPC c core library
Documentation
Build #392033 2021-05-24T11:50:49.695261+00:00
# rustc version
rustc 1.54.0-nightly (f64503eb5 2021-05-23)# docs.rs version
docsrs 0.6.0 (c2d325f 2021-05-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.9.0+1.38.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.9.0+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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210523-1.54.0-nightly-f64503eb5" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 274639cab548fb6edb48c8f977bb400b33cde9f4ce70a4b02420bef84d02fde4
[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" "274639cab548fb6edb48c8f977bb400b33cde9f4ce70a4b02420bef84d02fde4", kill_on_drop: false }`
[INFO] [stderr]  Documenting grpcio-sys v0.9.0+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: 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: 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: 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: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: 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: 10 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "274639cab548fb6edb48c8f977bb400b33cde9f4ce70a4b02420bef84d02fde4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "274639cab548fb6edb48c8f977bb400b33cde9f4ce70a4b02420bef84d02fde4", kill_on_drop: false }`
[INFO] [stdout] 274639cab548fb6edb48c8f977bb400b33cde9f4ce70a4b02420bef84d02fde4