cosmwasm-std 0.15.0

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
Build #403832 2021-06-24T10:04:46.207252+00:00
# rustc version
rustc 1.55.0-nightly (5a7834050 2021-06-23)
# docs.rs version
docsrs 0.6.0 (127d2b9 2021-06-24)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cosmwasm-std-0.15.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cosmwasm-std-0.15.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:ec2c1d8008fff7ad10c5bc5c724dfbee9073e493a728bb67791402d0ca4dcac2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210623-1.55.0-nightly-5a7834050" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] eb1bb407f63d4661fba8dbe2a9b1c790293ddadeab491c42e82fef7f7c1b80a3
[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" "eb1bb407f63d4661fba8dbe2a9b1c790293ddadeab491c42e82fef7f7c1b80a3", kill_on_drop: false }`
[INFO] [stderr]  Documenting cosmwasm-std v0.15.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `addr_canonicalize`
[INFO] [stderr]   --> src/traits.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 87 |     /// This is the inverse of [addr_canonicalize].
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ no item named `addr_canonicalize` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `addr_canonicalize`
[INFO] [stderr]   --> src/traits.rs:87:33
[INFO] [stderr]    |
[INFO] [stderr] 87 |     /// This is the inverse of [addr_canonicalize].
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ no item named `addr_canonicalize` in scope
[INFO] [stderr]    |
[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]   --> src/results/cosmos_msg.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 | /// See https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/cosmos/bank/v1beta1/tx.proto
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/cosmos/bank/v1beta1/tx.proto>`
[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]    --> src/results/cosmos_msg.rs:112:9
[INFO] [stderr]     |
[INFO] [stderr] 112 | /// See https://github.com/CosmWasm/wasmd/blob/v0.14.0/x/wasm/internal/types/tx.proto
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/CosmWasm/wasmd/blob/v0.14.0/x/wasm/internal/types/tx.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]  --> src/results/empty.rs:9:56
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// but those cannot represented as valid JSON Schema (https://github.com/CosmWasm/cosmwasm/issues/451)
[INFO] [stderr]   |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/CosmWasm/cosmwasm/issues/451>`
[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]    --> src/results/submessages.rs:121:5
[INFO] [stderr]     |
[INFO] [stderr] 121 | /// https://docs.cosmos.network/v0.42/core/events.html.
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.cosmos.network/v0.42/core/events.html.>`
[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]    --> src/results/submessages.rs:124:5
[INFO] [stderr]     |
[INFO] [stderr] 124 | /// https://github.com/cosmos/cosmos-sdk/blob/v0.42.5/proto/cosmos/base/abci/v1beta1/abci.proto#L56-L70),
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/cosmos/cosmos-sdk/blob/v0.42.5/proto/cosmos/base/abci/v1beta1/abci.proto#L56-L70>`
[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]   --> src/traits.rs:48:47
[INFO] [stderr]    |
[INFO] [stderr] 48 |     /// before and one that didn't exist. See https://github.com/CosmWasm/cosmwasm/issues/290
[INFO] [stderr]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/CosmWasm/cosmwasm/issues/290>`
[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]    --> src/mock.rs:509:5
[INFO] [stderr]     |
[INFO] [stderr] 509 | /// https://en.wikipedia.org/wiki/Riffle_shuffle_permutation#Perfect_shuffles
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Riffle_shuffle_permutation#Perfect_shuffles>`
[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]    --> src/mock.rs:510:5
[INFO] [stderr]     |
[INFO] [stderr] 510 | /// https://en.wikipedia.org/wiki/In_shuffle
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/In_shuffle>`
[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]   --> src/results/cosmos_msg.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 | /// See https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/cosmos/bank/v1beta1/tx.proto
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/cosmos/bank/v1beta1/tx.proto>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: 11 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.29s
[INFO] running `Command { std: "docker" "inspect" "eb1bb407f63d4661fba8dbe2a9b1c790293ddadeab491c42e82fef7f7c1b80a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb1bb407f63d4661fba8dbe2a9b1c790293ddadeab491c42e82fef7f7c1b80a3", kill_on_drop: false }`
[INFO] [stdout] eb1bb407f63d4661fba8dbe2a9b1c790293ddadeab491c42e82fef7f7c1b80a3