[INFO] fetching crate pancakeswap-sdk 0.6.5...
[INFO] checking pancakeswap-sdk-0.6.5 against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146-1
[INFO] extracting crate pancakeswap-sdk 0.6.5 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pancakeswap-sdk 0.6.5
[INFO] finished tweaking crates.io crate pancakeswap-sdk 0.6.5
[INFO] tweaked toml for crates.io crate pancakeswap-sdk 0.6.5 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pancakeswap-sdk 0.6.5 on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pancakeswap-sdk 0.6.5 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4131fc38479fa9bfb573456a61c080d3bc862218f30d7db2239b3e202ea600cb
[INFO] running `Command { std: "docker" "start" "-a" "4131fc38479fa9bfb573456a61c080d3bc862218f30d7db2239b3e202ea600cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4131fc38479fa9bfb573456a61c080d3bc862218f30d7db2239b3e202ea600cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4131fc38479fa9bfb573456a61c080d3bc862218f30d7db2239b3e202ea600cb", kill_on_drop: false }`
[INFO] [stdout] 4131fc38479fa9bfb573456a61c080d3bc862218f30d7db2239b3e202ea600cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eefbe5e4d955e39179840c69dd8d5d963537129dea7461dda34a22364699e5c3
[INFO] running `Command { std: "docker" "start" "-a" "eefbe5e4d955e39179840c69dd8d5d963537129dea7461dda34a22364699e5c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.105
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling wasm-bindgen v0.2.105
[INFO] [stderr]     Checking const-hex v1.17.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.105
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking js-sys v0.3.82
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking send_wrapper v0.4.0
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking hashers v1.0.1
[INFO] [stderr]     Checking scrypt v0.10.0
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking futures-locks v0.7.1
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking uint v0.10.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking primitive-types v0.14.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking gloo-timers v0.2.6
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking coins-core v0.8.7
[INFO] [stderr]     Checking jsonwebtoken v8.3.0
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking eth-keystore v0.5.0
[INFO] [stderr]     Checking coins-bip32 v0.8.7
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking scale-info v2.11.6
[INFO] [stderr]     Checking coins-bip39 v0.8.7
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking enr v0.10.0
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]     Checking ethbloom v0.13.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ethereum-types v0.14.1
[INFO] [stderr]     Checking open-fastrlp v0.1.4
[INFO] [stderr]     Checking ethabi v18.0.0
[INFO] [stderr]     Checking ethers-core v2.0.14
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking ethers-contract-abigen v2.0.14
[INFO] [stderr]     Checking ethers-signers v2.0.14
[INFO] [stderr]     Checking ethers-addressbook v2.0.14
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking ethers-providers v2.0.14
[INFO] [stderr]     Checking ethers-etherscan v2.0.14
[INFO] [stderr]    Compiling ethers-contract-derive v2.0.14
[INFO] [stderr]     Checking ethers-contract v2.0.14
[INFO] [stderr]     Checking ethers-middleware v2.0.14
[INFO] [stderr]     Checking ethers v2.0.14
[INFO] [stderr]     Checking evm-client v0.1.5
[INFO] [stderr]     Checking evm-sdk v0.5.0
[INFO] [stderr]     Checking pancakeswap-sdk v0.6.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryCall` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryCall` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryReturn` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryReturn` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApprovalFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApprovalFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `BurnFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `MintFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SwapFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `SwapFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryCall` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryCall` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryReturn` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `BurnCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/abi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / abigen!(
[INFO] [stdout]  4 | |     IPancakeRouter02,
[INFO] [stdout]  5 | |     r#"[
[INFO] [stdout]  6 | |         {"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","...
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     ]"#
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |_^ the name `FactoryReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 45 | / abigen!(
[INFO] [stdout] 46 | |     IPancakePair,
[INFO] [stdout] 47 | |     r#"[
[INFO] [stdout] 48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type"...
[INFO] [stdout] ...  |
[INFO] [stdout] 80 | |     ]"#
[INFO] [stdout] 81 | | );
[INFO] [stdout]    | |_- but the name `FactoryReturn` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `MintCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApprovalFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApprovalFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `BurnFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SwapCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `SwapCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `MintFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SwapFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `SwapFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFilter` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFilter` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyCall` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `BurnCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `BurnReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `MintCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `MintReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SwapCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `SwapCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolCall` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyCall` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `AllowanceReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `AllowanceReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `ApproveReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `ApproveReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `BalanceOfReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `BalanceOfReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `BurnReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_- but the name `BurnReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `GetPoolCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 2171 | / abigen!(
[INFO] [stdout] 2172 | |     IUniswapV3Factory,
[INFO] [stdout] 2173 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2199 | |     ]"#,
[INFO] [stdout] 2200 | | );
[INFO] [stdout]      | |_- but the name `GetPoolCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `DecimalsReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `DecimalsReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `MintReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `MintReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `NameReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `NameReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `SymbolReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `SymbolReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerCall` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `GetPoolReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 2171 | / abigen!(
[INFO] [stdout] 2172 | |     IUniswapV3Factory,
[INFO] [stdout] 2173 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2199 | |     ]"#,
[INFO] [stdout] 2200 | | );
[INFO] [stdout]      | |_- but the name `GetPoolReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:45:1
[INFO] [stdout]      |
[INFO] [stdout]   45 | / abigen!(
[INFO] [stdout]   46 | |     IPancakePair,
[INFO] [stdout]   47 | |     r#"[
[INFO] [stdout]   48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","typ...
[INFO] [stdout] ...    |
[INFO] [stdout]   80 | |     ]"#
[INFO] [stdout]   81 | | );
[INFO] [stdout]      | |_^ the name `TotalSupplyReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `TotalSupplyReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | / abigen!(
[INFO] [stdout]  46 | |     IPancakePair,
[INFO] [stdout]  47 | |     r#"[
[INFO] [stdout]  48 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type...
[INFO] [stdout] ...   |
[INFO] [stdout]  80 | |     ]"#
[INFO] [stdout]  81 | | );
[INFO] [stdout]     | |_^ the name `TransferFromReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 952 | / abigen!(
[INFO] [stdout] 953 | |     ERC20,
[INFO] [stdout] 954 | |     r#"[
[INFO] [stdout] 955 | |         {"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type...
[INFO] [stdout] ...   |
[INFO] [stdout] 966 | |     ]"#
[INFO] [stdout] 967 | | );
[INFO] [stdout]     | |_- but the name `TransferFromReturn` in the value namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `CollectCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `CollectCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `GetPoolCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 2171 | / abigen!(
[INFO] [stdout] 2172 | |     IUniswapV3Factory,
[INFO] [stdout] 2173 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2199 | |     ]"#,
[INFO] [stdout] 2200 | | );
[INFO] [stdout]      | |_- but the name `GetPoolCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `PositionsCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `PositionsCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `CollectReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `CollectReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `PositionsReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `PositionsReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerCall` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerCall` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `GetPoolReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 2171 | / abigen!(
[INFO] [stdout] 2172 | |     IUniswapV3Factory,
[INFO] [stdout] 2173 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2199 | |     ]"#,
[INFO] [stdout] 2200 | | );
[INFO] [stdout]      | |_- but the name `GetPoolReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | / abigen!(
[INFO] [stdout]  512 | |     IWETH9,
[INFO] [stdout]  513 | |     r#"[
[INFO] [stdout]  514 | |         {"inputs":[],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},
[INFO] [stdout] ...    |
[INFO] [stdout]  525 | |     ]"#
[INFO] [stdout]  526 | | );
[INFO] [stdout]      | |_^ the name `DepositCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `DepositCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | / abigen!(
[INFO] [stdout]  512 | |     IWETH9,
[INFO] [stdout]  513 | |     r#"[
[INFO] [stdout]  514 | |         {"inputs":[],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},
[INFO] [stdout] ...    |
[INFO] [stdout]  525 | |     ]"#
[INFO] [stdout]  526 | | );
[INFO] [stdout]      | |_^ the name `WithdrawCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `WithdrawCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:466:1
[INFO] [stdout]      |
[INFO] [stdout]  466 | / abigen!(
[INFO] [stdout]  467 | |     IPancakeV3Factory,
[INFO] [stdout]  468 | |     r#"[
[INFO] [stdout]  469 | |         {"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":...
[INFO] [stdout] ...    |
[INFO] [stdout]  475 | |     ]"#
[INFO] [stdout]  476 | | );
[INFO] [stdout]      | |_^ the name `OwnerReturn` in the value namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `OwnerReturn` in the value namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `CollectCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `CollectCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `EmergencyWithdrawCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `EmergencyWithdrawCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `UserInfoCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `UserInfoCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `PositionsCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `PositionsCall` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `UserInfoReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `UserInfoReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `CollectReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `CollectReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]    --> src/abi.rs:478:1
[INFO] [stdout]     |
[INFO] [stdout] 478 | / abigen!(
[INFO] [stdout] 479 | |     IPancakeV3Pool,
[INFO] [stdout] 480 | |     r#"[
[INFO] [stdout] 481 | |         {"inputs":[],"name":"slot0","outputs":[{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"},{"internalType":...
[INFO] [stdout] ...   |
[INFO] [stdout] 508 | |     ]"#
[INFO] [stdout] 509 | | );
[INFO] [stdout]     | |_^ the name `PositionsReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 545 | / abigen!(
[INFO] [stdout] 546 | |     INonfungiblePositionManager,
[INFO] [stdout] 547 | |     r#"[
[INFO] [stdout] ...   |
[INFO] [stdout] 927 | |     ]"#
[INFO] [stdout] 928 | | );
[INFO] [stdout]     | |_- but the name `PositionsReturn` in the type namespace is also re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]     = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | / abigen!(
[INFO] [stdout]  512 | |     IWETH9,
[INFO] [stdout]  513 | |     r#"[
[INFO] [stdout]  514 | |         {"inputs":[],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},
[INFO] [stdout] ...    |
[INFO] [stdout]  525 | |     ]"#
[INFO] [stdout]  526 | | );
[INFO] [stdout]      | |_^ the name `DepositCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `DepositCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | / abigen!(
[INFO] [stdout]  512 | |     IWETH9,
[INFO] [stdout]  513 | |     r#"[
[INFO] [stdout]  514 | |         {"inputs":[],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},
[INFO] [stdout] ...    |
[INFO] [stdout]  525 | |     ]"#
[INFO] [stdout]  526 | | );
[INFO] [stdout]      | |_^ the name `WithdrawCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1442 | / abigen!(
[INFO] [stdout] 1443 | |     IStakingRewards,
[INFO] [stdout] 1444 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1543 | |     ]"#
[INFO] [stdout] 1544 | | );
[INFO] [stdout]      | |_- but the name `WithdrawCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `EmergencyWithdrawCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1585 | / abigen!(
[INFO] [stdout] 1586 | |     ISmartChefFactory,
[INFO] [stdout] 1587 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 2168 | |     ]"#
[INFO] [stdout] 2169 | | );
[INFO] [stdout]      | |_- but the name `EmergencyWithdrawCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/tool.rs:323:9
[INFO] [stdout]     |
[INFO] [stdout] 323 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `UserInfoCall` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `UserInfoCall` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Http`, `LocalWallet`, and `Provider`
[INFO] [stdout]   --> src/lib.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     providers::{Http, Provider},
[INFO] [stdout]    |                 ^^^^  ^^^^^^^^
[INFO] [stdout] 19 |     signers::{LocalWallet, Signer},
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]     --> src/abi.rs:930:1
[INFO] [stdout]      |
[INFO] [stdout]  930 | / abigen!(
[INFO] [stdout]  931 | |     ISmartChefInitializable,
[INFO] [stdout]  932 | |     r#"[
[INFO] [stdout]  933 | |         {"inputs":[],"name":"staked_token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"...
[INFO] [stdout] ...    |
[INFO] [stdout]  949 | |     ]"#
[INFO] [stdout]  950 | | );
[INFO] [stdout]      | |_^ the name `UserInfoReturn` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 1286 | / abigen!(
[INFO] [stdout] 1287 | |     IMasterChefV2,
[INFO] [stdout] 1288 | |     r#"[
[INFO] [stdout] ...    |
[INFO] [stdout] 1439 | |     ]"#
[INFO] [stdout] 1440 | | );
[INFO] [stdout]      | |_- but the name `UserInfoReturn` in the type namespace is also re-exported here
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]      = note: this error originates in the macro `abigen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/tool.rs:323:9
[INFO] [stdout]     |
[INFO] [stdout] 323 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Http`, `LocalWallet`, and `Provider`
[INFO] [stdout]   --> src/lib.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     providers::{Http, Provider},
[INFO] [stdout]    |                 ^^^^  ^^^^^^^^
[INFO] [stdout] 19 |     signers::{LocalWallet, Signer},
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/farm.rs:481:17
[INFO] [stdout]     |
[INFO] [stdout] 481 | /                 vec![
[INFO] [stdout] 482 | |                     todo!(), // This is pending and not yet implemented
[INFO] [stdout]     | |                     ------- any code following this expression is unreachable
[INFO] [stdout] 483 | |                 ]
[INFO] [stdout]     | |_________________^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/farm.rs:481:17
[INFO] [stdout]     |
[INFO] [stdout] 481 | /                 vec![
[INFO] [stdout] 482 | |                     todo!(), // This is pending and not yet implemented
[INFO] [stdout]     | |                     ------- any code following this expression is unreachable
[INFO] [stdout] 483 | |                 ]
[INFO] [stdout]     | |_________________^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/limit_order.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let mut interval = interval(Duration::from_secs(10)); // 每10秒检查一次
[INFO] [stdout]     |             ----^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/limit_order.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let mut interval = interval(Duration::from_secs(10)); // 每10秒检查一次
[INFO] [stdout]     |             ----^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/analytics.rs:530:40
[INFO] [stdout]     |
[INFO] [stdout] 530 |     async fn estimate_usd_price(&self, token: Address) -> f64 {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/analytics.rs:530:40
[INFO] [stdout]     |
[INFO] [stdout] 530 |     async fn estimate_usd_price(&self, token: Address) -> f64 {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount_out`
[INFO] [stdout]    --> src/analytics.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         amount_out: U256,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount_out`
[INFO] [stdout]    --> src/analytics.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         amount_out: U256,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `factory`
[INFO] [stdout]    --> src/farm.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |         factory: &ISmartChefFactory<ethers::providers::Provider<ethers::providers::Http>>,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `factory`
[INFO] [stdout]    --> src/farm.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         factory: &ISmartChefFactory<ethers::providers::Provider<ethers::providers::Http>>,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `factory`
[INFO] [stdout]    --> src/farm.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |         factory: &ISmartChefFactory<ethers::providers::Provider<ethers::providers::Http>>,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `factory`
[INFO] [stdout]    --> src/farm.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         factory: &ISmartChefFactory<ethers::providers::Provider<ethers::providers::Http>>,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_price`
[INFO] [stdout]    --> src/limit_order.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         current_price: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_price`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order_id`
[INFO] [stdout]    --> src/limit_order.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         order_id: U256,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_order_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `router_address`
[INFO] [stdout]    --> src/limit_order.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         router_address: Address,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_router_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> src/limit_order.rs:170:13
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let client = self.evm.client.clone();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interval`
[INFO] [stdout]    --> src/limit_order.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let mut interval = interval(Duration::from_secs(10)); // 每10秒检查一次
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interval`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_price`
[INFO] [stdout]    --> src/limit_order.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         current_price: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_price`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order_id`
[INFO] [stdout]    --> src/limit_order.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         order_id: U256,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_order_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `router_address`
[INFO] [stdout]    --> src/limit_order.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         router_address: Address,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_router_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> src/limit_order.rs:170:13
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let client = self.evm.client.clone();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interval`
[INFO] [stdout]    --> src/limit_order.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let mut interval = interval(Duration::from_secs(10)); // 每10秒检查一次
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interval`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_number`
[INFO] [stdout]   --> src/multicall.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let (block_number, return_data) = multicall
[INFO] [stdout]    |              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_number`
[INFO] [stdout]   --> src/multicall.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let (block_number, return_data) = multicall
[INFO] [stdout]    |              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `factory`, `liquidity`, `price`, and `analytics` are never read
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PancakeSwapService {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     factory: Arc<FactoryService>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 45 |     liquidity: Arc<LiquidityService>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 46 |     price: Arc<PriceService>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 47 |     analytics: Arc<AnalyticsService>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `factory`, `liquidity`, `price`, and `analytics` are never read
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PancakeSwapService {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     factory: Arc<FactoryService>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 45 |     liquidity: Arc<LiquidityService>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 46 |     price: Arc<PriceService>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 47 |     analytics: Arc<AnalyticsService>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pancakeswap-sdk` (lib test) due to 120 previous errors; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pancakeswap-sdk` (lib) due to 120 previous errors; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "eefbe5e4d955e39179840c69dd8d5d963537129dea7461dda34a22364699e5c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eefbe5e4d955e39179840c69dd8d5d963537129dea7461dda34a22364699e5c3", kill_on_drop: false }`
[INFO] [stdout] eefbe5e4d955e39179840c69dd8d5d963537129dea7461dda34a22364699e5c3
