[INFO] cloning repository https://github.com/Lucas749/ethers-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lucas749/ethers-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucas749%2Fethers-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucas749%2Fethers-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db64ea6bf2dfa5ae041833b70e3ea1d78c8b96f8
[INFO] testing Lucas749/ethers-rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucas749%2Fethers-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Lucas749/ethers-rs
[INFO] finished tweaking git repo https://github.com/Lucas749/ethers-rs
[INFO] tweaked toml for git repo https://github.com/Lucas749/ethers-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lucas749/ethers-rs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lucas749/ethers-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da5b5cff3b02fac30eeda30b74f0008c8e77b583ba8506e99e8414d706556037
[INFO] running `Command { std: "docker" "start" "-a" "da5b5cff3b02fac30eeda30b74f0008c8e77b583ba8506e99e8414d706556037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da5b5cff3b02fac30eeda30b74f0008c8e77b583ba8506e99e8414d706556037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da5b5cff3b02fac30eeda30b74f0008c8e77b583ba8506e99e8414d706556037", kill_on_drop: false }`
[INFO] [stdout] da5b5cff3b02fac30eeda30b74f0008c8e77b583ba8506e99e8414d706556037
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7c8941b612e42cff8c770a18c738ead61874897d0a55e4f2f5c84c8d3d6dd29
[INFO] running `Command { std: "docker" "start" "-a" "d7c8941b612e42cff8c770a18c738ead61874897d0a55e4f2f5c84c8d3d6dd29", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling block-padding v0.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling zeroize v1.4.2
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling futures-io v0.3.18
[INFO] [stderr]    Compiling keccak v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling byte-slice-cast v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling bitvec v0.20.4
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling ff v0.10.1
[INFO] [stderr]    Compiling crypto-bigint v0.2.10
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling group v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling signature v1.3.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling const-oid v0.6.1
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling der v0.4.4
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling spki v0.4.1
[INFO] [stderr]    Compiling sha3 v0.9.1
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling camino v1.0.5
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling pkcs8 v0.7.6
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling const-oid v0.7.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling elliptic-curve v0.10.6
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling ecdsa v0.12.4
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling k256 v0.9.6
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling elliptic-curve v0.11.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.1
[INFO] [stderr]    Compiling futures-macro v0.3.18
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling base64ct v1.1.0
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling password-hash v0.2.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling base58 v0.1.0
[INFO] [stderr]    Compiling blake2 v0.9.2
[INFO] [stderr]    Compiling base58check v0.1.0
[INFO] [stderr]    Compiling pbkdf2 v0.8.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling ripemd160 v0.9.1
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling bech32 v0.7.3
[INFO] [stderr]    Compiling salsa20 v0.8.1
[INFO] [stderr]    Compiling radium v0.3.0
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling scrypt v0.7.0
[INFO] [stderr]    Compiling ctr v0.7.0
[INFO] [stderr]    Compiling auto_impl v0.5.0
[INFO] [stderr]    Compiling bitvec v0.17.4
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling impl-serde v0.3.2
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling coins-core v0.2.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling rlp v0.5.1
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling ethbloom v0.11.1
[INFO] [stderr]    Compiling coins-bip32 v0.3.0
[INFO] [stderr]    Compiling coins-bip39 v0.3.0
[INFO] [stderr]    Compiling cargo_metadata v0.14.1
[INFO] [stderr]    Compiling eth-keystore v0.3.0
[INFO] [stderr]    Compiling serde-aux v3.0.1
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v2.3.1
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling parity-scale-codec v2.3.1
[INFO] [stderr]    Compiling impl-codec v0.5.1
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling ethereum-types v0.12.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling ethabi v15.0.0
[INFO] [stderr]    Compiling ethers-core v0.6.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling ethers-signers v0.6.0 (/opt/rustwide/workdir/ethers-signers)
[INFO] [stderr]    Compiling ethers-solc v0.1.0 (/opt/rustwide/workdir/ethers-solc)
[INFO] [stdout] warning: unused import: `MnemonicBuilderError`
[INFO] [stdout]  --> ethers-signers/src/wallet/mod.rs:4:37
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use mnemonic::{MnemonicBuilder, MnemonicBuilderError};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HardhatArtifacts` is never constructed
[INFO] [stdout]    --> ethers-solc/src/config.rs:367:12
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub struct HardhatArtifacts;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/lib.rs:584:17
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<T::Artifact>> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<'_, T::Artifact>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:465:73
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics {
[INFO] [stdout]     |                             --                             --           ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                              |
[INFO] [stdout]     |                             the lifetime is named here     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics<'a> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:470:17
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:495:16
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.6
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling ethers-contract-abigen v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-abigen)
[INFO] [stderr]    Compiling ethers-providers v0.6.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stderr]    Compiling ethers-etherscan v0.2.0 (/opt/rustwide/workdir/ethers-etherscan)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> ethers-contract/ethers-contract-abigen/src/util.rs:76:55
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 76 -         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout] 76 +         if #[cfg(any(not(target_arch = "wasm32"), not(feature = "reqwest")))]{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> ethers-contract/ethers-contract-abigen/src/util.rs:76:55
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 76 -         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout] 76 +         if #[cfg(any(not(target_arch = "wasm32"), not(feature = "reqwest")))]{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-etherscan/src/lib.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ) -> Query<T> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Query<'_, T> {
[INFO] [stdout]     |                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract-derive v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-derive)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:228:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 228 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 228 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 228 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:437:31
[INFO] [stdout]     |
[INFO] [stdout] 435 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 436 |         &self,
[INFO] [stdout] 437 |     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 437 -     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 437 +     ) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:449:58
[INFO] [stdout]     |
[INFO] [stdout] 449 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 449 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 449 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:569:36
[INFO] [stdout]     |
[INFO] [stdout] 566 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 569 |     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 569 -     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 569 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 586 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 587 |         &self,
[INFO] [stdout] 588 |     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 588 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:597:36
[INFO] [stdout]     |
[INFO] [stdout] 595 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 596 |         &self,
[INFO] [stdout] 597 |     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 597 -     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 597 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:483:36
[INFO] [stdout]     |
[INFO] [stdout] 479 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 483 |     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 483 -     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout] 483 +     ) -> Result<PendingTransaction<'life0, P>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:557:58
[INFO] [stdout]     |
[INFO] [stdout] 557 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 557 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 557 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:566:31
[INFO] [stdout]     |
[INFO] [stdout] 564 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 565 |         &self,
[INFO] [stdout] 566 |     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 566 -     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 566 +     ) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:803:36
[INFO] [stdout]     |
[INFO] [stdout] 800 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 803 |     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 803 -     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout] 803 +     ) -> Result<SubscriptionStream<'life0, P, R>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:823:36
[INFO] [stdout]     |
[INFO] [stdout] 821 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 822 |         &self,
[INFO] [stdout] 823 |     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 823 -     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout] 823 +     ) -> Result<SubscriptionStream<'life0, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:832:36
[INFO] [stdout]     |
[INFO] [stdout] 830 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 831 |         &self,
[INFO] [stdout] 832 |     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 832 -     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout] 832 +     ) -> Result<SubscriptionStream<'life0, P, TxHash>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract v0.6.0 (/opt/rustwide/workdir/ethers-contract)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:167:31
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<M, D> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<'_, M, D> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:172:47
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<M, D> {
[INFO] [stdout]     |                                               ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<'_, M, D> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:181:44
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<M, D>, Error> {
[INFO] [stdout]     |                                            ^^^^^                        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<'_, M, D>, Error> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ethers-contract/src/event.rs:33:53
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<M, Self>
[INFO] [stdout]    |                                                     ^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<'_, M, Self>
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-middleware v0.6.0 (/opt/rustwide/workdir/ethers-middleware)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_escalator/mod.rs:94:36
[INFO] [stdout]    |
[INFO] [stdout] 90 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 94 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 94 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 94 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_oracle/middleware.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 74 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 74 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/nonce_manager.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 83 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 87 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 87 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 87 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:100:31
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/transformer/middleware.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn send_transaction<Tx: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 61 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 61 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 61 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/signer.rs:208:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 208 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 208 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 208 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/policy.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 100 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 104 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 104 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:123:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 123 |     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 123 -     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 123 +     ) -> Result<ethers_providers::PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:318:49
[INFO] [stdout]     |
[INFO] [stdout] 316 |     async fn watch_blocks(
[INFO] [stdout]     |              ------------ the lifetime is named here
[INFO] [stdout] 317 |         &self,
[INFO] [stdout] 318 |     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |                                                 ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 318 -     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout] 318 +     ) -> Result<ethers_providers::FilterWatcher<'life0, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:325:54
[INFO] [stdout]     |
[INFO] [stdout] 322 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 325 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 325 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 325 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:344:54
[INFO] [stdout]     |
[INFO] [stdout] 342 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 343 |         &self,
[INFO] [stdout] 344 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 344 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 344 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:353:54
[INFO] [stdout]     |
[INFO] [stdout] 351 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 352 |         &self,
[INFO] [stdout] 353 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 353 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 353 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 57s
[INFO] running `Command { std: "docker" "inspect" "d7c8941b612e42cff8c770a18c738ead61874897d0a55e4f2f5c84c8d3d6dd29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7c8941b612e42cff8c770a18c738ead61874897d0a55e4f2f5c84c8d3d6dd29", kill_on_drop: false }`
[INFO] [stdout] d7c8941b612e42cff8c770a18c738ead61874897d0a55e4f2f5c84c8d3d6dd29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a02589cedb5743fbd41f378f10a01a6610f716045c92e34227be38845416236d
[INFO] running `Command { std: "docker" "start" "-a" "a02589cedb5743fbd41f378f10a01a6610f716045c92e34227be38845416236d", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling tokio-macros v1.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling ff v0.10.1
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling group v0.10.0
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling ethbloom v0.11.1
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling zeroize_derive v1.2.0
[INFO] [stderr]    Compiling signature_derive v1.0.0-pre.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling signature v1.3.1
[INFO] [stderr]    Compiling zeroize v1.4.2
[INFO] [stderr]    Compiling crypto-bigint v0.2.10
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling elliptic-curve v0.10.6
[INFO] [stderr]    Compiling ethereum-types v0.12.1
[INFO] [stderr]    Compiling elliptic-curve v0.11.1
[INFO] [stderr]    Compiling ecdsa v0.12.4
[INFO] [stderr]    Compiling k256 v0.9.6
[INFO] [stderr]    Compiling ethabi v15.0.0
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling ethers-core v0.6.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]    Compiling password-hash v0.2.3
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling pbkdf2 v0.8.0
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling base58check v0.1.0
[INFO] [stderr]    Compiling blake2 v0.9.2
[INFO] [stderr]    Compiling scrypt v0.7.0
[INFO] [stderr]    Compiling coins-core v0.2.2
[INFO] [stderr]    Compiling coins-bip32 v0.3.0
[INFO] [stderr]    Compiling eth-keystore v0.3.0
[INFO] [stderr]    Compiling ethers-solc v0.1.0 (/opt/rustwide/workdir/ethers-solc)
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling coins-bip39 v0.3.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling libusb1-sys v0.5.0
[INFO] [stderr]    Compiling ethers-signers v0.6.0 (/opt/rustwide/workdir/ethers-signers)
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stdout] warning: unused import: `MnemonicBuilderError`
[INFO] [stdout]  --> ethers-signers/src/wallet/mod.rs:4:37
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use mnemonic::{MnemonicBuilder, MnemonicBuilderError};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling gimli v0.25.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling object v0.26.2
[INFO] [stdout] warning: struct `HardhatArtifacts` is never constructed
[INFO] [stdout]    --> ethers-solc/src/config.rs:367:12
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub struct HardhatArtifacts;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/lib.rs:584:17
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<T::Artifact>> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<'_, T::Artifact>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:465:73
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics {
[INFO] [stdout]     |                             --                             --           ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                              |
[INFO] [stdout]     |                             the lifetime is named here     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics<'a> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:470:17
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:495:16
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rusb v0.8.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling ed25519 v1.2.0
[INFO] [stderr]    Compiling ctr v0.8.0
[INFO] [stderr]    Compiling addr2line v0.16.0
[INFO] [stderr]    Compiling dbl v0.3.1
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling ccm v0.4.4
[INFO] [stderr]    Compiling cmac v0.6.0
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling ethers-derive-eip712 v0.2.0 (/opt/rustwide/workdir/ethers-core/ethers-derive-eip712)
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling anomaly v0.2.0
[INFO] [stderr]    Compiling p256 v0.9.0
[INFO] [stderr]    Compiling p384 v0.8.0
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling block-modes v0.8.1
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling harp v0.1.0
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling yubihsm v0.39.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling reqwest v0.11.6
[INFO] [stdout] warning: static `LOCK` is never used
[INFO] [stdout]   --> ethers-solc/src/compile.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | static LOCK: Lazy<Mutex<()>> = Lazy::new(|| Mutex::new(()));
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HardhatArtifacts` is never constructed
[INFO] [stdout]    --> ethers-solc/src/config.rs:367:12
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub struct HardhatArtifacts;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/lib.rs:584:17
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<T::Artifact>> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<'_, T::Artifact>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:465:73
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics {
[INFO] [stdout]     |                             --                             --           ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                              |
[INFO] [stdout]     |                             the lifetime is named here     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics<'a> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:470:17
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:495:16
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract-abigen v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-abigen)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> ethers-contract/ethers-contract-abigen/src/util.rs:76:55
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 76 -         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout] 76 +         if #[cfg(any(not(target_arch = "wasm32"), not(feature = "reqwest")))]{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-providers v0.6.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> ethers-contract/ethers-contract-abigen/src/util.rs:76:55
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 76 -         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stdout] 76 +         if #[cfg(any(not(target_arch = "wasm32"), not(feature = "reqwest")))]{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-etherscan v0.2.0 (/opt/rustwide/workdir/ethers-etherscan)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-etherscan/src/lib.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ) -> Query<T> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Query<'_, T> {
[INFO] [stdout]     |                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract-derive v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-derive)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:228:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 228 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 228 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 228 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:437:31
[INFO] [stdout]     |
[INFO] [stdout] 435 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 436 |         &self,
[INFO] [stdout] 437 |     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 437 -     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 437 +     ) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:449:58
[INFO] [stdout]     |
[INFO] [stdout] 449 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 449 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 449 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:569:36
[INFO] [stdout]     |
[INFO] [stdout] 566 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 569 |     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 569 -     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 569 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 586 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 587 |         &self,
[INFO] [stdout] 588 |     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 588 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:597:36
[INFO] [stdout]     |
[INFO] [stdout] 595 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 596 |         &self,
[INFO] [stdout] 597 |     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 597 -     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 597 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:483:36
[INFO] [stdout]     |
[INFO] [stdout] 479 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 483 |     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 483 -     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout] 483 +     ) -> Result<PendingTransaction<'life0, P>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:557:58
[INFO] [stdout]     |
[INFO] [stdout] 557 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 557 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 557 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:566:31
[INFO] [stdout]     |
[INFO] [stdout] 564 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 565 |         &self,
[INFO] [stdout] 566 |     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 566 -     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 566 +     ) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:803:36
[INFO] [stdout]     |
[INFO] [stdout] 800 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 803 |     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 803 -     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout] 803 +     ) -> Result<SubscriptionStream<'life0, P, R>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:823:36
[INFO] [stdout]     |
[INFO] [stdout] 821 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 822 |         &self,
[INFO] [stdout] 823 |     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 823 -     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout] 823 +     ) -> Result<SubscriptionStream<'life0, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:832:36
[INFO] [stdout]     |
[INFO] [stdout] 830 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 831 |         &self,
[INFO] [stdout] 832 |     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 832 -     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout] 832 +     ) -> Result<SubscriptionStream<'life0, P, TxHash>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract v0.6.0 (/opt/rustwide/workdir/ethers-contract)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:167:31
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<M, D> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<'_, M, D> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:172:47
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<M, D> {
[INFO] [stdout]     |                                               ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<'_, M, D> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:181:44
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<M, D>, Error> {
[INFO] [stdout]     |                                            ^^^^^                        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<'_, M, D>, Error> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ethers-contract/src/event.rs:33:53
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<M, Self>
[INFO] [stdout]    |                                                     ^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<'_, M, Self>
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-etherscan/src/lib.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ) -> Query<T> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Query<'_, T> {
[INFO] [stdout]     |                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-middleware v0.6.0 (/opt/rustwide/workdir/ethers-middleware)
[INFO] [stdout] warning: unused import: `MnemonicBuilderError`
[INFO] [stdout]  --> ethers-signers/src/wallet/mod.rs:4:37
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use mnemonic::{MnemonicBuilder, MnemonicBuilderError};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_escalator/mod.rs:94:36
[INFO] [stdout]    |
[INFO] [stdout] 90 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 94 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 94 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 94 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_oracle/middleware.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 74 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 74 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/nonce_manager.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 83 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 87 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 87 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 87 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:100:31
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/transformer/middleware.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn send_transaction<Tx: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 61 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 61 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 61 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/signer.rs:208:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 208 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 208 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 208 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/policy.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 100 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 104 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 104 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:123:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 123 |     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 123 -     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 123 +     ) -> Result<ethers_providers::PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:318:49
[INFO] [stdout]     |
[INFO] [stdout] 316 |     async fn watch_blocks(
[INFO] [stdout]     |              ------------ the lifetime is named here
[INFO] [stdout] 317 |         &self,
[INFO] [stdout] 318 |     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |                                                 ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 318 -     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout] 318 +     ) -> Result<ethers_providers::FilterWatcher<'life0, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:325:54
[INFO] [stdout]     |
[INFO] [stdout] 322 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 325 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 325 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 325 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:344:54
[INFO] [stdout]     |
[INFO] [stdout] 342 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 343 |         &self,
[INFO] [stdout] 344 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 344 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 344 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:353:54
[INFO] [stdout]     |
[INFO] [stdout] 351 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 352 |         &self,
[INFO] [stdout] 353 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 353 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 353 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_escalator/mod.rs:94:36
[INFO] [stdout]    |
[INFO] [stdout] 90 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 94 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 94 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 94 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/gas_oracle/middleware.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 74 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 74 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/nonce_manager.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 83 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 87 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 87 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 87 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:100:31
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> ethers-middleware/src/transformer/middleware.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |     async fn send_transaction<Tx: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]    |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 61 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]    |                                    ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 61 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 61 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/signer.rs:208:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 208 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 208 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 208 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/policy.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 100 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 104 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 104 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 104 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:123:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 123 |     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 123 -     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 123 +     ) -> Result<ethers_providers::PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:318:49
[INFO] [stdout]     |
[INFO] [stdout] 316 |     async fn watch_blocks(
[INFO] [stdout]     |              ------------ the lifetime is named here
[INFO] [stdout] 317 |         &self,
[INFO] [stdout] 318 |     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |                                                 ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 318 -     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout] 318 +     ) -> Result<ethers_providers::FilterWatcher<'life0, Self::Provider, TxHash>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:325:54
[INFO] [stdout]     |
[INFO] [stdout] 322 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 325 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 325 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 325 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:344:54
[INFO] [stdout]     |
[INFO] [stdout] 342 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 343 |         &self,
[INFO] [stdout] 344 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 344 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 344 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/timelag/mod.rs:353:54
[INFO] [stdout]     |
[INFO] [stdout] 351 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 352 |         &self,
[INFO] [stdout] 353 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                                      ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 353 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 353 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:228:36
[INFO] [stdout]     |
[INFO] [stdout] 224 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 228 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 228 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 228 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:437:31
[INFO] [stdout]     |
[INFO] [stdout] 435 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 436 |         &self,
[INFO] [stdout] 437 |     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 437 -     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 437 +     ) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:449:58
[INFO] [stdout]     |
[INFO] [stdout] 449 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 449 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 449 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:569:36
[INFO] [stdout]     |
[INFO] [stdout] 566 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 569 |     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 569 -     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 569 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 586 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 587 |         &self,
[INFO] [stdout] 588 |     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 588 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:597:36
[INFO] [stdout]     |
[INFO] [stdout] 595 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 596 |         &self,
[INFO] [stdout] 597 |     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 597 -     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 597 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:483:36
[INFO] [stdout]     |
[INFO] [stdout] 479 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 483 |     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 483 -     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout] 483 +     ) -> Result<PendingTransaction<'life0, P>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:557:58
[INFO] [stdout]     |
[INFO] [stdout] 557 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 557 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 557 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:566:31
[INFO] [stdout]     |
[INFO] [stdout] 564 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 565 |         &self,
[INFO] [stdout] 566 |     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout]     |                               ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 566 -     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 566 +     ) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:803:36
[INFO] [stdout]     |
[INFO] [stdout] 800 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 803 |     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 803 -     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout] 803 +     ) -> Result<SubscriptionStream<'life0, P, R>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:823:36
[INFO] [stdout]     |
[INFO] [stdout] 821 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 822 |         &self,
[INFO] [stdout] 823 |     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 823 -     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout] 823 +     ) -> Result<SubscriptionStream<'life0, P, Block<TxHash>>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/provider.rs:832:36
[INFO] [stdout]     |
[INFO] [stdout] 830 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 831 |         &self,
[INFO] [stdout] 832 |     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout]     |                                    ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 832 -     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout] 832 +     ) -> Result<SubscriptionStream<'life0, P, TxHash>, ProviderError>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:167:31
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<M, D> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn event<D: EthEvent>(&self) -> Event<'_, M, D> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:172:47
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<M, D> {
[INFO] [stdout]     |                                               ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<'_, M, D> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-contract/src/contract.rs:181:44
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<M, D>, Error> {
[INFO] [stdout]     |                                            ^^^^^                        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<'_, M, D>, Error> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ethers-contract/src/event.rs:33:53
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<M, Self>
[INFO] [stdout]    |                                                     ^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<'_, M, Self>
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 54s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: harp v0.1.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a02589cedb5743fbd41f378f10a01a6610f716045c92e34227be38845416236d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a02589cedb5743fbd41f378f10a01a6610f716045c92e34227be38845416236d", kill_on_drop: false }`
[INFO] [stdout] a02589cedb5743fbd41f378f10a01a6610f716045c92e34227be38845416236d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 883b1d9c81e016ed864ed296a2e8d198b8b36d56897e7fc9c600a70e842f5489
[INFO] running `Command { std: "docker" "start" "-a" "883b1d9c81e016ed864ed296a2e8d198b8b36d56897e7fc9c600a70e842f5489", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:228:36
[INFO] [stderr]     |
[INFO] [stderr] 224 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 228 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 228 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 228 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:437:31
[INFO] [stderr]     |
[INFO] [stderr] 435 |     async fn watch_pending_transactions(
[INFO] [stderr]     |              -------------------------- the lifetime is named here
[INFO] [stderr] 436 |         &self,
[INFO] [stderr] 437 |     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stderr]     |                               ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 437 -     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stderr] 437 +     ) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:449:58
[INFO] [stderr]     |
[INFO] [stderr] 449 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stderr]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 449 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stderr] 449 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, Self::Provider, H256>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:569:36
[INFO] [stderr]     |
[INFO] [stderr] 566 |     async fn subscribe<T, R>(
[INFO] [stderr]     |              --------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 569 |     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 569 -     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stderr] 569 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:588:36
[INFO] [stderr]     |
[INFO] [stderr] 586 |     async fn subscribe_blocks(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] 587 |         &self,
[INFO] [stderr] 588 |     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 588 -     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr] 588 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/lib.rs:597:36
[INFO] [stderr]     |
[INFO] [stderr] 595 |     async fn subscribe_pending_txs(
[INFO] [stderr]     |              --------------------- the lifetime is named here
[INFO] [stderr] 596 |         &self,
[INFO] [stderr] 597 |     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 597 -     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr] 597 +     ) -> Result<SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:483:36
[INFO] [stderr]     |
[INFO] [stderr] 479 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 483 |     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 483 -     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stderr] 483 +     ) -> Result<PendingTransaction<'life0, P>, ProviderError> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:557:58
[INFO] [stderr]     |
[INFO] [stderr] 557 |     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stderr]     |              ------------ the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 557 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stderr] 557 +     async fn watch_blocks(&self) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:566:31
[INFO] [stderr]     |
[INFO] [stderr] 564 |     async fn watch_pending_transactions(
[INFO] [stderr]     |              -------------------------- the lifetime is named here
[INFO] [stderr] 565 |         &self,
[INFO] [stderr] 566 |     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stderr]     |                               ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 566 -     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stderr] 566 +     ) -> Result<FilterWatcher<'life0, P, H256>, ProviderError> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:803:36
[INFO] [stderr]     |
[INFO] [stderr] 800 |     async fn subscribe<T, R>(
[INFO] [stderr]     |              --------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 803 |     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 803 -     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stderr] 803 +     ) -> Result<SubscriptionStream<'life0, P, R>, ProviderError>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:823:36
[INFO] [stderr]     |
[INFO] [stderr] 821 |     async fn subscribe_blocks(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] 822 |         &self,
[INFO] [stderr] 823 |     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 823 -     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stderr] 823 +     ) -> Result<SubscriptionStream<'life0, P, Block<TxHash>>, ProviderError>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-providers/src/provider.rs:832:36
[INFO] [stderr]     |
[INFO] [stderr] 830 |     async fn subscribe_pending_txs(
[INFO] [stderr]     |              --------------------- the lifetime is named here
[INFO] [stderr] 831 |         &self,
[INFO] [stderr] 832 |     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 832 -     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stderr] 832 +     ) -> Result<SubscriptionStream<'life0, P, TxHash>, ProviderError>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-providers` (lib) generated 12 warnings (run `cargo fix --lib -p ethers-providers` to apply 12 suggestions)
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> ethers-contract/ethers-contract-abigen/src/util.rs:76:55
[INFO] [stderr]    |
[INFO] [stderr] 76 |         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stderr]    |                                                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[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: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 76 -         if #[cfg(any(not(target_arch = "wasm32"), not(features = "reqwest")))]{
[INFO] [stderr] 76 +         if #[cfg(any(not(target_arch = "wasm32"), not(feature = "reqwest")))]{
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-contract-abigen` (lib) generated 1 warning
[INFO] [stderr] warning: `ethers-contract-abigen` (lib) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-contract/src/contract.rs:167:31
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub fn event<D: EthEvent>(&self) -> Event<M, D> {
[INFO] [stderr]     |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub fn event<D: EthEvent>(&self) -> Event<'_, M, D> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-contract/src/contract.rs:172:47
[INFO] [stderr]     |
[INFO] [stderr] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<M, D> {
[INFO] [stderr]     |                                               ^^^^^                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 172 |     pub fn event_with_filter<D: EthLogDecode>(&self, filter: Filter) -> Event<'_, M, D> {
[INFO] [stderr]     |                                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-contract/src/contract.rs:181:44
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<M, D>, Error> {
[INFO] [stderr]     |                                            ^^^^^                        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                            |
[INFO] [stderr]     |                                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn event_for_name<D: EthLogDecode>(&self, name: &str) -> Result<Event<'_, M, D>, Error> {
[INFO] [stderr]     |                                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> ethers-contract/src/event.rs:33:53
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<M, Self>
[INFO] [stderr]    |                                                     ^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                     |
[INFO] [stderr]    |                                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<'_, M, Self>
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-contract` (lib) generated 4 warnings (run `cargo fix --lib -p ethers-contract` to apply 4 suggestions)
[INFO] [stderr] warning: unused import: `MnemonicBuilderError`
[INFO] [stderr]  --> ethers-signers/src/wallet/mod.rs:4:37
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use mnemonic::{MnemonicBuilder, MnemonicBuilderError};
[INFO] [stderr]   |                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HardhatArtifacts` is never constructed
[INFO] [stderr]    --> ethers-solc/src/config.rs:367:12
[INFO] [stderr]     |
[INFO] [stderr] 367 | pub struct HardhatArtifacts;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-solc/src/lib.rs:584:17
[INFO] [stderr]     |
[INFO] [stderr] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<T::Artifact>> {
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 584 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<Cow<'_, T::Artifact>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-solc/src/artifacts.rs:465:73
[INFO] [stderr]     |
[INFO] [stderr] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics {
[INFO] [stderr]     |                             --                             --           ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                              |
[INFO] [stderr]     |                             the lifetime is named here     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 465 |     pub fn diagnostics<'a>(&'a self, ignored_error_codes: &'a [u64]) -> OutputDiagnostics<'a> {
[INFO] [stderr]     |                                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-solc/src/artifacts.rs:470:17
[INFO] [stderr]     |
[INFO] [stderr] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef> {
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 470 |     pub fn find(&self, contract: impl AsRef<str>) -> Option<CompactContractRef<'_>> {
[INFO] [stderr]     |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-solc/src/artifacts.rs:495:16
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef> {
[INFO] [stderr]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub fn get(&self, path: &str, contract: &str) -> Option<CompactContractRef<'_>> {
[INFO] [stderr]     |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-signers` (lib) generated 1 warning (run `cargo fix --lib -p ethers-signers` to apply 1 suggestion)
[INFO] [stderr] warning: `ethers-solc` (lib) generated 5 warnings (run `cargo fix --lib -p ethers-solc` to apply 4 suggestions)
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> ethers-middleware/src/gas_escalator/mod.rs:94:36
[INFO] [stderr]    |
[INFO] [stderr] 90 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]    |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 94 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]    |                                    ^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]    |
[INFO] [stderr] 94 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 94 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> ethers-middleware/src/gas_oracle/middleware.rs:74:36
[INFO] [stderr]    |
[INFO] [stderr] 70 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]    |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 74 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]    |                                    ^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]    |
[INFO] [stderr] 74 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 74 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> ethers-middleware/src/nonce_manager.rs:87:36
[INFO] [stderr]    |
[INFO] [stderr] 83 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]    |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 87 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]    |                                    ^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]    |
[INFO] [stderr] 87 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 87 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:100:31
[INFO] [stderr]     |
[INFO] [stderr] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stderr]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |         pub fn created_filter(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stderr]     |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:106:23
[INFO] [stderr]     |
[INFO] [stderr] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<M, CreatedFilter> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 |         pub fn events(&self) -> ethers_contract::builders::Event<'_, M, CreatedFilter> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> ethers-middleware/src/transformer/middleware.rs:61:36
[INFO] [stderr]    |
[INFO] [stderr] 57 |     async fn send_transaction<Tx: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]    |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 61 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]    |                                    ^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]    |
[INFO] [stderr] 61 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 61 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/signer.rs:208:36
[INFO] [stderr]     |
[INFO] [stderr] 204 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 208 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 208 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 208 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/policy.rs:104:36
[INFO] [stderr]     |
[INFO] [stderr] 100 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 104 |     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]     |                                    ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 104 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 104 +     ) -> Result<PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/timelag/mod.rs:123:54
[INFO] [stderr]     |
[INFO] [stderr] 119 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 123 |     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr]     |                                                      ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 123 -     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stderr] 123 +     ) -> Result<ethers_providers::PendingTransaction<'life0, Self::Provider>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/timelag/mod.rs:318:49
[INFO] [stderr]     |
[INFO] [stderr] 316 |     async fn watch_blocks(
[INFO] [stderr]     |              ------------ the lifetime is named here
[INFO] [stderr] 317 |         &self,
[INFO] [stderr] 318 |     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stderr]     |                                                 ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 318 -     ) -> Result<ethers_providers::FilterWatcher<'_, Self::Provider, TxHash>, Self::Error> {
[INFO] [stderr] 318 +     ) -> Result<ethers_providers::FilterWatcher<'life0, Self::Provider, TxHash>, Self::Error> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/timelag/mod.rs:325:54
[INFO] [stderr]     |
[INFO] [stderr] 322 |     async fn subscribe<T, R>(
[INFO] [stderr]     |              --------- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 325 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stderr]     |                                                      ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 325 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stderr] 325 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, R>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/timelag/mod.rs:344:54
[INFO] [stderr]     |
[INFO] [stderr] 342 |     async fn subscribe_blocks(
[INFO] [stderr]     |              ---------------- the lifetime is named here
[INFO] [stderr] 343 |         &self,
[INFO] [stderr] 344 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr]     |                                                      ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 344 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr] 344 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> ethers-middleware/src/timelag/mod.rs:353:54
[INFO] [stderr]     |
[INFO] [stderr] 351 |     async fn subscribe_pending_txs(
[INFO] [stderr]     |              --------------------- the lifetime is named here
[INFO] [stderr] 352 |         &self,
[INFO] [stderr] 353 |     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr]     |                                                      ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'life0`
[INFO] [stderr]     |
[INFO] [stderr] 353 -     ) -> Result<ethers_providers::SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr] 353 +     ) -> Result<ethers_providers::SubscriptionStream<'life0, Self::Provider, TxHash>, Self::Error>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-middleware` (lib) generated 13 warnings (run `cargo fix --lib -p ethers-middleware` to apply 13 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> ethers-etherscan/src/lib.rs:141:9
[INFO] [stderr]     |
[INFO] [stderr] 141 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 145 |     ) -> Query<T> {
[INFO] [stderr]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     ) -> Query<'_, T> {
[INFO] [stderr]     |                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-etherscan` (lib) generated 1 warning (run `cargo fix --lib -p ethers-etherscan` to apply 1 suggestion)
[INFO] [stderr] warning: static `LOCK` is never used
[INFO] [stderr]   --> ethers-solc/src/compile.rs:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 | static LOCK: Lazy<Mutex<()>> = Lazy::new(|| Mutex::new(()));
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HardhatArtifacts` is never constructed
[INFO] [stderr]    --> ethers-solc/src/config.rs:367:12
[INFO] [stderr]     |
[INFO] [stderr] 367 | pub struct HardhatArtifacts;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ethers-solc` (lib test) generated 6 warnings (4 duplicates)
[INFO] [stderr] warning: `ethers-signers` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `ethers-contract` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: `ethers-providers` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr] warning: `ethers-middleware` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr] warning: `ethers-etherscan` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: harp v0.1.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ethers_contract-1a166949fc2ce2cf)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test base::tests::can_parse_events ... ok
[INFO] [stderr]      Running tests/abigen.rs (/opt/rustwide/target/debug/deps/abigen-f67824e42c68cf60)
[INFO] [stdout] test base::tests::can_parse_function_inputs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test can_gen_human_readable ... ok
[INFO] [stdout] test can_handle_even_more_overloaded_functions ... ok
[INFO] [stdout] test can_gen_structs_readable ... ok
[INFO] [stdout] test can_gen_structs_with_arrays_readable ... ok
[INFO] [stdout] test can_generate_internal_structs_multiple ... ok
[INFO] [stdout] test can_gen_human_readable_multiple ... ok
[INFO] [stdout] test can_generate_internal_structs ... ok
[INFO] [stdout] test can_gen_human_readable_with_structs ... ok
[INFO] [stdout] test can_handle_unique_underscore_functions ... ok
[INFO] [stdout] test can_handle_overloaded_functions ... ok
[INFO] [stdout] test can_handle_underscore_functions ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- can_handle_underscore_functions stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'can_handle_underscore_functions' (28) panicked at ethers-core/src/utils/ganache.rs:163:37:
[INFO] [stdout] couldnt start ganache-cli: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6447b18b2a32 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6447b18b2a32 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6447b18b2a32 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6447b18b2a32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6447b18c45bf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6447b18c45bf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6447b187d071 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6447b187d071 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6447b188a4b2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6447b188fe1f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x6447b188fcb1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x6447b118d15e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x6447b118d15e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6447b189058f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x6447b189058f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x6447b189033a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x6447b188a5e9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6447b187071d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x6447b18cdc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6447b18ccfd6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x6447b17a81a6 - core::result::Result<T,E>::expect::h7395f5004582b9e4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x6447b179ef26 - ethers_core::utils::ganache::Ganache::spawn::h5f91067811317330
[INFO] [stdout]                                at /opt/rustwide/workdir/ethers-core/src/utils/ganache.rs:163:37
[INFO] [stdout]   22:     0x6447b1135874 - abigen::can_handle_underscore_functions::{{closure}}::he0f2606ad0101712
[INFO] [stdout]                                at /opt/rustwide/workdir/ethers-contract/tests/abigen.rs:282:54
[INFO] [stdout]   23:     0x6447b114cbbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h5f9192a20b7680a5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x6447b10a214d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::hda0bc1ff04658e96
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   25:     0x6447b116bfd0 - tokio::coop::with_budget::{{closure}}::h97c1ced28d12329f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x6447b1161bd5 - std::thread::local::LocalKey<T>::try_with::h772d5857de43b86c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x6447b116191e - std::thread::local::LocalKey<T>::with::h7404c1b897472c43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x6447b10a182d - tokio::coop::with_budget::hdd3f8e033b21c4db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x6447b10a182d - tokio::coop::budget::h1e74d203294d970f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x6447b10a182d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::hfa261913f3691662
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   31:     0x6447b10a293a - tokio::runtime::basic_scheduler::enter::{{closure}}::ha86af13e871e45bf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   32:     0x6447b10a1465 - tokio::macros::scoped_tls::ScopedKey<T>::set::h2afb1ce80457cbca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x6447b10a28d6 - tokio::runtime::basic_scheduler::enter::h8600e218c524cc6f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   34:     0x6447b10a1523 - tokio::runtime::basic_scheduler::Inner<P>::block_on::hb2b13e098c0c78a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x6447b10a2207 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::hce1fe5d271a2596d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x6447b10a22de - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h1d92e8b71e0dada2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x6447b114bfd1 - tokio::runtime::Runtime::block_on::hf79596c83f15d8ad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x6447b11355f0 - abigen::can_handle_underscore_functions::had342a6010b5dcff
[INFO] [stdout]                                at /opt/rustwide/workdir/ethers-contract/tests/abigen.rs:322:26
[INFO] [stdout]   39:     0x6447b1135697 - abigen::can_handle_underscore_functions::{{closure}}::h9e4c7699883b2bef
[INFO] [stdout]                                at /opt/rustwide/workdir/ethers-contract/tests/abigen.rs:270:43
[INFO] [stdout]   40:     0x6447b1096f86 - core::ops::function::FnOnce::call_once::he957ae2a9bd19b63
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6447b118cf1b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6447b118cf1b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x6447b11a2b85 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x6447b11a2b85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x6447b11a2b85 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x6447b11a2b85 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x6447b11a2b85 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x6447b11a2b85 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x6447b11a2b85 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x6447b1179374 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x6447b1179374 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   52:     0x6447b117cc3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   53:     0x6447b117cc3a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x6447b117cc3a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x6447b117cc3a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x6447b117cc3a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x6447b117cc3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   58:     0x6447b117cc3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x6447b188562f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   60:     0x6447b188562f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   61:     0x7bd94fb7aaa4 - <unknown>
[INFO] [stdout]   62:     0x7bd94fc07a34 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     can_handle_underscore_functions
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p ethers-contract --test abigen`
[INFO] running `Command { std: "docker" "inspect" "883b1d9c81e016ed864ed296a2e8d198b8b36d56897e7fc9c600a70e842f5489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "883b1d9c81e016ed864ed296a2e8d198b8b36d56897e7fc9c600a70e842f5489", kill_on_drop: false }`
[INFO] [stdout] 883b1d9c81e016ed864ed296a2e8d198b8b36d56897e7fc9c600a70e842f5489
