fuel-indexer-utils 0.25.0

Utilities for use in an indexer to be deployed on the Fuel indexer
Build #1117479 2024-02-06T19:20:30.760219+00:00
# rustc version
rustc 1.78.0-nightly (f067fd608 2024-02-05)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-indexer-utils-0.25.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-indexer-utils-0.25.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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\", \"-20240205-1.78.0-nightly-f067fd608\", \"--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] 827d91fc5419b260985ffeb8216049d5f5413771834c133fdb7de163257a4b33
[INFO] running `Command { std: "docker" "start" "-a" "827d91fc5419b260985ffeb8216049d5f5413771834c133fdb7de163257a4b33", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]    Compiling curve25519-dalek v4.1.1
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling fuel-storage v0.43.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 26 |     _mm256_madd52lo_epu64(z.into(), x.into(), y.into()).into()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
[INFO] [stderr]    = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-02-05; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     use core::arch::x86_64::_mm256_madd52lo_epu64;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
[INFO] [stderr]    = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-02-05; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     _mm256_madd52hi_epu64(z.into(), x.into(), y.into()).into()
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
[INFO] [stderr]    = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-02-05; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     use core::arch::x86_64::_mm256_madd52hi_epu64;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
[INFO] [stderr]    = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-02-05; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0635]: unknown feature `stdsimd`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs:13:70
[INFO] [stderr]    |
[INFO] [stderr] 13 | #![cfg_attr(all(curve25519_dalek_backend = "simd", nightly), feature(stdsimd))]
[INFO] [stderr]    |                                                                      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]    Compiling fuel-merkle v0.43.2
[INFO] [stderr]    Compiling fuel-asm v0.43.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr] Some errors have detailed explanations: E0635, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0635`.
[INFO] [stderr] error: could not compile `curve25519-dalek` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `curve25519-dalek` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "827d91fc5419b260985ffeb8216049d5f5413771834c133fdb7de163257a4b33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "827d91fc5419b260985ffeb8216049d5f5413771834c133fdb7de163257a4b33", kill_on_drop: false }`
[INFO] [stdout] 827d91fc5419b260985ffeb8216049d5f5413771834c133fdb7de163257a4b33