Build #2185137 2025-06-02 07:43:39
# rustc version
rustc 1.89.0-nightly (99e7c15e8 2025-06-01)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/abstract-std-0.26.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/abstract-std-0.26.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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250601-1.89.0-nightly-99e7c15e8\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] 0c7e20b7f0f18d6bf0553c423258cf212ec43b0344053ce1435906a20b7261b0
[INFO] running `Command { std: "docker" "start" "-a" "0c7e20b7f0f18d6bf0553c423258cf212ec43b0344053ce1435906a20b7261b0", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting abstract-std v0.26.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `i`
[INFO] [stderr] --> src/native/ibc/polytone_callbacks.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | / /// Result of executing the requested query, or an error.
[INFO] [stderr] 10 | | ///
[INFO] [stderr] 11 | | /// result[i] corresponds to the i'th query and contains the
[INFO] [stderr] 12 | | /// base64 encoded query response.
[INFO] [stderr] | |______________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] result[i] corresponds to the i'th query and contains the
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `i` in scope
[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: this URL is not a hyperlink
[INFO] [stderr] --> src/objects/gov_type.rs:47:23
[INFO] [stderr] |
[INFO] [stderr] 47 | /// More details: https://github.com/burnt-labs/abstract-account/blob/2c933a7b2a8dacc0ae5bf4344159a7d4ab080135/README.md
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 47 | /// More details: <https://github.com/burnt-labs/abstract-account/blob/2c933a7b2a8dacc0ae5bf4344159a7d4ab080135/README.md>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/objects/account/account_id.rs:189:5
[INFO] [stderr] |
[INFO] [stderr] 189 | /// https://github.com/CosmWasm/cw-storage-plus/blob/f65cd4000a0dc1c009f3f99e23f9e10a1c256a68/src/de.rs#L173
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 189 | /// <https://github.com/CosmWasm/cw-storage-plus/blob/f65cd4000a0dc1c009f3f99e23f9e10a1c256a68/src/de.rs#L173>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/account.rs:114:5
[INFO] [stderr] |
[INFO] [stderr] 114 | /// https://github.com/burnt-labs/contracts/blob/main/contracts/account/src/msg.rs
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 114 | /// <https://github.com/burnt-labs/contracts/blob/main/contracts/account/src/msg.rs>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `QuerierResult`
[INFO] [stderr] --> src/native/ibc/ibc_client.rs:174:26
[INFO] [stderr] |
[INFO] [stderr] 174 | /// a callback of Vec<QuerierResult>, or ACK-FAIL if unmarshalling
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 174 | /// a callback of `Vec<QuerierResult>`, or ACK-FAIL if unmarshalling
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `abstract-std` (lib doc) generated 5 warnings (run `cargo fix --lib -p abstract-std` to apply 3 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/abstract_std/index.html
[INFO] running `Command { std: "docker" "inspect" "0c7e20b7f0f18d6bf0553c423258cf212ec43b0344053ce1435906a20b7261b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c7e20b7f0f18d6bf0553c423258cf212ec43b0344053ce1435906a20b7261b0", kill_on_drop: false }`
[INFO] [stdout] 0c7e20b7f0f18d6bf0553c423258cf212ec43b0344053ce1435906a20b7261b0