[go: up one dir, main page]

fuel-relayer 0.9.1

Fuel Relayer
Build #577159 2022-06-16 18:50:14

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.63.0-nightly (b31f9cc22 2022-06-15)# docs.rs version
docsrs 0.6.0 (c280b04 2022-05-30)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fuel-relayer-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fuel-relayer-0.9.1/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/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\", \"-20220615-1.63.0-nightly-b31f9cc22\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] [stdout] 4ef7c30f2e8f27892371bb84e4ff35cbb06deb740fbf5c224ed0de8aa1981425
[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" "4ef7c30f2e8f27892371bb84e4ff35cbb06deb740fbf5c224ed0de8aa1981425", kill_on_drop: false }`
[INFO] [stderr]     Checking ethers-middleware v0.13.0
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:114:52
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     |                                                    ^^^^^^^^ use of undeclared crate or module `ethers`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the derive macro `EthEvent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:114:52
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     |                                                    ^^^^^^^^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the derive macro `EthEvent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this enum
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::ParamType;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `ParamType`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 | /         #[ethevent(indexed)]
[INFO] [stderr] 118 | |         pub sender: Address,
[INFO] [stderr]     | |___________________________^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Tokenizable;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Tokenizable`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, )]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:119:9
[INFO] [stderr]     |
[INFO] [stderr] 119 | /         #[ethevent(indexed)]
[INFO] [stderr] 120 | |         pub owner: Address,
[INFO] [stderr]     | |__________________________^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Tokenizable;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Tokenizable`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, )]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:121:9
[INFO] [stderr]     |
[INFO] [stderr] 121 |         pub proxy: Address,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Tokenizable;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Tokenizable`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, )]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:122:9
[INFO] [stderr]     |
[INFO] [stderr] 122 |         pub cache: Address,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Tokenizable;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Tokenizable`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, )]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:114:52
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     |                                                    ^^^^^^^^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the derive macro `EthEvent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this enum
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Token;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Token`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `ethers`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ethers-middleware-0.13.0/src/transformer/ds_proxy/factory.rs:114:52
[INFO] [stderr]     |
[INFO] [stderr] 114 |     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     |                                                    ^^^^^^^^ not found in `ethers::core::abi`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the derive macro `EthEvent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr]     |
[INFO] [stderr] 35  |     use ethers_core::abi::Tokenizable;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Tokenizable`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 114 -     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr] 114 +     #[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
[INFO] [stderr]     | 
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `ethers-middleware` due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "4ef7c30f2e8f27892371bb84e4ff35cbb06deb740fbf5c224ed0de8aa1981425", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ef7c30f2e8f27892371bb84e4ff35cbb06deb740fbf5c224ed0de8aa1981425", kill_on_drop: false }`
[INFO] [stdout] 4ef7c30f2e8f27892371bb84e4ff35cbb06deb740fbf5c224ed0de8aa1981425