aws-smithy-types 0.57.1

Types for smithy-rs codegen.
Documentation
Build #956230 2023-11-01T19:15:58.266910+00:00
# rustc version
rustc 1.75.0-nightly (9d83ac217 2023-10-31)
# docs.rs version
docsrs 0.6.0 (45c814ae 2023-10-19)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/aws-smithy-types-0.57.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/aws-smithy-types-0.57.1/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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231031-1.75.0-nightly-9d83ac217\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c1d89dbd9010c3270178ec68ba09f3267c40f6874e7bf28e9920020fa6974576
[INFO] running `Command { std: "docker" "start" "-a" "c1d89dbd9010c3270178ec68ba09f3267c40f6874e7bf28e9920020fa6974576", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting aws-smithy-types v0.57.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/byte_stream.rs:8:96
[INFO] [stderr]   |
[INFO] [stderr] 8 | ...inner Http Body is wrapped in [ByteStream](crate::byte_stream::ByteStream). ByteStream provides misuse-resistant
[INFO] [stderr]   |                                   ----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! When the SDK returns streaming binary data, the inner Http Body is wrapped in [ByteStream]. ByteStream provides misuse-resistant
[INFO] [stderr]   |                                                                                   ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:347:33
[INFO] [stderr]     |
[INFO] [stderr] 347 |     /// Returns a [`FsBuilder`](crate::byte_stream::FsBuilder), allowing you to build a `ByteStream` with
[INFO] [stderr]     |                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 347 |     /// Returns a [`FsBuilder`], allowing you to build a `ByteStream` with
[INFO] [stderr]     |                   ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:386:56
[INFO] [stderr]     |
[INFO] [stderr] 386 |     /// or the length of the file, use a [`FsBuilder`](crate::byte_stream::FsBuilder) as returned
[INFO] [stderr]     |                                           -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                           |
[INFO] [stderr]     |                                           because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 386 |     /// or the length of the file, use a [`FsBuilder`] as returned
[INFO] [stderr]     |                                          ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:504:44
[INFO] [stderr]     |
[INFO] [stderr] 504 | /// contiguous memory. [`AggregatedBytes`](crate::byte_stream::AggregatedBytes) provides a view of
[INFO] [stderr]     |                         -----------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 504 | /// contiguous memory. [`AggregatedBytes`] provides a view of
[INFO] [stderr]     |                        ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:511:44
[INFO] [stderr]     |
[INFO] [stderr] 511 |     /// Convert this buffer into [`Bytes`](bytes::Bytes)
[INFO] [stderr]     |                                   -------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 511 |     /// Convert this buffer into [`Bytes`]
[INFO] [stderr]     |                                  ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/date_time/mod.rs:41:78
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// This type can be converted to/from the standard library's [`SystemTime`](std::time::SystemTime):
[INFO] [stderr]    |                                                                ------------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                |
[INFO] [stderr]    |                                                                because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// This type can be converted to/from the standard library's [`SystemTime`]:
[INFO] [stderr]    |                                                               ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/primitive.rs:14:39
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! This module defines the [`Parse`](Parse) trait which
[INFO] [stderr]    |                              -------  ^^^^^ explicit target is redundant
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! This module defines the [`Parse`] trait which
[INFO] [stderr]    |                             ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/primitive.rs:16:33
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! these rules and [`Encoder`](Encoder), a struct that enables
[INFO] [stderr]    |                      ---------  ^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! these rules and [`Encoder`], a struct that enables
[INFO] [stderr]    |                     ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:484:60
[INFO] [stderr]     |
[INFO] [stderr] 484 | /// Construct a retryable ByteStream from [`bytes::Bytes`](bytes::Bytes)
[INFO] [stderr]     |                                            --------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                            |
[INFO] [stderr]     |                                            because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 484 | /// Construct a retryable ByteStream from [`bytes::Bytes`]
[INFO] [stderr]     |                                           ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/byte_stream.rs:493:59
[INFO] [stderr]     |
[INFO] [stderr] 493 | /// This will convert the `Vec<u8>` into [`bytes::Bytes`](bytes::Bytes) to enable efficient
[INFO] [stderr]     |                                           --------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                           |
[INFO] [stderr]     |                                           because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 493 | /// This will convert the `Vec<u8>` into [`bytes::Bytes`] to enable efficient
[INFO] [stderr]     |                                          ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `aws-smithy-types` (lib doc) generated 10 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.69s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/aws_smithy_types/index.html
[INFO] running `Command { std: "docker" "inspect" "c1d89dbd9010c3270178ec68ba09f3267c40f6874e7bf28e9920020fa6974576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1d89dbd9010c3270178ec68ba09f3267c40f6874e7bf28e9920020fa6974576", kill_on_drop: false }`
[INFO] [stdout] c1d89dbd9010c3270178ec68ba09f3267c40f6874e7bf28e9920020fa6974576