[go: up one dir, main page]

fuels-core 0.31.0

Fuel Rust SDK core.
Documentation
Build #668662 2022-11-10 16:28:50
# rustc version
rustc 1.67.0-nightly (e75aab045 2022-11-09)# docs.rs version
docsrs 0.6.0 (6685320 2022-11-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fuels-core-0.31.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fuels-core-0.31.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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/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\", \"-20221109-1.67.0-nightly-e75aab045\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--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] 12392cc0a55371794a5fde5b405024df67fc2dfc20702b6dc12cadcb3522b871
[INFO] running `Command { std: "docker" "start" "-a" "12392cc0a55371794a5fde5b405024df67fc2dfc20702b6dc12cadcb3522b871", kill_on_drop: false }`
[INFO] [stderr]  Documenting fuels-core v0.31.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Function`
[INFO] [stderr]   --> src/code_gen/functions_gen.rs:15:40
[INFO] [stderr]    |
[INFO] [stderr] 15 | /// Transforms a function defined in [`Function`] into a [`TokenStream`]
[INFO] [stderr]    |                                        ^^^^^^^^ no item named `Function` 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 `crate::contract::Contract`
[INFO] [stderr]   --> src/code_gen/functions_gen.rs:22:19
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// [`Contract`]: crate::contract::Contract
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `contract` in module `fuels_core`
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]   --> src/tokenizer.rs:80:21
[INFO] [stderr]    |
[INFO] [stderr] 80 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]   --> src/tokenizer.rs:80:51
[INFO] [stderr]    |
[INFO] [stderr] 80 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]    |                                                   ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]   --> src/tokenizer.rs:80:81
[INFO] [stderr]    |
[INFO] [stderr] 80 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]    |                                                                                 ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]    --> src/tokenizer.rs:289:21
[INFO] [stderr]     |
[INFO] [stderr] 289 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]    --> src/tokenizer.rs:289:51
[INFO] [stderr]     |
[INFO] [stderr] 289 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]     |                                                   ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Type`
[INFO] [stderr]    --> src/tokenizer.rs:289:81
[INFO] [stderr]     |
[INFO] [stderr] 289 |     /// [ParamType::<Type of value_1>, ParamType::<Type of value_2>, ParamType::<Type of value_3>]
[INFO] [stderr]     |                                                                                 ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/abi_encoder.rs:93:9
[INFO] [stderr]    |
[INFO] [stderr] 93 |     /// https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md>`
[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: `fuels-core` (lib doc) generated 9 warnings (run `cargo fix --lib -p fuels-core` to apply 1 suggestion)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.36s
[INFO] running `Command { std: "docker" "inspect" "12392cc0a55371794a5fde5b405024df67fc2dfc20702b6dc12cadcb3522b871", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12392cc0a55371794a5fde5b405024df67fc2dfc20702b6dc12cadcb3522b871", kill_on_drop: false }`
[INFO] [stdout] 12392cc0a55371794a5fde5b405024df67fc2dfc20702b6dc12cadcb3522b871