Build #1714574 2025-02-06T08:14:33.824906+00:00
# rustc version
rustc 1.86.0-nightly (a9730c3b5 2025-02-05)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fuel-core-0.41.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fuel-core-0.41.6/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250205-1.86.0-nightly-a9730c3b5\", \"--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] [stdout] 8342e21fe00687c07163078dcba27d9c5d6e7510fa56c9a7eac49ec6bb51a467
[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" "8342e21fe00687c07163078dcba27d9c5d6e7510fa56c9a7eac49ec6bb51a467", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting fuel-core v0.41.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `serde`
[INFO] [stderr] --> src/graphql_api/storage/balances.rs:26:1
[INFO] [stderr] |
[INFO] [stderr] 26 | double_key!(CoinBalancesKey, Address, address, AssetId, asset_id);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `backup`, `default`, `fault-proving`, `fuel-core-parallel-executor`, `p2p`, `parallel-executor`, `relayer`, `rocksdb`, `rocksdb-production`, `shared-sequencer`, `smt`, `test-helpers`, and `wasm-executor`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `double_key` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `double_key` may come from an old version of the `fuel_vm` crate, try updating your dependency with `cargo update -p fuel_vm`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:4:9
[INFO] [stderr] |
[INFO] [stderr] 4 | #![deny(warnings)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[INFO] [stderr] = note: this warning originates in the macro `double_key` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `serde`
[INFO] [stderr] --> src/graphql_api/storage/balances.rs:26:1
[INFO] [stderr] |
[INFO] [stderr] 26 | double_key!(CoinBalancesKey, Address, address, AssetId, asset_id);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `backup`, `default`, `fault-proving`, `fuel-core-parallel-executor`, `p2p`, `parallel-executor`, `relayer`, `rocksdb`, `rocksdb-production`, `shared-sequencer`, `smt`, `test-helpers`, and `wasm-executor`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `double_key` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `double_key` may come from an old version of the `fuel_vm` crate, try updating your dependency with `cargo update -p fuel_vm`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `double_key` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `serde`
[INFO] [stderr] --> src/graphql_api/storage/messages.rs:29:1
[INFO] [stderr] |
[INFO] [stderr] 29 | fuel_core_types::fuel_vm::double_key!(OwnedMessageKey, Address, address, Nonce, nonce);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `backup`, `default`, `fault-proving`, `fuel-core-parallel-executor`, `p2p`, `parallel-executor`, `relayer`, `rocksdb`, `rocksdb-production`, `shared-sequencer`, `smt`, `test-helpers`, and `wasm-executor`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `fuel_core_types::fuel_vm::double_key` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `fuel_core_types::fuel_vm::double_key` may come from an old version of the `fuel_vm` crate, try updating your dependency with `cargo update -p fuel_vm`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `fuel_core_types::fuel_vm::double_key` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `fuel-core` (lib doc) generated 4 warnings (1 duplicate)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/fuel_core/index.html
[INFO] running `Command { std: "docker" "inspect" "8342e21fe00687c07163078dcba27d9c5d6e7510fa56c9a7eac49ec6bb51a467", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8342e21fe00687c07163078dcba27d9c5d6e7510fa56c9a7eac49ec6bb51a467", kill_on_drop: false }`
[INFO] [stdout] 8342e21fe00687c07163078dcba27d9c5d6e7510fa56c9a7eac49ec6bb51a467