aws-sdk-dynamodb 0.32.0

AWS SDK for Amazon DynamoDB
Documentation
Build #1004564 2023-11-25T12:40:32.282307+00:00
# rustc version
rustc 1.76.0-nightly (37b2813a7 2023-11-24)
# docs.rs version
docsrs 0.6.0 (7f551f6b 2023-11-22)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/aws-sdk-dynamodb-0.32.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/aws-sdk-dynamodb-0.32.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/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\", \"-20231124-1.76.0-nightly-37b2813a7\", \"--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] f721a7074adbf23cdf5d6b1512e4f7d64ed1cf846af1b9b6e0a106c0f1c78ff8
[INFO] running `Command { std: "docker" "start" "-a" "f721a7074adbf23cdf5d6b1512e4f7d64ed1cf846af1b9b6e0a106c0f1c78ff8", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting aws-sdk-dynamodb v0.32.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `1,2`
[INFO] [stderr]   --> src/client/update_item.rs:14:3125
[INFO] [stderr]    |
[INFO] [stderr] 14 | ... example, if the attribute value is the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the f...
[INFO] [stderr]    |                                                       ^^^ no item named `1,2` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `3`
[INFO] [stderr]   --> src/client/update_item.rs:14:3187
[INFO] [stderr]    |
[INFO] [stderr] 14 | ...e>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value is <code>[1,2,3]</code>. An error occur...
[INFO] [stderr]    |                                                         ^ no item named `3` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1,2,3`
[INFO] [stderr]   --> src/client/update_item.rs:14:3239
[INFO] [stderr]    |
[INFO] [stderr] 14 | .../code>, then the final attribute value is <code>[1,2,3]</code>. An error occurs if an <code>ADD</code> action is specified for a set a...
[INFO] [stderr]    |                                                     ^^^^^ no item named `1,2,3` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `a,b,c`
[INFO] [stderr]   --> src/client/update_item.rs:14:4014
[INFO] [stderr]    |
[INFO] [stderr] 14 | ...ample, if the attribute value was the set <code>[a,b,c]</code> and the <code>DELETE</code> action specifies <code>[a,c]</code>, then t...
[INFO] [stderr]    |                                                     ^^^^^ no item named `a,b,c` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `a,c`
[INFO] [stderr]   --> src/client/update_item.rs:14:4080
[INFO] [stderr]    |
[INFO] [stderr] 14 | ...nd the <code>DELETE</code> action specifies <code>[a,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empt...
[INFO] [stderr]    |                                                       ^^^ no item named `a,c` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `b`
[INFO] [stderr]   --> src/client/update_item.rs:14:4134
[INFO] [stderr]    |
[INFO] [stderr] 14 | ...,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empty set is an error.</p> <important>     <p>The <code>...
[INFO] [stderr]    |                                                         ^ no item named `b` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:82:47
[INFO] [stderr]    |
[INFO] [stderr] 82 | //! These structs and enums live in [`types`](crate::types). There are some simpler types for
[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] 82 | //! These structs and enums live in [`types`]. There are some simpler types for
[INFO] [stderr]    |                                     ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:83:86
[INFO] [stderr]    |
[INFO] [stderr] 83 | //! representing data such as date times or binary blobs that live in [`primitives`](crate::primitives).
[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] 83 | //! representing data such as date times or binary blobs that live in [`primitives`].
[INFO] [stderr]    |                                                                       ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:85:65
[INFO] [stderr]    |
[INFO] [stderr] 85 | //! All types required to configure a client via the [`Config`](crate::Config) struct live
[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] 85 | //! All types required to configure a client via the [`Config`] struct live
[INFO] [stderr]    |                                                      ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:86:19
[INFO] [stderr]    |
[INFO] [stderr] 86 | //! in [`config`](crate::config).
[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] 86 | //! in [`config`].
[INFO] [stderr]    |        ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:88:23
[INFO] [stderr]    |
[INFO] [stderr] 88 | //! The [`operation`](crate::operation) module has a submodule for every API, and in each submodule
[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] 88 | //! The [`operation`] module has a submodule for every API, and in each submodule
[INFO] [stderr]    |         ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:91:36
[INFO] [stderr]    |
[INFO] [stderr] 91 | //! There is a top-level [`Error`](crate::Error) type that encompasses all the errors that the
[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] 91 | //! There is a top-level [`Error`] type that encompasses all the errors that the
[INFO] [stderr]    |                          ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:93:14
[INFO] [stderr]    |
[INFO] [stderr] 93 | //! [`From`](std::convert::From) trait.
[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] 93 | //! [`From`] trait.
[INFO] [stderr]    |     ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/client.rs:75:59
[INFO] [stderr]    |
[INFO] [stderr] 75 | /// function on the fluent builder. See the [`customize`](crate::client::customize) module for more
[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] 75 | /// function on the fluent builder. See the [`customize`] module for more
[INFO] [stderr]    |                                             ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]     --> src/config.rs:1054:47
[INFO] [stderr]      |
[INFO] [stderr] 1054 | /// Types needed to implement [`Interceptor`](crate::config::Interceptor).
[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] 1054 | /// Types needed to implement [`Interceptor`].
[INFO] [stderr]      |                               ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/config.rs:446:32
[INFO] [stderr]     |
[INFO] [stderr] 446 |     /// Add an [`Interceptor`](::aws_smithy_runtime_api::client::interceptors::Interceptor) that runs at specific stages of the request e...
[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] 446 |     /// Add an [`Interceptor`] that runs at specific stages of the request execution pipeline.
[INFO] [stderr]     |                ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/config.rs:495:37
[INFO] [stderr]     |
[INFO] [stderr] 495 |     /// Add a [`SharedInterceptor`](::aws_smithy_runtime_api::client::interceptors::SharedInterceptor) that runs at specific stages of th...
[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] 495 |     /// Add a [`SharedInterceptor`] that runs at specific stages of the request execution pipeline.
[INFO] [stderr]     |               ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/config.rs:547:35
[INFO] [stderr]     |
[INFO] [stderr] 547 |     /// Set [`SharedInterceptor`](::aws_smithy_runtime_api::client::interceptors::SharedInterceptor)s for the builder.
[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] 547 |     /// Set [`SharedInterceptor`]s for the builder.
[INFO] [stderr]     |             ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `aws-sdk-dynamodb` (lib doc) generated 18 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.39s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/aws_sdk_dynamodb/index.html
[INFO] running `Command { std: "docker" "inspect" "f721a7074adbf23cdf5d6b1512e4f7d64ed1cf846af1b9b6e0a106c0f1c78ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f721a7074adbf23cdf5d6b1512e4f7d64ed1cf846af1b9b6e0a106c0f1c78ff8", kill_on_drop: false }`
[INFO] [stdout] f721a7074adbf23cdf5d6b1512e4f7d64ed1cf846af1b9b6e0a106c0f1c78ff8