[INFO] cloning repository https://github.com/jsLover1117/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/jsLover1117/ethers-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjsLover1117%2Fethers-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjsLover1117%2Fethers-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93ef8d920af70e90905c58b320bb7638291d8bcb
[INFO] testing jsLover1117/ethers-rs against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjsLover1117%2Fethers-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jsLover1117/ethers-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/jsLover1117/ethers-rs
[INFO] tweaked toml for git repo https://github.com/jsLover1117/ethers-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jsLover1117/ethers-rs on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jsLover1117/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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf2afb1361a78b61daac0edd69b1c3bff6d0dbe5b7bbb9b75508fa04891c8084
[INFO] running `Command { std: "docker" "start" "-a" "bf2afb1361a78b61daac0edd69b1c3bff6d0dbe5b7bbb9b75508fa04891c8084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf2afb1361a78b61daac0edd69b1c3bff6d0dbe5b7bbb9b75508fa04891c8084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf2afb1361a78b61daac0edd69b1c3bff6d0dbe5b7bbb9b75508fa04891c8084", kill_on_drop: false }`
[INFO] [stdout] bf2afb1361a78b61daac0edd69b1c3bff6d0dbe5b7bbb9b75508fa04891c8084
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 491d5bd4e98b2b50f112144d69ccf748854c23a453a89a61f0c2cb02241ac7b7
[INFO] running `Command { std: "docker" "start" "-a" "491d5bd4e98b2b50f112144d69ccf748854c23a453a89a61f0c2cb02241ac7b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.121
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling const-oid v0.9.0
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling wyz v0.5.0
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling bitvec v1.0.0
[INFO] [stderr]    Compiling byte-slice-cast v1.2.0
[INFO] [stderr]    Compiling zeroize v1.5.1
[INFO] [stderr]    Compiling keccak v0.1.0
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling tracing-core v0.1.27
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling der v0.6.0
[INFO] [stderr]    Compiling quote v1.0.16
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ff v0.12.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling semver v1.0.12
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling group v0.12.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling camino v1.0.7
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling block-buffer v0.10.0
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling crypto-bigint v0.4.8
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v1.5.0
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling sha3 v0.10.0
[INFO] [stderr]    Compiling rust_decimal v1.25.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling siphasher v0.3.9
[INFO] [stderr]    Compiling elliptic-curve v0.12.2
[INFO] [stderr]    Compiling rfc6979 v0.3.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rustls-pemfile v1.0.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling ecdsa v0.14.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling k256 v0.11.3
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dunce v1.0.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.6
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling base58 v0.1.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling base58check v0.1.0
[INFO] [stderr]    Compiling string_cache v0.8.2
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling lalrpop-util v0.19.7
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling blake2 v0.10.4
[INFO] [stderr]    Compiling ripemd v0.1.1
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling bech32 v0.7.3
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling pico-args v0.4.2
[INFO] [stderr]    Compiling pbkdf2 v0.10.1
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling salsa20 v0.9.0
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.53
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling radium v0.3.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling bitvec v0.17.4
[INFO] [stderr]    Compiling rustls v0.20.2
[INFO] [stderr]    Compiling webpki-roots v0.22.2
[INFO] [stderr]    Compiling console v0.14.1
[INFO] [stderr]    Compiling scrypt v0.8.1
[INFO] [stderr]    Compiling hashers v1.0.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling ctr v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling lalrpop v0.19.7
[INFO] [stderr]    Compiling dialoguer v0.8.0
[INFO] [stderr]    Compiling indicatif v0.16.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling home v0.5.3
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling md-5 v0.10.1
[INFO] [stderr]    Compiling path-slash v0.2.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.1
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling auto_impl v1.0.1
[INFO] [stderr]    Compiling strum_macros v0.24.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.20
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.11
[INFO] [stderr]    Compiling clap_derive v3.0.12
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling pin-project v1.0.11
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling clap v3.0.13
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling thiserror v1.0.31
[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.1
[INFO] [stderr]    Compiling coins-core v0.7.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling solang-parser v0.1.16
[INFO] [stderr]    Compiling coins-bip32 v0.7.0
[INFO] [stderr]    Compiling rlp v0.5.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling fastrlp-derive v0.1.1
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling ethbloom v0.12.1
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.0.0
[INFO] [stderr]    Compiling coins-bip39 v0.7.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling cargo_metadata v0.15.0
[INFO] [stderr]    Compiling serde-aux v3.1.0
[INFO] [stderr]    Compiling eth-keystore v0.4.1
[INFO] [stderr]    Compiling parity-scale-codec v3.0.0
[INFO] [stderr]    Compiling impl-codec v0.6.0
[INFO] [stderr]    Compiling primitive-types v0.11.1
[INFO] [stderr]    Compiling ethereum-types v0.13.1
[INFO] [stderr]    Compiling ethabi v17.1.0
[INFO] [stderr]    Compiling fastrlp v0.1.2
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-rustls v0.23.2
[INFO] [stderr]    Compiling futures-locks v0.7.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling ethers-core v0.13.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]    Compiling h2 v0.3.11
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the name `Bytes` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ethabi::{self, Contract as Abi, *};
[INFO] [stdout]   |                                         ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the name `Bytes` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ethabi::{self, Contract as Abi, *};
[INFO] [stdout]   |                                         ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-core/src/abi/human_readable/lexer.rs:680:16
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn keyword(id: &str) -> Option<Token> {
[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] 680 | fn keyword(id: &str) -> Option<Token<'_>> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-core/src/abi/human_readable/lexer.rs:680:16
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn keyword(id: &str) -> Option<Token> {
[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] 680 | fn keyword(id: &str) -> Option<Token<'_>> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-signers v0.13.0 (/opt/rustwide/workdir/ethers-signers)
[INFO] [stderr]    Compiling ethers-addressbook v0.13.0 (/opt/rustwide/workdir/ethers-addressbook)
[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 hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling ethers-providers v0.13.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stderr]    Compiling ethers-contract-abigen v0.13.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-abigen)
[INFO] [stderr]    Compiling ethers-etherscan v0.13.0 (/opt/rustwide/workdir/ethers-etherscan)
[INFO] [stderr]    Compiling svm-rs v0.2.13
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-etherscan/src/lib.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 193 |     ) -> 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] 193 |     ) -> Query<'_, T> {
[INFO] [stdout]     |                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract-derive v0.13.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-derive)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> ethers-providers/src/call_raw.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |         self.map_input(|mut call| call.input.block = Some(id))
[INFO] [stdout]    |                         ----^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> ethers-providers/src/call_raw.rs:98:25
[INFO] [stdout]    |
[INFO] [stdout] 98 |         self.map_input(|mut call| call.input.state = Some(state))
[INFO] [stdout]    |                         ----^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `method` is never read
[INFO] [stdout]   --> ethers-providers/src/transports/common.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     Notification { method: &'a str, params: Params<'a> },
[INFO] [stdout]    |     ------------   ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> ethers-providers/src/transports/common.rs:73:36
[INFO] [stdout]    |
[INFO] [stdout] 73 |         struct ResponseVisitor<'a>(&'a ());
[INFO] [stdout]    |                ---------------     ^^^^^^
[INFO] [stdout]    |                |
[INFO] [stdout]    |                field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-providers/src/lib.rs:216:36
[INFO] [stdout]     |
[INFO] [stdout] 212 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 216 |     ) -> 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] 216 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 216 +     ) -> 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:457:31
[INFO] [stdout]     |
[INFO] [stdout] 455 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 456 |         &self,
[INFO] [stdout] 457 |     ) -> 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] 457 -     ) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 457 +     ) -> 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:469:58
[INFO] [stdout]     |
[INFO] [stdout] 469 |     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] 469 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, Self::Provider, H256>, Self::Error> {
[INFO] [stdout] 469 +     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:597:36
[INFO] [stdout]     |
[INFO] [stdout] 594 |     async fn subscribe<T, R>(
[INFO] [stdout]     |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 597 |     ) -> 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] 597 -     ) -> Result<SubscriptionStream<'_, Self::Provider, R>, Self::Error>
[INFO] [stdout] 597 +     ) -> 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:616:36
[INFO] [stdout]     |
[INFO] [stdout] 614 |     async fn subscribe_blocks(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] 615 |         &self,
[INFO] [stdout] 616 |     ) -> 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] 616 -     ) -> Result<SubscriptionStream<'_, Self::Provider, Block<TxHash>>, Self::Error>
[INFO] [stdout] 616 +     ) -> 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:625:36
[INFO] [stdout]     |
[INFO] [stdout] 623 |     async fn subscribe_pending_txs(
[INFO] [stdout]     |              --------------------- the lifetime is named here
[INFO] [stdout] 624 |         &self,
[INFO] [stdout] 625 |     ) -> 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] 625 -     ) -> Result<SubscriptionStream<'_, Self::Provider, TxHash>, Self::Error>
[INFO] [stdout] 625 +     ) -> 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:633:36
[INFO] [stdout]     |
[INFO] [stdout] 629 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 633 |     ) -> 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] 633 -     ) -> Result<PendingTransaction<'_, P>, ProviderError> {
[INFO] [stdout] 633 +     ) -> 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:711:58
[INFO] [stdout]     |
[INFO] [stdout] 711 |     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] 711 -     async fn watch_blocks(&self) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 711 +     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:720:31
[INFO] [stdout]     |
[INFO] [stdout] 718 |     async fn watch_pending_transactions(
[INFO] [stdout]     |              -------------------------- the lifetime is named here
[INFO] [stdout] 719 |         &self,
[INFO] [stdout] 720 |     ) -> 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] 720 -     ) -> Result<FilterWatcher<'_, P, H256>, ProviderError> {
[INFO] [stdout] 720 +     ) -> 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:1117:36
[INFO] [stdout]      |
[INFO] [stdout] 1114 |     async fn subscribe<T, R>(
[INFO] [stdout]      |              --------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1117 |     ) -> 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] 1117 -     ) -> Result<SubscriptionStream<'_, P, R>, ProviderError>
[INFO] [stdout] 1117 +     ) -> 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:1137:36
[INFO] [stdout]      |
[INFO] [stdout] 1135 |     async fn subscribe_blocks(
[INFO] [stdout]      |              ---------------- the lifetime is named here
[INFO] [stdout] 1136 |         &self,
[INFO] [stdout] 1137 |     ) -> 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] 1137 -     ) -> Result<SubscriptionStream<'_, P, Block<TxHash>>, ProviderError>
[INFO] [stdout] 1137 +     ) -> 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:1146:36
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     async fn subscribe_pending_txs(
[INFO] [stdout]      |              --------------------- the lifetime is named here
[INFO] [stdout] 1145 |         &self,
[INFO] [stdout] 1146 |     ) -> 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] 1146 -     ) -> Result<SubscriptionStream<'_, P, TxHash>, ProviderError>
[INFO] [stdout] 1146 +     ) -> Result<SubscriptionStream<'life0, P, TxHash>, ProviderError>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-contract v0.13.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:177:31
[INFO] [stdout]     |
[INFO] [stdout] 177 |     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] 177 |     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:182:47
[INFO] [stdout]     |
[INFO] [stdout] 182 |     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] 182 |     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:191:44
[INFO] [stdout]     |
[INFO] [stdout] 191 |     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] 191 |     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:34:53
[INFO] [stdout]    |
[INFO] [stdout] 34 |     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] 34 |     fn new<M: Middleware>(filter: Filter, provider: &M) -> Event<'_, M, Self>
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ethers-middleware v0.13.0 (/opt/rustwide/workdir/ethers-middleware)
[INFO] [stderr]    Compiling ethers-solc v0.13.0 (/opt/rustwide/workdir/ethers-solc)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-middleware/src/gas_escalator/mod.rs:105:36
[INFO] [stdout]     |
[INFO] [stdout] 101 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 105 |     ) -> 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] 105 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 105 +     ) -> 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:117:36
[INFO] [stdout]     |
[INFO] [stdout] 113 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 117 |     ) -> 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] 117 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 117 +     ) -> 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:104:31
[INFO] [stdout]     |
[INFO] [stdout] 104 |         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] 104 |         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:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 |         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] 110 |         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:270:36
[INFO] [stdout]     |
[INFO] [stdout] 266 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 270 |     ) -> 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] 270 -     ) -> Result<PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 270 +     ) -> 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:125:54
[INFO] [stdout]     |
[INFO] [stdout] 121 |     async fn send_transaction<T: Into<TypedTransaction> + Send + Sync>(
[INFO] [stdout]     |              ---------------- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     ) -> 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] 125 -     ) -> Result<ethers_providers::PendingTransaction<'_, Self::Provider>, Self::Error> {
[INFO] [stdout] 125 +     ) -> 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: fields `name` and `functions` are never read
[INFO] [stdout]    --> ethers-solc/src/resolver/parse.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct SolContract {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 137 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 138 |     pub functions: Vec<FunctionDefinition>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SolContract` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> ethers-solc/src/resolver/parse.rs:175:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub struct SolLibrary {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 175 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SolLibrary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> ethers-solc/src/artifacts/mod.rs:1291:17
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     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/mod.rs:1316:16
[INFO] [stdout]      |
[INFO] [stdout] 1316 |     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] 1316 |     pub fn get(&self, path: &str, contract: &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/mod.rs:1372:17
[INFO] [stdout]      |
[INFO] [stdout] 1372 |     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] 1372 |     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/artifact_output/mod.rs:389:30
[INFO] [stdout]     |
[INFO] [stdout] 389 |     fn get_contract_bytecode(&self) -> CompactContractBytecodeCow;
[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] 389 |     fn get_contract_bytecode(&self) -> CompactContractBytecodeCow<'_>;
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:392:21
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn get_bytecode(&self) -> Option<Cow<CompactBytecode>> {
[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] 392 |     fn get_bytecode(&self) -> Option<Cow<'_, CompactBytecode>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:397:28
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn get_bytecode_object(&self) -> Option<Cow<BytecodeObject>> {
[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] 397 |     fn get_bytecode_object(&self) -> Option<Cow<'_, BytecodeObject>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:406:27
[INFO] [stdout]     |
[INFO] [stdout] 406 |     fn get_bytecode_bytes(&self) -> Option<Cow<Bytes>> {
[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] 406 |     fn get_bytecode_bytes(&self) -> Option<Cow<'_, Bytes>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:415:30
[INFO] [stdout]     |
[INFO] [stdout] 415 |     fn get_deployed_bytecode(&self) -> Option<Cow<CompactDeployedBytecode>> {
[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] 415 |     fn get_deployed_bytecode(&self) -> Option<Cow<'_, CompactDeployedBytecode>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:420:37
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn get_deployed_bytecode_object(&self) -> Option<Cow<BytecodeObject>> {
[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] 420 |     fn get_deployed_bytecode_object(&self) -> Option<Cow<'_, BytecodeObject>> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:429:36
[INFO] [stdout]     |
[INFO] [stdout] 429 |     fn get_deployed_bytecode_bytes(&self) -> Option<Cow<Bytes>> {
[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] 429 |     fn get_deployed_bytecode_bytes(&self) -> Option<Cow<'_, Bytes>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:438:16
[INFO] [stdout]     |
[INFO] [stdout] 438 |     fn get_abi(&self) -> Option<Cow<Abi>> {
[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] 438 |     fn get_abi(&self) -> Option<Cow<'_, Abi>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:451:27
[INFO] [stdout]     |
[INFO] [stdout] 451 |     fn get_source_map_str(&self) -> Option<Cow<str>> {
[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] 451 |     fn get_source_map_str(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:467:36
[INFO] [stdout]     |
[INFO] [stdout] 467 |     fn get_source_map_deployed_str(&self) -> Option<Cow<str>> {
[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] 467 |     fn get_source_map_deployed_str(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/artifact_output/mod.rs:497:30
[INFO] [stdout]     |
[INFO] [stdout] 497 |     fn get_contract_bytecode(&self) -> CompactContractBytecodeCow {
[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] 497 |     fn get_contract_bytecode(&self) -> CompactContractBytecodeCow<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/resolver/mod.rs:241:32
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub(crate) fn display_node(&self, index: usize) -> DisplayNode {
[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] 241 |     pub(crate) fn display_node(&self, index: usize) -> DisplayNode<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> ethers-solc/src/compile/output/mod.rs:405:73
[INFO] [stdout]     |
[INFO] [stdout] 405 |     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] 405 |     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/compile/output/mod.rs:480:23
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub fn find_first(&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] 480 |     pub fn find_first(&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/compile/output/mod.rs:597:9
[INFO] [stdout]     |
[INFO] [stdout] 597 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 600 |     ) -> Option<CompactContractRef> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 600 |     ) -> 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/compile/output/contracts.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn find_first(&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] 40 |     pub fn find_first(&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/compile/output/contracts.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 63 |     ) -> Option<CompactContractRef> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     ) -> 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/compile/output/contracts.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 137 |     ) -> Option<CompactContractRef> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 137 |     ) -> Option<CompactContractRef<'_>> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> ethers-solc/src/report/mod.rs:227:14
[INFO] [stdout]     |
[INFO] [stdout] 227 |         Some(GLOBAL_REPORTER.as_ref().expect(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ethers-solc/src/utils.rs:60:36
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn find_import_paths(contract: &str) -> impl Iterator<Item = Match> {
[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] 60 | pub fn find_import_paths(contract: &str) -> impl Iterator<Item = Match<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ethers-solc/src/utils.rs:71:38
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn find_version_pragma(contract: &str) -> Option<Match> {
[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] 71 | pub fn find_version_pragma(contract: &str) -> Option<Match<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.7
[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" "491d5bd4e98b2b50f112144d69ccf748854c23a453a89a61f0c2cb02241ac7b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "491d5bd4e98b2b50f112144d69ccf748854c23a453a89a61f0c2cb02241ac7b7", kill_on_drop: false }`
[INFO] [stdout] 491d5bd4e98b2b50f112144d69ccf748854c23a453a89a61f0c2cb02241ac7b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90c70e3cda54ebe30c2696d42e7c9b84fbbc8c3edea5d60c6aa776f6d7c43fcc
[INFO] running `Command { std: "docker" "start" "-a" "90c70e3cda54ebe30c2696d42e7c9b84fbbc8c3edea5d60c6aa776f6d7c43fcc", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling tracing-core v0.1.27
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling ff v0.12.0
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling group v0.12.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling sha3 v0.10.0
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling ethbloom v0.12.1
[INFO] [stderr]    Compiling primitive-types v0.11.1
[INFO] [stderr]    Compiling rustls v0.20.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling zeroize_derive v1.3.1
[INFO] [stderr]    Compiling signature_derive v1.0.0-pre.4
[INFO] [stderr]    Compiling crypto-bigint v0.4.8
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling signature v1.5.0
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling zeroize v1.5.1
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling hashers v1.0.1
[INFO] [stderr]    Compiling der v0.6.0
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling rfc6979 v0.3.0
[INFO] [stderr]    Compiling elliptic-curve v0.12.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rust_decimal v1.25.0
[INFO] [stderr]    Compiling ecdsa v0.14.3
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling lalrpop v0.19.7
[INFO] [stderr]    Compiling ethereum-types v0.13.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling k256 v0.11.3
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling ethabi v17.1.0
[INFO] [stderr]    Compiling fastrlp v0.1.2
[INFO] [stderr]    Compiling base58check v0.1.0
[INFO] [stderr]    Compiling ripemd v0.1.1
[INFO] [stderr]    Compiling blake2 v0.10.4
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling dialoguer v0.8.0
[INFO] [stderr]    Compiling md-5 v0.10.1
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling serial_test_derive v0.8.0
[INFO] [stderr]    Compiling pbkdf2 v0.10.1
[INFO] [stderr]    Compiling ethers-core v0.13.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling scrypt v0.8.1
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling coins-core v0.7.0
[INFO] [stderr]    Compiling eth-keystore v0.4.1
[INFO] [stderr]    Compiling futures v0.3.19
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling serial_test v0.8.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling coins-bip32 v0.7.0
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the name `Bytes` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ethabi::{self, Contract as Abi, *};
[INFO] [stdout]   |                                         ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling libusb1-sys v0.6.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rusb v0.9.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling coins-bip39 v0.7.0
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the name `Bytes` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ethabi::{self, Contract as Abi, *};
[INFO] [stdout]   |                                         ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]  --> ethers-core/src/abi/mod.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{Bytes, Selector},
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout]   = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "stats", "sync", "test-util", "time", "tokio-macros", "tracing", "winapi"))' -C metadata=36b781b998273573 -C extra-filename=-dbbc71d0b5fac604 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9e0b5cb6e840501c.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-663230e2dec077e6.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-f365eb7dd8b08cbc.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-4b32e0ea6e414815.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-63985edd2b0bf76a.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-614b11dc0984eea1.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a9919e28e3cf0223.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-82ade1b87072b566.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-e49cbd803dc443b3.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-74e95eabddee2852.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-52be798421c1d692.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-core/src/abi/human_readable/lexer.rs:680:16
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn keyword(id: &str) -> Option<Token> {
[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] 680 | fn keyword(id: &str) -> Option<Token<'_>> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> ethers-core/src/abi/human_readable/lexer.rs:680:16
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn keyword(id: &str) -> Option<Token> {
[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] 680 | fn keyword(id: &str) -> Option<Token<'_>> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "90c70e3cda54ebe30c2696d42e7c9b84fbbc8c3edea5d60c6aa776f6d7c43fcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90c70e3cda54ebe30c2696d42e7c9b84fbbc8c3edea5d60c6aa776f6d7c43fcc", kill_on_drop: false }`
[INFO] [stdout] 90c70e3cda54ebe30c2696d42e7c9b84fbbc8c3edea5d60c6aa776f6d7c43fcc
