fuel-core-bin 0.40.2

Fuel client binary.
Build #1577258 2024-12-06T20:18:27.463223+00:00
# rustc version
rustc 1.84.0-nightly (3fee0f12e 2024-11-20)# docs.rs version
docsrs 0.6.0 (3767aed0 2024-11-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-core-bin-0.40.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-core-bin-0.40.2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--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] 03b6cdceb9aa0cdae4b715d1df29fc82d0117f14a08c9ebc5042679b600a34b4
[INFO] running `Command { std: "docker" "start" "-a" "03b6cdceb9aa0cdae4b715d1df29fc82d0117f14a08c9ebc5042679b600a34b4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]    Compiling fuel-core-upgradable-executor v0.40.2
[INFO] [stderr]     Checking fuel-core-relayer v0.40.2
[INFO] [stderr] error: failed to run custom build command for `fuel-core-upgradable-executor v0.40.2`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/fuel-core-upgradable-executor-196e82adfee42e2b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-upgradable-executor-0.40.2/build.rs:90:17:
[INFO] [stderr]   Got an error status during compiling WASM executor: 
[INFO] [stderr]   Output {
[INFO] [stderr]       status: ExitStatus(
[INFO] [stderr]           unix_wait_status(
[INFO] [stderr]               25856,
[INFO] [stderr]           ),
[INFO] [stderr]       ),
[INFO] [stderr]       stdout: "",
[INFO] [stderr]       stderr: "    Updating crates.io index\nwarning: spurious network error (3 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nwarning: spurious network error (2 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nwarning: spurious network error (1 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)\nerror: download of config.json failed\n\nCaused by:\n  failed to download from `https://index.crates.io/config.json`\n\nCaused by:\n  [6] Could not resolve hostname (Could not resolve host: index.crates.io)\n",
[INFO] [stderr]   }
[INFO] [stderr]   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `ethevent` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing this module:
[INFO] [stderr]            ethers_core::abi
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing this crate:
[INFO] [stderr]            ethers_core::abi::ethabi
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing this enum:
[INFO] [stderr]            ethers_core::abi::ParamType
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing one of these structs:
[INFO] [stderr]            ethers_contract::Lazy
[INFO] [stderr]            futures::future::Lazy
[INFO] [stderr]            once_cell::sync::Lazy
[INFO] [stderr]            once_cell::unsync::Lazy
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing this module:
[INFO] [stderr]            ethers_core::types
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ethers` in the list of imported crates
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____^ could not find `ethers` in the list of imported crates
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing one of these items:
[INFO] [stderr]            std::error::Error
[INFO] [stderr]            std::fmt::Error
[INFO] [stderr]            std::io::Error
[INFO] [stderr]            core::error::Error
[INFO] [stderr]            core::fmt::Error
[INFO] [stderr]            anyhow::Error
[INFO] [stderr]            ethers_core::abi::Error
[INFO] [stderr]            fuel_core_storage::Error
[INFO] [stderr]            fuel_core_types::services::executor::Error
[INFO] [stderr]            futures::io::Error
[INFO] [stderr]            tokio::io::Error
[INFO] [stderr]            tokio::time::error::Error
[INFO] [stderr]    = note: this error originates in the macro `super::abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `signature` found for struct `message_sent::MessageSentFilter` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/config.rs:14:54
[INFO] [stderr]    |
[INFO] [stderr] 14 |       Lazy::new(crate::abi::bridge::MessageSentFilter::signature);
[INFO] [stderr]    |                                                        ^^^^^^^^^ function or associated item not found in `MessageSentFilter`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____- function or associated item `signature` not found for this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `signature`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `EthEvent`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `signature` found for struct `message_sent::TransactionFilter` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/config.rs:17:54
[INFO] [stderr]    |
[INFO] [stderr] 17 |       Lazy::new(crate::abi::bridge::TransactionFilter::signature);
[INFO] [stderr]    |                                                        ^^^^^^^^^ function or associated item not found in `TransactionFilter`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fuel-core-relayer-0.40.2/src/abi.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  | /     super::abigen!(
[INFO] [stderr] 8  | |         MessageSent,
[INFO] [stderr] 9  | |         r#"[
[INFO] [stderr] 10 | |             event MessageSent(bytes32 indexed sender, bytes32 indexed recipient, uint256 indexed nonce, uint64 amount, bytes data)
[INFO] [stderr] 11 | |             event Transaction(uint256 indexed nonce, uint64 max_gas, bytes canonically_serialized_tx)
[INFO] [stderr] 12 | |         ]"#,
[INFO] [stderr] 13 | |     );
[INFO] [stderr]    | |_____- function or associated item `signature` not found for this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `signature`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `EthEvent`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `fuel-core-relayer` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "03b6cdceb9aa0cdae4b715d1df29fc82d0117f14a08c9ebc5042679b600a34b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03b6cdceb9aa0cdae4b715d1df29fc82d0117f14a08c9ebc5042679b600a34b4", kill_on_drop: false }`
[INFO] [stdout] 03b6cdceb9aa0cdae4b715d1df29fc82d0117f14a08c9ebc5042679b600a34b4