Build #1042624 2023-12-06T07:01:45.194031+00:00
# rustc version
rustc 1.76.0-nightly (e9013ac0e 2023-12-05)# docs.rs version
docsrs 0.6.0 (cd4e3294 2023-12-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/multiversx-sc-modules-0.44.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/multiversx-sc-modules-0.44.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" "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" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231205-1.76.0-nightly-e9013ac0e\", \"--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] b0825bd6c8447b955af2c0f18edb1a28560985975d495368f3e19d46e347a041
[INFO] running `Command { std: "docker" "start" "-a" "b0825bd6c8447b955af2c0f18edb1a28560985975d495368f3e19d46e347a041", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting multiversx-sc-modules v0.44.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unclosed HTML tag `EsdTokenPayment`
[INFO] [stderr] --> src/governance/mod.rs:97:5
[INFO] [stderr] |
[INFO] [stderr] 97 | / /// Propose a list of actions.
[INFO] [stderr] 98 | | /// A maximum of MAX_GOVERNANCE_PROPOSAL_ACTIONS can be proposed at a time.
[INFO] [stderr] 99 | | ///
[INFO] [stderr] 100 | | /// An action has the following format:
[INFO] [stderr] ... |
[INFO] [stderr] 106 | | ///
[INFO] [stderr] 107 | | /// Returns the ID of the newly created proposal.
[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] 97 ~ `/// Propose a list of actions.
[INFO] [stderr] 98 | /// A maximum of MAX_GOVERNANCE_PROPOSAL_ACTIONS can be proposed at a time.
[INFO] [stderr] ...
[INFO] [stderr] 106 | ///
[INFO] [stderr] 107 ~ /// Returns the ID of the newly created proposal.`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `ManagedBuffer`
[INFO] [stderr] --> src/governance/mod.rs:97:5
[INFO] [stderr] |
[INFO] [stderr] 97 | / /// Propose a list of actions.
[INFO] [stderr] 98 | | /// A maximum of MAX_GOVERNANCE_PROPOSAL_ACTIONS can be proposed at a time.
[INFO] [stderr] 99 | | ///
[INFO] [stderr] 100 | | /// An action has the following format:
[INFO] [stderr] ... |
[INFO] [stderr] 106 | | ///
[INFO] [stderr] 107 | | /// Returns the ID of the newly created proposal.
[INFO] [stderr] | |_____________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 97 ~ `/// Propose a list of actions.
[INFO] [stderr] 98 | /// A maximum of MAX_GOVERNANCE_PROPOSAL_ACTIONS can be proposed at a time.
[INFO] [stderr] ...
[INFO] [stderr] 106 | ///
[INFO] [stderr] 107 ~ /// Returns the ID of the newly created proposal.`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/subscription.rs:5:58
[INFO] [stderr] |
[INFO] [stderr] 5 | /// Adaptation of the EIP-5643 for MultiversX, more here https://eips.ethereum.org/EIPS/eip-5643
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://eips.ethereum.org/EIPS/eip-5643>`
[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]
[INFO] [stderr] warning: `multiversx-sc-modules` (lib doc) generated 3 warnings (run `cargo fix --lib -p multiversx-sc-modules` to apply 1 suggestion)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/multiversx_sc_modules/index.html
[INFO] running `Command { std: "docker" "inspect" "b0825bd6c8447b955af2c0f18edb1a28560985975d495368f3e19d46e347a041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0825bd6c8447b955af2c0f18edb1a28560985975d495368f3e19d46e347a041", kill_on_drop: false }`
[INFO] [stdout] b0825bd6c8447b955af2c0f18edb1a28560985975d495368f3e19d46e347a041