grpcio-sys 0.5.4

FFI bindings to gRPC c core library
Documentation
Build #275387 2020-07-27T09:53:59.296885+00:00
# rustc version
rustc 1.47.0-nightly (6c8927b0c 2020-07-26)
# docs.rs version
docsrs 0.6.0 (05d12ca 2020-07-26)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.5.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/grpcio-sys-0.5.4/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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200726-1.47.0-nightly-6c8927b0c --static-root-path / --cap-lints warn --extern-html-root-url libz_sys=https://docs.rs/libz-sys/1.0.25 --extern-html-root-url cmake=https://docs.rs/cmake/0.1.44 --extern-html-root-url walkdir=https://docs.rs/walkdir/2.3.1 --extern-html-root-url cc=https://docs.rs/cc/1.0.58 --extern-html-root-url libc=https://docs.rs/libc/0.2.73 --extern-html-root-url bindgen=https://docs.rs/bindgen/0.51.1 --extern-html-root-url pkg_config=https://docs.rs/pkg-config/0.3.18" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2", kill_on_drop: false }`
[INFO] [stdout] 6eeb2d49790f50d28bafbe11c8f0c39dd2828fe07f688814711e758a20130cb2
[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" "6eeb2d49790f50d28bafbe11c8f0c39dd2828fe07f688814711e758a20130cb2", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling libc v0.2.73
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling bindgen v0.51.1
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cmake v0.1.44
[INFO] [stderr]    Compiling clang-sys v0.28.1
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling libz-sys v1.0.25
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling cexpr v0.3.6
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling grpcio-sys v0.5.4 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting grpcio-sys v0.5.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `0:split`
[INFO] [stderr]     --> /opt/rustwide/workdir/bindings/x86_64-unknown-linux-gnu-bindings.rs:1019:5
[INFO] [stderr]      |
[INFO] [stderr] 1019 | /     #[doc = " Splits s into two: modifies s to be s[0:split], and returns a new slice,"]
[INFO] [stderr] 1020 | |     #[doc = "sharing a refcount with s, that contains s[split:s.length]."]
[INFO] [stderr] 1021 | |     #[doc = "Requires s initialized, split <= s.length"]
[INFO] [stderr]      | |________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(intra_doc_link_resolution_failure)]` 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]      = 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:1042:5
[INFO] [stderr]      |
[INFO] [stderr] 1042 | /     #[doc = " Splits s into two: modifies s to be s[split:s.length], and returns a new"]
[INFO] [stderr] 1043 | |     #[doc = "slice, sharing a refcount with s, that contains s[0:split]."]
[INFO] [stderr] 1044 | |     #[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]      = 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:1019:5
[INFO] [stderr]      |
[INFO] [stderr] 1019 | /     #[doc = " Splits s into two: modifies s to be s[0:split], and returns a new slice,"]
[INFO] [stderr] 1020 | |     #[doc = "sharing a refcount with s, that contains s[split:s.length]."]
[INFO] [stderr] 1021 | |     #[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]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
[INFO] running `Command { std: "docker" "inspect" "6eeb2d49790f50d28bafbe11c8f0c39dd2828fe07f688814711e758a20130cb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6eeb2d49790f50d28bafbe11c8f0c39dd2828fe07f688814711e758a20130cb2", kill_on_drop: false }`
[INFO] [stdout] 6eeb2d49790f50d28bafbe11c8f0c39dd2828fe07f688814711e758a20130cb2