[INFO] cloning repository https://github.com/shuhuiluo/uniswap-v3-sdk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shuhuiluo/uniswap-v3-sdk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuhuiluo%2Funiswap-v3-sdk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuhuiluo%2Funiswap-v3-sdk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23a2e7a2e88e07de5d4feaa7bbe63cb6524e6b00
[INFO] checking shuhuiluo/uniswap-v3-sdk-rs against try#446cb600aa4837dd6c513f14fa0d25a909b177d7 for pr-149195
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuhuiluo%2Funiswap-v3-sdk-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shuhuiluo/uniswap-v3-sdk-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/shuhuiluo/uniswap-v3-sdk-rs
[INFO] tweaked toml for git repo https://github.com/shuhuiluo/uniswap-v3-sdk-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shuhuiluo/uniswap-v3-sdk-rs on toolchain 446cb600aa4837dd6c513f14fa0d25a909b177d7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 434 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.7.0 (available: v0.8.0)
[INFO] [stderr]       Adding crypto-common v0.1.6 (available: v0.1.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6ae5213ba319b5966214bd7e8215dcfaff2d1f3cd7af91bad62f620839a01e74
[INFO] running `Command { std: "docker" "start" "-a" "6ae5213ba319b5966214bd7e8215dcfaff2d1f3cd7af91bad62f620839a01e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ae5213ba319b5966214bd7e8215dcfaff2d1f3cd7af91bad62f620839a01e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ae5213ba319b5966214bd7e8215dcfaff2d1f3cd7af91bad62f620839a01e74", kill_on_drop: false }`
[INFO] [stdout] 6ae5213ba319b5966214bd7e8215dcfaff2d1f3cd7af91bad62f620839a01e74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2d33bb844a9a64fc1b72adcfd86c30e2940b200cc8cd85088538ec296639d4e
[INFO] running `Command { std: "docker" "start" "-a" "a2d33bb844a9a64fc1b72adcfd86c30e2940b200cc8cd85088538ec296639d4e", kill_on_drop: false }`
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking const-hex v1.17.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking tiny-keccak v2.0.2
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastnum v0.2.10
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking bnum v0.12.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling syn-solidity v1.4.1
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.12
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.30
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.4.1
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.4.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling alloy-tx-macros v1.1.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking alloy-rlp v0.3.12
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking ruint v1.17.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking alloy-primitives v1.4.1
[INFO] [stderr]     Checking nybbles v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]    Compiling alloy-sol-macro v1.4.1
[INFO] [stderr]     Checking alloy-eip2124 v0.2.0
[INFO] [stderr]     Checking alloy-eip7702 v0.6.3
[INFO] [stderr]     Checking alloy-eip2930 v0.2.3
[INFO] [stderr]     Checking alloy-serde v1.1.2
[INFO] [stderr]     Checking alloy-trie v0.9.1
[INFO] [stderr]     Checking alloy-signer v1.1.2
[INFO] [stderr]     Checking alloy-chains v0.2.20
[INFO] [stderr]     Checking uniswap-sdk-core v5.3.0
[INFO] [stderr]     Checking alloy-core v1.4.1
[INFO] [stderr]     Checking uniswap_v3_math v0.6.2
[INFO] [stderr]     Checking alloy-sol-types v1.4.1
[INFO] [stderr]     Checking alloy-hardforks v0.2.13
[INFO] [stderr]     Checking alloy-eips v1.1.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking alloy-consensus v1.1.2
[INFO] [stderr]     Checking alloy-genesis v1.1.2
[INFO] [stderr]     Checking alloy-json-rpc v1.1.2
[INFO] [stderr]     Checking uniswap-v3-sdk v5.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tower-http v0.6.7
[INFO] [stderr]     Checking alloy-transport v1.1.2
[INFO] [stderr]     Checking hyper-util v0.1.18
[INFO] [stderr]     Checking alloy-consensus-any v1.1.2
[INFO] [stderr]     Checking alloy-network-primitives v1.1.2
[INFO] [stderr]     Checking alloy-rpc-types-eth v1.1.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]     Checking alloy-transport-http v1.1.2
[INFO] [stderr]     Checking alloy-rpc-client v1.1.2
[INFO] [stderr]     Checking alloy-rpc-types-any v1.1.2
[INFO] [stderr]     Checking alloy-rpc-types-anvil v1.1.2
[INFO] [stderr]     Checking alloy-network v1.1.2
[INFO] [stderr]     Checking alloy-rpc-types v1.1.2
[INFO] [stderr]     Checking alloy-signer-local v1.1.2
[INFO] [stderr]     Checking alloy-node-bindings v1.1.2
[INFO] [stderr]     Checking alloy-provider v1.1.2
[INFO] [stderr]     Checking alloy v1.1.2
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]    --> src/entities/trade.rs:968:52
[INFO] [stdout]     |
[INFO] [stdout] 968 |                         create_route!(POOL_WETH_1, POOL_0_1; ETHER, TOKEN0),
[INFO] [stdout]     |                                                    ^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]    --> src/entities/trade.rs:947:13
[INFO] [stdout]     |
[INFO] [stdout] 947 |         use super::*;
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]    --> src/entities/trade.rs:947:13
[INFO] [stdout]     |
[INFO] [stdout] 947 |         use super::*;
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1017:39
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                         create_route!(POOL_0_1, POOL_1_2, POOL_WETH_2; TOKEN0, ETHER),
[INFO] [stdout]      |                                       ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:947:13
[INFO] [stdout]      |
[INFO] [stdout]  947 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:947:13
[INFO] [stdout]      |
[INFO] [stdout]  947 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1586:22
[INFO] [stdout]      |
[INFO] [stdout] 1586 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1629:22
[INFO] [stdout]      |
[INFO] [stdout] 1629 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1654:22
[INFO] [stdout]      |
[INFO] [stdout] 1654 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1680:22
[INFO] [stdout]      |
[INFO] [stdout] 1680 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1700:22
[INFO] [stdout]      |
[INFO] [stdout] 1700 |                 vec![POOL_0_1.clone(), POOL_0_3.clone(), POOL_1_3.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1719:21
[INFO] [stdout]      |
[INFO] [stdout] 1719 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:1758:21
[INFO] [stdout]      |
[INFO] [stdout] 1758 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:1545:13
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2058:22
[INFO] [stdout]      |
[INFO] [stdout] 2058 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2101:22
[INFO] [stdout]      |
[INFO] [stdout] 2101 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2126:22
[INFO] [stdout]      |
[INFO] [stdout] 2126 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2143:22
[INFO] [stdout]      |
[INFO] [stdout] 2143 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2160:22
[INFO] [stdout]      |
[INFO] [stdout] 2160 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2180:22
[INFO] [stdout]      |
[INFO] [stdout] 2180 |                 vec![POOL_0_1.clone(), POOL_0_3.clone(), POOL_1_3.clone()],
[INFO] [stdout]      |                      ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2199:21
[INFO] [stdout]      |
[INFO] [stdout] 2199 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `POOL_0_1` is ambiguous
[INFO] [stdout]     --> src/entities/trade.rs:2238:21
[INFO] [stdout]      |
[INFO] [stdout] 2238 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `POOL_0_1` could refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] note: `POOL_0_1` could also refer to the static imported here
[INFO] [stdout]     --> src/entities/trade.rs:2017:13
[INFO] [stdout]      |
[INFO] [stdout] 2017 |         use super::*;
[INFO] [stdout]      |             ^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `POOL_0_1` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/tests.rs:107:27
[INFO] [stdout]     |
[INFO] [stdout] 107 |         Route::new(vec![$($pool.clone()),+], $token_in.clone(), $token_out.clone())
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/entities/trade.rs:968:25
[INFO] [stdout]     |
[INFO] [stdout] 968 |                         create_route!(POOL_WETH_1, POOL_0_1; ETHER, TOKEN0),
[INFO] [stdout]     |                         --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]     = note: this error originates in the macro `create_route` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/tests.rs:107:27
[INFO] [stdout]      |
[INFO] [stdout]  107 |         Route::new(vec![$($pool.clone()),+], $token_in.clone(), $token_out.clone())
[INFO] [stdout]      |                           ^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/entities/trade.rs:1017:25
[INFO] [stdout]      |
[INFO] [stdout] 1017 |                         create_route!(POOL_0_1, POOL_1_2, POOL_WETH_2; TOKEN0, ETHER),
[INFO] [stdout]      |                         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]      = note: this error originates in the macro `create_route` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1586:40
[INFO] [stdout]      |
[INFO] [stdout] 1586 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1629:40
[INFO] [stdout]      |
[INFO] [stdout] 1629 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1654:40
[INFO] [stdout]      |
[INFO] [stdout] 1654 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1680:40
[INFO] [stdout]      |
[INFO] [stdout] 1680 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1700:40
[INFO] [stdout]      |
[INFO] [stdout] 1700 |                 vec![POOL_0_1.clone(), POOL_0_3.clone(), POOL_1_3.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1719:21
[INFO] [stdout]      |
[INFO] [stdout] 1719 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:1758:21
[INFO] [stdout]      |
[INFO] [stdout] 1758 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2058:40
[INFO] [stdout]      |
[INFO] [stdout] 2058 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2101:40
[INFO] [stdout]      |
[INFO] [stdout] 2101 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2126:40
[INFO] [stdout]      |
[INFO] [stdout] 2126 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2143:40
[INFO] [stdout]      |
[INFO] [stdout] 2143 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2160:40
[INFO] [stdout]      |
[INFO] [stdout] 2160 |                 vec![POOL_0_1.clone(), POOL_0_2.clone(), POOL_1_2.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2180:40
[INFO] [stdout]      |
[INFO] [stdout] 2180 |                 vec![POOL_0_1.clone(), POOL_0_3.clone(), POOL_1_3.clone()],
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^ expected `Pool`, found `Pool<TickListDataProvider>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2199:21
[INFO] [stdout]      |
[INFO] [stdout] 2199 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/entities/trade.rs:2238:21
[INFO] [stdout]      |
[INFO] [stdout] 2238 |                     POOL_0_1.clone(),
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ expected `Pool<TickListDataProvider>`, found `Pool`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected struct `pool::Pool<tick_list_data_provider::TickListDataProvider>`
[INFO] [stdout]                 found struct `pool::Pool<tick_data_provider::NoTickDataProvider>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0659.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uniswap-v3-sdk` (lib test) due to 34 previous errors
[INFO] running `Command { std: "docker" "inspect" "a2d33bb844a9a64fc1b72adcfd86c30e2940b200cc8cd85088538ec296639d4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2d33bb844a9a64fc1b72adcfd86c30e2940b200cc8cd85088538ec296639d4e", kill_on_drop: false }`
[INFO] [stdout] a2d33bb844a9a64fc1b72adcfd86c30e2940b200cc8cd85088538ec296639d4e
