[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] documenting Lucas749/ethers-rs against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucas749%2Fethers-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lucas749/ethers-rs on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a
[INFO] running `Command { std: "docker" "start" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[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 cc v1.0.71
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]     Checking block-padding v0.2.1
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]     Checking const-oid v0.6.1
[INFO] [stderr]     Checking zeroize v1.4.2
[INFO] [stderr]    Compiling camino v1.0.5
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]     Checking der v0.4.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking keccak v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking ff v0.10.1
[INFO] [stderr]     Checking sha2 v0.9.8
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking spki v0.4.1
[INFO] [stderr]     Checking sha3 v0.9.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking wyz v0.2.0
[INFO] [stderr]     Checking futures-sink v0.3.18
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking funty v1.1.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking pkcs8 v0.7.6
[INFO] [stderr]     Checking group v0.10.0
[INFO] [stderr]     Checking crypto-bigint v0.2.10
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking futures-io v0.3.18
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking byte-slice-cast v1.1.0
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking signature v1.3.1
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking bitvec v0.20.4
[INFO] [stderr]     Checking uint v0.9.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]     Checking elliptic-curve v0.10.6
[INFO] [stderr]     Checking const-oid v0.7.0
[INFO] [stderr]     Checking ecdsa v0.12.4
[INFO] [stderr]     Checking der v0.5.1
[INFO] [stderr]     Checking tinyvec v1.5.0
[INFO] [stderr]     Checking k256 v0.9.6
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking crypto-bigint v0.3.2
[INFO] [stderr]     Checking httparse v1.5.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking elliptic-curve v0.11.1
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking convert_case v0.4.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking webpki-roots v0.21.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling async-trait v0.1.51
[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 rlp-derive v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking base64ct v1.1.0
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking ipnet v2.3.1
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]     Checking password-hash v0.2.3
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking base58check v0.1.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking blake2 v0.9.2
[INFO] [stderr]     Checking pbkdf2 v0.8.0
[INFO] [stderr]     Checking ripemd160 v0.9.1
[INFO] [stderr]     Checking bech32 v0.7.3
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]    Compiling auto_impl v0.5.0
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking salsa20 v0.8.1
[INFO] [stderr]     Checking radium v0.3.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking scrypt v0.7.0
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking bitvec v0.17.4
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking ctr v0.7.0
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking impl-serde v0.3.2
[INFO] [stderr]     Checking cargo-platform v0.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking coins-core v0.2.2
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking rlp v0.5.1
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking ethbloom v0.11.1
[INFO] [stderr]     Checking cargo_metadata v0.14.1
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]     Checking coins-bip32 v0.3.0
[INFO] [stderr]     Checking eth-keystore v0.3.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v2.3.1
[INFO] [stderr]     Checking coins-bip39 v0.3.0
[INFO] [stderr]     Checking http-body v0.4.3
[INFO] [stderr]     Checking tungstenite v0.14.0
[INFO] [stderr]     Checking serde-aux v3.0.1
[INFO] [stderr]     Checking parity-scale-codec v2.3.1
[INFO] [stderr]     Checking impl-codec v0.5.1
[INFO] [stderr]     Checking primitive-types v0.10.1
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking tokio-tungstenite v0.15.0
[INFO] [stderr]     Checking h2 v0.3.6
[INFO] [stderr]     Checking ethereum-types v0.12.1
[INFO] [stderr]     Checking ethabi v15.0.0
[INFO] [stderr]     Checking ethers-core v0.6.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]  Documenting ethers-core v0.6.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]     Checking hyper v0.14.13
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-core/src/types/transaction/eip712.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// https://eips.ethereum.org/EIPS/eip-712
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// <https://eips.ethereum.org/EIPS/eip-712>
[INFO] [stdout]    |     +                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> ethers-core/src/types/transaction/eip712.rs:413:32
[INFO] [stdout]     |
[INFO] [stdout] 413 | /// this method is copied from https://github.com/gakonst/ethers-rs/blob/master/ethers-contract/ethers-contract-derive/src/lib.rs#L600
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 413 | /// this method is copied from <https://github.com/gakonst/ethers-rs/blob/master/ethers-contract/ethers-contract-derive/src/lib.rs#L600>
[INFO] [stdout]     |                                +                                                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> ethers-core/src/types/i256.rs:2:49
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! This module was derived for ethers-core via https://github.com/gnosis/ethcontract-rs/
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! This module was derived for ethers-core via <https://github.com/gnosis/ethcontract-rs/>
[INFO] [stdout]   |                                                 +                                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> ethers-core/src/types/trace/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! https://openethereum.github.io/wiki/JSONRPC-trace-module
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! <https://openethereum.github.io/wiki/JSONRPC-trace-module>
[INFO] [stdout]   |     +                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `structs`
[INFO] [stdout]   --> ethers-core/src/abi/human_readable.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     /// (function name) -> Vec<structs> all structs the function returns
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 19 |     /// (function name) -> `Vec<structs>` all structs the function returns
[INFO] [stdout]    |                            +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-core/src/utils/ganache.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// Construct this using [`Ganache`](crate::utils::Ganache)
[INFO] [stdout]    |                           ---------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 17 - /// Construct this using [`Ganache`](crate::utils::Ganache)
[INFO] [stdout] 17 + /// Construct this using [`Ganache`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-core/src/utils/geth.rs:20:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// Construct this using [`Geth`](crate::utils::Geth)
[INFO] [stdout]    |                           ------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 20 - /// Construct this using [`Geth`](crate::utils::Geth)
[INFO] [stdout] 20 + /// Construct this using [`Geth`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> ethers-core/src/utils/mod.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | /// Ref: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 217 | /// Ref: <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md>
[INFO] [stdout]     |          +                                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ethers-signers v0.6.0 (/opt/rustwide/workdir/ethers-signers)
[INFO] [stderr]  Documenting ethers-signers v0.6.0 (/opt/rustwide/workdir/ethers-signers)
[INFO] [stderr]  Documenting 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] [stderr]     Checking hyper-rustls v0.22.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.6
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |     /// See https://docs.soliditylang.org/en/develop/metadata.html
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 538 |     /// See <https://docs.soliditylang.org/en/develop/metadata.html>
[INFO] [stdout]     |             +                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> ethers-solc/src/artifacts.rs:562:20
[INFO] [stdout]     |
[INFO] [stdout] 562 |     /// array. See https://docs.soliditylang.org/en/develop/abi-spec.html
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 562 |     /// array. See <https://docs.soliditylang.org/en/develop/abi-spec.html>
[INFO] [stdout]     |                    +                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/compile.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// https://blog.soliditylang.org/2018/03/08/solidity-0.4.21-release-announcement/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// <https://blog.soliditylang.org/2018/03/08/solidity-0.4.21-release-announcement/>
[INFO] [stdout]    |     +                                                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/compile.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// https://blog.soliditylang.org/2019/03/05/solidity-0.5.5-release-announcement/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// <https://blog.soliditylang.org/2019/03/05/solidity-0.5.5-release-announcement/>
[INFO] [stdout]    |     +                                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/compile.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// https://blog.soliditylang.org/2019/12/09/solidity-0.5.14-release-announcement/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// <https://blog.soliditylang.org/2019/12/09/solidity-0.5.14-release-announcement/>
[INFO] [stdout]    |     +                                                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/compile.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// https://blog.soliditylang.org/2021/06/10/solidity-0.8.5-release-announcement/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// <https://blog.soliditylang.org/2021/06/10/solidity-0.8.5-release-announcement/>
[INFO] [stdout]    |     +                                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/compile.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// https://blog.soliditylang.org/2021/08/11/solidity-0.8.7-release-announcement/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// <https://blog.soliditylang.org/2021/08/11/solidity-0.8.7-release-announcement/>
[INFO] [stdout]    |     +                                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-solc/src/utils.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// See also https://docs.soliditylang.org/en/v0.8.9/grammar.html
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// See also <https://docs.soliditylang.org/en/v0.8.9/grammar.html>
[INFO] [stdout]    |              +                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ethers-providers v0.6.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stderr]     Checking ethers-contract-abigen v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-abigen)
[INFO] [stderr]  Documenting ethers-providers v0.6.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stderr]  Documenting 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: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stdout]  --> ethers-providers/src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![deny(broken_intra_doc_links)]
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-etherscan/src/lib.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     /// Etherscan base endpoint like https://etherscan.io
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 24 |     /// Etherscan base endpoint like <https://etherscan.io>
[INFO] [stdout]    |                                      +                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> ethers-providers/src/ens.rs:2:18
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! Adapted from https://github.com/hhatto/rust-ens/blob/master/src/lib.rs
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! Adapted from <https://github.com/hhatto/rust-ens/blob/master/src/lib.rs>
[INFO] [stdout]   |                  +                                                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-providers/src/lib.rs:82:57
[INFO] [stdout]    |
[INFO] [stdout] 82 | /// "middleware onion", 2. implementing the [`FromErr`](crate::FromErr) trait on your middleware's
[INFO] [stdout]    |                                              ---------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 82 - /// "middleware onion", 2. implementing the [`FromErr`](crate::FromErr) trait on your middleware's
[INFO] [stdout] 82 + /// "middleware onion", 2. implementing the [`FromErr`] trait on your middleware's
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> ethers-providers/src/provider.rs:655:9
[INFO] [stdout]     |
[INFO] [stdout] 655 |     /// https://github.com/ethereum/EIPs/issues/1186
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 655 |     /// <https://github.com/ethereum/EIPs/issues/1186>
[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: 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-contract-derive v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-derive)
[INFO] [stderr]     Checking ethers-contract v0.6.0 (/opt/rustwide/workdir/ethers-contract)
[INFO] [stderr]  Documenting 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] [stderr]  Documenting ethers-middleware v0.6.0 (/opt/rustwide/workdir/ethers-middleware)
[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: unknown disambiguator `methond`
[INFO] [stdout]    --> ethers-contract/src/multicall/mod.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 | /// [`add_call`]: methond@crate::Multicall::add_call
[INFO] [stdout]     |                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see https://doc.rust-lang.org/beta/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> ethers-contract/src/contract.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 |     /// Returns an [`Event`](crate::builders::Event) builder for the provided event.
[INFO] [stdout]     |                     -------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 166 -     /// Returns an [`Event`](crate::builders::Event) builder for the provided event.
[INFO] [stdout] 166 +     /// Returns an [`Event`] builder for the provided event.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> ethers-contract/src/contract.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |     /// Returns an [`Event`](crate::builders::Event) builder with the provided filter.
[INFO] [stdout]     |                     -------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 171 -     /// Returns an [`Event`](crate::builders::Event) builder with the provided filter.
[INFO] [stdout] 171 +     /// Returns an [`Event`] builder with the provided filter.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> ethers-contract/src/contract.rs:180:30
[INFO] [stdout]     |
[INFO] [stdout] 180 |     /// Returns an [`Event`](crate::builders::Event) builder with the provided name.
[INFO] [stdout]     |                     -------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 180 -     /// Returns an [`Event`](crate::builders::Event) builder with the provided name.
[INFO] [stdout] 180 +     /// Returns an [`Event`] builder with the provided name.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-contract/src/factory.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// be sufficiently confirmed (default: 1), it returns a [`Contract`](crate::Contract)
[INFO] [stdout]    |                                                               ----------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                               |
[INFO] [stdout]    |                                                               because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 63 -     /// be sufficiently confirmed (default: 1), it returns a [`Contract`](crate::Contract)
[INFO] [stdout] 63 +     /// be sufficiently confirmed (default: 1), it returns a [`Contract`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> ethers-contract/src/factory.rs:101:22
[INFO] [stdout]     |
[INFO] [stdout] 101 | /// the [`Contract`](crate::Contract) object is returned.
[INFO] [stdout]     |          ----------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |          |
[INFO] [stdout]     |          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 101 - /// the [`Contract`](crate::Contract) object is returned.
[INFO] [stdout] 101 + /// the [`Contract`] object is returned.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::TransformerMiddleware`
[INFO] [stdout]   --> ethers-middleware/src/lib.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 | /// The [Transformer](crate::TransformerMiddleware) is used to intercept transactions and transform
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TransformerMiddleware` in module `ethers_middleware`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::ds_proxy::DsProxy`
[INFO] [stdout]   --> ethers-middleware/src/transformer/mod.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 | /// [`DSProxy`]: struct@crate::ds_proxy::DsProxy
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ds_proxy` in module `ethers_middleware`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-middleware/src/gas_escalator/geometric.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// https://github.com/makerdao/pymaker/blob/master/pymaker/gas.py#L168
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// <https://github.com/makerdao/pymaker/blob/master/pymaker/gas.py#L168>
[INFO] [stdout]    |     +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> ethers-middleware/src/gas_escalator/linear.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// https://github.com/makerdao/pymaker/blob/master/pymaker/gas.py#L129
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// <https://github.com/makerdao/pymaker/blob/master/pymaker/gas.py#L129>
[INFO] [stdout]    |     +                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> ethers-middleware/src/transformer/ds_proxy/factory.rs:104:34
[INFO] [stdout]     |
[INFO] [stdout] 104 |         /// Returns an [`Event`](ethers_contract::builders::Event) builder for all events of this
[INFO] [stdout]     |                         -------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 104 -         /// Returns an [`Event`](ethers_contract::builders::Event) builder for all events of this
[INFO] [stdout] 104 +         /// Returns an [`Event`] builder for all events of this
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-middleware/src/transformer/ds_proxy/mod.rs:22:67
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Represents the DsProxy type that implements the [Transformer](super::Transformer) trait.
[INFO] [stdout]    |                                                      -----------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 22 - /// Represents the DsProxy type that implements the [Transformer](super::Transformer) trait.
[INFO] [stdout] 22 + /// Represents the DsProxy type that implements the [Transformer] trait.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> ethers-middleware/src/lib.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 | /// The [TimeLag](crate::TimeLag) provides safety against reorgs by querying state N blocks
[INFO] [stdout]    |          -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |          |
[INFO] [stdout]    |          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 32 - /// The [TimeLag](crate::TimeLag) provides safety against reorgs by querying state N blocks
[INFO] [stdout] 32 + /// The [TimeLag] provides safety against reorgs by querying state N blocks
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/ethers_contract/index.html and 6 other files
[INFO] running `Command { std: "docker" "inspect" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]     Checking ff v0.10.1
[INFO] [stderr]    Compiling tokio-macros v1.4.1
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking group v0.10.0
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]     Checking password-hash v0.2.3
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling libusb1-sys v0.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking pbkdf2 v0.8.0
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling zeroize_derive v1.2.0
[INFO] [stderr]    Compiling signature_derive v1.0.0-pre.3
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking signature v1.3.1
[INFO] [stderr]     Checking zeroize v1.4.2
[INFO] [stderr]     Checking crypto-bigint v0.2.10
[INFO] [stderr]     Checking crypto-bigint v0.3.2
[INFO] [stderr]     Checking elliptic-curve v0.10.6
[INFO] [stderr]     Checking elliptic-curve v0.11.1
[INFO] [stderr]    Compiling ethereum-types v0.12.1
[INFO] [stderr]     Checking blake2 v0.9.2
[INFO] [stderr]     Checking ecdsa v0.12.4
[INFO] [stderr]     Checking object v0.26.2
[INFO] [stderr]     Checking k256 v0.9.6
[INFO] [stderr]    Compiling hidapi v1.2.6
[INFO] [stderr]    Compiling ethabi v15.0.0
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking addr2line v0.16.0
[INFO] [stderr]     Checking ethers-core v0.6.0 (/opt/rustwide/workdir/ethers-core)
[INFO] [stderr]    Compiling rusb v0.8.1
[INFO] [stderr]    Compiling nix v0.13.1
[INFO] [stderr]     Checking tungstenite v0.14.0
[INFO] [stderr]     Checking coins-core v0.2.2
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking dbl v0.3.1
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling home v0.5.3
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking blake2b_simd v0.5.11
[INFO] [stderr]     Checking coins-bip32 v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling svm-rs v0.1.2
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking tokio-tungstenite v0.15.0
[INFO] [stderr]     Checking anomaly v0.2.0
[INFO] [stderr]     Checking cmac v0.6.0
[INFO] [stderr]     Checking scrypt v0.7.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking p384 v0.8.0
[INFO] [stderr]     Checking p256 v0.9.0
[INFO] [stderr]     Checking ed25519 v1.2.0
[INFO] [stderr]     Checking console v0.14.1
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking block-modes v0.8.1
[INFO] [stderr]     Checking harp v0.1.0
[INFO] [stderr]     Checking indicatif v0.16.2
[INFO] [stderr]     Checking yubihsm v0.39.0
[INFO] [stderr]     Checking eth-keystore v0.3.0
[INFO] [stderr]     Checking dialoguer v0.8.0
[INFO] [stderr]     Checking coins-bip39 v0.3.0
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]     Checking coins-ledger v0.4.2
[INFO] [stderr]    Compiling ethers-derive-eip712 v0.2.0 (/opt/rustwide/workdir/ethers-core/ethers-derive-eip712)
[INFO] [stderr]     Checking structopt v0.3.25
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]     Checking ethers-signers v0.6.0 (/opt/rustwide/workdir/ethers-signers)
[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]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking hyper-rustls v0.22.1
[INFO] [stderr]     Checking reqwest v0.11.6
[INFO] [stderr]     Checking ethers-providers v0.6.0 (/opt/rustwide/workdir/ethers-providers)
[INFO] [stderr]     Checking ethers-contract-abigen v0.6.0 (/opt/rustwide/workdir/ethers-contract/ethers-contract-abigen)
[INFO] [stderr]     Checking ethers-etherscan v0.2.0 (/opt/rustwide/workdir/ethers-etherscan)
[INFO] [stderr]     Checking ethers-solc v0.1.0 (/opt/rustwide/workdir/ethers-solc)
[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] [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] [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-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]     Checking 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]     Checking 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]  Documenting ethers v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stdout]  --> src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![deny(broken_intra_doc_links)]
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (4553) panicked at /rustc-dev/6b3fa26749ab40e159b2dd5cf577acaaf5902772/compiler/rustc_metadata/src/rmeta/decoder.rs:1404:17:
[INFO] [stderr] assertion `left == right` failed
[INFO] [stderr]   left: TypeNs("typenum")
[INFO] [stderr]  right: Ctor
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x76124d8d1746 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x76124e00ec88 - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stderr]    2:     0x76124f3d31ec - <std[73adb7dc35730857]::sys::stdio::unix::Stderr as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x76124d8a5bba - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x76124d8c3e93 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stderr]    5:     0x76124c8ad618 - std[73adb7dc35730857]::panicking::update_hook::<alloc[55a36b64bcbf2c0d]::boxed::Box<rustc_driver_impl[cdc09f3dcfdb493d]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x76124d8c4332 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x76124d8a5c72 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x76124d89c939 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x76124d8a75dd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stderr]   10:     0x76124a91503c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stderr]   11:     0x76124c25fbb3 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stderr]   12:     0x76124cdeb5b6 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rustc_hir[683e3481e3429972]::definitions::DefPathData, rustc_hir[683e3481e3429972]::definitions::DefPathData>
[INFO] [stderr]   13:     0x76124e663601 - rustc_metadata[b3b5b184ac7e76b]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   14:     0x76124e65d95c - rustc_query_impl[6beb63dc98d10cf8]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x76124e347805 - rustc_query_impl[6beb63dc98d10cf8]::execution::try_execute_query::<rustc_middle[1ca177a2b874f02a]::query::caches::DefIdCache<rustc_middle[1ca177a2b874f02a]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x76124e34704d - rustc_query_impl[6beb63dc98d10cf8]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x595a3011b7b1 - <rustc_middle[1ca177a2b874f02a]::ty::context::TyCtxt>::get_all_attrs::<rustc_span[c8e1fef47fc97b5f]::def_id::DefId>
[INFO] [stderr]   18:     0x595a30394259 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   19:     0x595a30392edc - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module
[INFO] [stderr]   20:     0x595a30390eb3 - rustdoc[77f8a3d7b12a7417]::clean::inline::try_inline
[INFO] [stderr]   21:     0x595a30393ed1 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   22:     0x595a30392edc - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module
[INFO] [stderr]   23:     0x595a30390eb3 - rustdoc[77f8a3d7b12a7417]::clean::inline::try_inline
[INFO] [stderr]   24:     0x595a30393ed1 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   25:     0x595a30392edc - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module
[INFO] [stderr]   26:     0x595a30390eb3 - rustdoc[77f8a3d7b12a7417]::clean::inline::try_inline
[INFO] [stderr]   27:     0x595a30393ed1 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   28:     0x595a30392edc - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module
[INFO] [stderr]   29:     0x595a30390eb3 - rustdoc[77f8a3d7b12a7417]::clean::inline::try_inline
[INFO] [stderr]   30:     0x595a30393ed1 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   31:     0x595a30392edc - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module
[INFO] [stderr]   32:     0x595a30390eb3 - rustdoc[77f8a3d7b12a7417]::clean::inline::try_inline
[INFO] [stderr]   33:     0x595a30393ed1 - rustdoc[77f8a3d7b12a7417]::clean::inline::build_module_items
[INFO] [stderr]   34:     0x595a30355d9f - rustdoc[77f8a3d7b12a7417]::clean::clean_use_statement_inner
[INFO] [stderr]   35:     0x595a3034f6e1 - rustdoc[77f8a3d7b12a7417]::clean::clean_use_statement
[INFO] [stderr]   36:     0x595a3034aeb8 - rustdoc[77f8a3d7b12a7417]::clean::clean_doc_module
[INFO] [stderr]   37:     0x595a3034a02d - rustdoc[77f8a3d7b12a7417]::clean::clean_doc_module
[INFO] [stderr]   38:     0x595a3033bb01 - rustdoc[77f8a3d7b12a7417]::core::run_global_ctxt
[INFO] [stderr]   39:     0x595a30274251 - rustdoc[77f8a3d7b12a7417]::main_args::{closure#2}::{closure#0}
[INFO] [stderr]   40:     0x595a3026c57a - rustc_interface[af4456b456e7b115]::interface::run_compiler::<(), rustdoc[77f8a3d7b12a7417]::main_args::{closure#2}>::{closure#1}
[INFO] [stderr]   41:     0x595a301bc708 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[af4456b456e7b115]::util::run_in_thread_with_globals<rustc_interface[af4456b456e7b115]::util::run_in_thread_pool_with_globals<rustc_interface[af4456b456e7b115]::interface::run_compiler<(), rustdoc[77f8a3d7b12a7417]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   42:     0x595a302aa48d - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<rustc_interface[af4456b456e7b115]::util::run_in_thread_with_globals<rustc_interface[af4456b456e7b115]::util::run_in_thread_pool_with_globals<rustc_interface[af4456b456e7b115]::interface::run_compiler<(), rustdoc[77f8a3d7b12a7417]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   43:     0x76124f138f90 - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   44:     0x761248c33aa4 - <unknown>
[INFO] [stderr]   45:     0x761248cc0a64 - clone
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-rustdoc&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-11T22_54_25-4552.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.98.0-beta.1 (6b3fa2674 2026-07-06) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -Z unstable-options
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [attrs_for_def] collecting attributes of `generic_array::typenum`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not document `ethers`
[INFO] running `Command { std: "docker" "inspect" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a", kill_on_drop: false }`
[INFO] [stdout] 999cb5a925793a3839abc056c18f378a654cdfa828f9c2fda19abd6a29f87c0a
