Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.86.0-nightly (99768c80a 2025-01-23)# docs.rs version docsrs 0.6.0 (29a0e81b 2025-01-22)# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-core-bin-0.41.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fuel-core-bin-0.41.3/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250123-1.86.0-nightly-99768c80a\", \"--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] eedaedb360dacdc18a3791ed237c24da8b5adf38b2f64ae1fbbaf7dc1ac66c77 [INFO] running `Command { std: "docker" "start" "-a" "eedaedb360dacdc18a3791ed237c24da8b5adf38b2f64ae1fbbaf7dc1ac66c77", 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.41.3 [INFO] [stderr] Checking fuel-core-relayer v0.41.3 [INFO] [stderr] error: failed to run custom build command for `fuel-core-upgradable-executor v0.41.3` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/fuel-core-upgradable-executor-d6d0153a42f1ee41/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fuel-core-upgradable-executor-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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-1949cf8c6b5b557f/fuel-core-relayer-0.41.3/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" "eedaedb360dacdc18a3791ed237c24da8b5adf38b2f64ae1fbbaf7dc1ac66c77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eedaedb360dacdc18a3791ed237c24da8b5adf38b2f64ae1fbbaf7dc1ac66c77", kill_on_drop: false }` [INFO] [stdout] eedaedb360dacdc18a3791ed237c24da8b5adf38b2f64ae1fbbaf7dc1ac66c77