grpcio 0.13.0

The rust language implementation of gRPC, base on the gRPC c core library.
Build #894186 2023-08-25T18:59:53.946805+00:00
# rustc version
rustc 1.74.0-nightly (58eefc33a 2023-08-24)
# docs.rs version
docsrs 0.6.0 (9d80e3c8 2023-08-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/grpcio-0.13.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/grpcio-0.13.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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230824-1.74.0-nightly-58eefc33a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--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] a25cc031d42d60ef3ca1e1f2c921a5e270607a068ce7650f82964ff9f393e24a
[INFO] running `Command { std: "docker" "start" "-a" "a25cc031d42d60ef3ca1e1f2c921a5e270607a068ce7650f82964ff9f393e24a", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting grpcio v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0428]: the name `from_buf_read` is defined multiple times
[INFO] [stderr]   --> src/codec.rs:77:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn from_buf_read(reader: &mut MessageReader) -> protobuf::CodedInputStream {
[INFO] [stderr]    | -------------------------------------------------------------------------- previous definition of the value `from_buf_read` here
[INFO] [stderr] ...
[INFO] [stderr] 77 | fn from_buf_read(reader: &mut MessageReader) -> protobufv3::CodedInputStream {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `from_buf_read` redefined here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `from_buf_read` must be defined only once in the value namespace of this module
[INFO] [stderr] 
[INFO] [stderr] error[E0252]: the name `CodedOutputStream` is defined multiple times
[INFO] [stderr]   --> src/codec.rs:38:22
[INFO] [stderr]    |
[INFO] [stderr] 35 |     use protobuf::{CodedOutputStream, Message};
[INFO] [stderr]    |                    ----------------- previous import of the type `CodedOutputStream` here
[INFO] [stderr] ...
[INFO] [stderr] 38 |     use protobufv3::{CodedOutputStream, Message};
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^ `CodedOutputStream` reimported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CodedOutputStream` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]    |
[INFO] [stderr] 38 |     use protobufv3::{CodedOutputStream as OtherCodedOutputStream, Message};
[INFO] [stderr]    |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0252]: the name `Message` is defined multiple times
[INFO] [stderr]   --> src/codec.rs:38:41
[INFO] [stderr]    |
[INFO] [stderr] 35 |     use protobuf::{CodedOutputStream, Message};
[INFO] [stderr]    |                                       ------- previous import of the trait `Message` here
[INFO] [stderr] ...
[INFO] [stderr] 38 |     use protobufv3::{CodedOutputStream, Message};
[INFO] [stderr]    |                                         ^^^^^^^ `Message` reimported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Message` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]    |
[INFO] [stderr] 38 |     use protobufv3::{CodedOutputStream, Message as OtherMessage};
[INFO] [stderr]    |                                         ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0252]: the name `ProtobufError` is defined multiple times
[INFO] [stderr]   --> src/error.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use protobuf::ProtobufError;
[INFO] [stderr]    |     ----------------------- previous import of the type `ProtobufError` here
[INFO] [stderr] ...
[INFO] [stderr] 13 | use protobufv3::Error as ProtobufError;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `ProtobufError` reimported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ProtobufError` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]    |
[INFO] [stderr] 13 | use protobufv3::Error as OtherProtobufError;
[INFO] [stderr]    |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0252, E0428.
[INFO] [stderr] For more information about an error, try `rustc --explain E0252`.
[INFO] [stderr] error: could not document `grpcio`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2018 --crate-type lib --crate-name grpcio src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="_secure"' --cfg 'feature="boringssl"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="no-omit-frame-pointer"' --cfg 'feature="openssl"' --cfg 'feature="openssl-vendored"' --cfg 'feature="prost"' --cfg 'feature="prost-codec"' --cfg 'feature="protobuf"' --cfg 'feature="protobuf-codec"' --cfg 'feature="protobufv3"' --cfg 'feature="protobufv3-codec"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=38072b2ffda4acd6 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-17b7a528672e7018.rmeta --extern futures_executor=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_executor-ef70df317c6ad369.rmeta --extern futures_util=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_util-413ec7806802eaac.rmeta --extern grpcio_sys=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgrpcio_sys-cd34f10584207198.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-390b001faa3b9796.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-00761cf1d3e583f5.rmeta --extern parking_lot=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libparking_lot-51d194758712d689.rmeta --extern prost=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libprost-772a13d0613562ac.rmeta --extern protobuf=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libprotobuf-4a19da08622483eb.rmeta --extern protobufv3=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libprotobuf-fc34f4c3dd51fdfe.rmeta --extern-html-root-url 'bytes=https://docs.rs/bytes/1.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_executor=https://docs.rs/futures-executor/0.3.28/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_util=https://docs.rs/futures-util/0.3.28/x86_64-unknown-linux-gnu' --extern-html-root-url 'grpcio_sys=https://docs.rs/grpcio-sys/0.13.0+1.56.2-patched/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.147/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.20/x86_64-unknown-linux-gnu' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'prost=https://docs.rs/prost/0.11.9/x86_64-unknown-linux-gnu' --extern-html-root-url 'protobuf=https://docs.rs/protobuf/2.28.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'protobuf=https://docs.rs/protobuf/3.2.0/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230824-1.74.0-nightly-58eefc33a --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.13.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "a25cc031d42d60ef3ca1e1f2c921a5e270607a068ce7650f82964ff9f393e24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a25cc031d42d60ef3ca1e1f2c921a5e270607a068ce7650f82964ff9f393e24a", kill_on_drop: false }`
[INFO] [stdout] a25cc031d42d60ef3ca1e1f2c921a5e270607a068ce7650f82964ff9f393e24a