[INFO] cloning repository https://github.com/AdamantFi/SecretSwapAnonEdition
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdamantFi/SecretSwapAnonEdition" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamantFi%2FSecretSwapAnonEdition", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamantFi%2FSecretSwapAnonEdition'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b52f76fea67002a64a3fb1623caf690e95ff43c4
[INFO] checking AdamantFi/SecretSwapAnonEdition against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamantFi%2FSecretSwapAnonEdition" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AdamantFi/SecretSwapAnonEdition
[INFO] finished tweaking git repo https://github.com/AdamantFi/SecretSwapAnonEdition
[INFO] tweaked toml for git repo https://github.com/AdamantFi/SecretSwapAnonEdition written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdamantFi/SecretSwapAnonEdition on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AdamantFi/SecretSwapAnonEdition 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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/dummy_swap_data_receiver/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/contracts/secretswap_router/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1b8321d450f3cfd2a5499dfa750429c9b80d6f37e442aed742569d25831b7ea
[INFO] running `Command { std: "docker" "start" "-a" "a1b8321d450f3cfd2a5499dfa750429c9b80d6f37e442aed742569d25831b7ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1b8321d450f3cfd2a5499dfa750429c9b80d6f37e442aed742569d25831b7ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1b8321d450f3cfd2a5499dfa750429c9b80d6f37e442aed742569d25831b7ea", kill_on_drop: false }`
[INFO] [stdout] a1b8321d450f3cfd2a5499dfa750429c9b80d6f37e442aed742569d25831b7ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5b6daa12fe1d7fa30453a89c039133f7a92de04fedf264c53155929a32916d8
[INFO] running `Command { std: "docker" "start" "-a" "d5b6daa12fe1d7fa30453a89c039133f7a92de04fedf264c53155929a32916d8", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/contracts/dummy_swap_data_receiver/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/contracts/secretswap_router/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling schemars v0.7.6
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking cpuid-bool v0.1.2
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling cbindgen v0.13.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking sgx_types v1.1.2 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.2#8f065be7)
[INFO] [stderr]     Checking uint v0.9.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]     Checking primitive-types v0.9.0
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.2
[INFO] [stderr]     Checking sgx_urts v1.1.2 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.2#8f065be7)
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking parity-wasm v0.41.0
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]     Checking hmac-drbg v0.2.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]     Checking sha2 v0.9.3
[INFO] [stderr]     Checking libsecp256k1 v0.3.5
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling snafu-derive v0.6.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling derive_more v0.99.11
[INFO] [stderr]    Compiling schemars_derive v0.7.6
[INFO] [stderr]    Compiling thiserror v1.0.23
[INFO] [stderr]     Checking snafu v0.6.10
[INFO] [stderr]     Checking serde-json-wasm v0.2.3
[INFO] [stderr]     Checking bincode2 v2.0.1
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]     Checking cosmwasm-std v0.10.0 (https://github.com/enigmampc/SecretNetwork?rev=004c6bc#004c6bca)
[INFO] [stderr]     Checking cosmwasm-std v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92)
[INFO] [stderr]     Checking cosmwasm-schema v0.9.4
[INFO] [stderr]     Checking secret-toolkit-serialization v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking cosmwasm-storage v0.10.0 (https://github.com/enigmampc/SecretNetwork?rev=004c6bc#004c6bca)
[INFO] [stderr]     Checking secret-toolkit-utils v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking secret-toolkit-crypto v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking secret-toolkit-storage v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking secret-toolkit-snip20 v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking secret-toolkit v0.1.0 (https://github.com/enigmampc/secret-toolkit?branch=debug-print#e960c649)
[INFO] [stderr]     Checking secretswap v0.1.0 (/opt/rustwide/workdir/packages/secretswap)
[INFO] [stdout] warning: unused import: `BankMsg`
[INFO] [stdout]  --> packages/secretswap/src/asset.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     to_binary, Api, BankMsg, CanonicalAddr, Coin, CosmosMsg, Env, Extern, HumanAddr, Querier,
[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 import: `query_balance`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::querier::{query_balance, query_token_balance};
[INFO] [stdout]    |                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Never` in this scope
[INFO] [stdout]   --> packages/secretswap/src/mock_querier.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |     base: MockQuerier<Never>,
[INFO] [stdout]    |                       ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct WasmMockQuerier<Never> {
[INFO] [stdout]    |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TerraQueryWrapper` in this scope
[INFO] [stdout]    --> packages/secretswap/src/mock_querier.rs:104:35
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let request: QueryRequest<TerraQueryWrapper> = match from_slice(bin_request) {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl<TerraQueryWrapper> Querier for WasmMockQuerier {
[INFO] [stdout]     |     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TerraQueryWrapper` in this scope
[INFO] [stdout]    --> packages/secretswap/src/mock_querier.rs:212:27
[INFO] [stdout]     |
[INFO] [stdout] 212 |         base: MockQuerier<TerraQueryWrapper>,
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 210 | impl<TerraQueryWrapper> WasmMockQuerier {
[INFO] [stdout]     |     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BankMsg`
[INFO] [stdout]  --> packages/secretswap/src/asset.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     to_binary, Api, BankMsg, CanonicalAddr, Coin, CosmosMsg, Env, Extern, HumanAddr, Querier,
[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 import: `query_balance`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::querier::{query_balance, query_token_balance};
[INFO] [stdout]    |                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Decimal`
[INFO] [stdout]  --> packages/secretswap/src/mock_querier.rs:5:67
[INFO] [stdout]   |
[INFO] [stdout] 5 |     from_binary, from_slice, to_binary, Api, CanonicalAddr, Coin, Decimal, Extern, HumanAddr,
[INFO] [stdout]   |                                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `WasmMsg` and `to_binary`
[INFO] [stdout]  --> packages/secretswap/src/testing.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cosmwasm_std::{to_binary, BankMsg, Coin, CosmosMsg, Decimal, HumanAddr, Uint128, WasmMsg};
[INFO] [stdout]   |                    ^^^^^^^^^                                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling enclave-ffi-types v0.1.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92)
[INFO] [stdout] warning: unused variable: `deps`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         deps: &Extern<S, A, Q>,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`
[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`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let amount = self.amount;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `deps`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         deps: &Extern<S, A, Q>,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         sender: HumanAddr,
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:92:52
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn assert_sent_native_token_balance(&self, env: &Env) -> StdResult<()> {
[INFO] [stdout]    |                                                    ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TokenInfoResponse: Serialize` is not satisfied
[INFO] [stdout]    --> packages/secretswap/src/mock_querier.rs:168:36
[INFO] [stdout]     |
[INFO] [stdout] 168 |                           &to_binary(&TokenInfoResponse {
[INFO] [stdout]     |  __________________________---------_^
[INFO] [stdout]     | |                          |
[INFO] [stdout]     | |                          required by a bound introduced by this call
[INFO] [stdout] 169 | |                             token_info: TokenInfo {
[INFO] [stdout] 170 | |                                 name: "mAPPL".to_string(),
[INFO] [stdout] 171 | |                                 symbol: "mAPPL".to_string(),
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |                             },
[INFO] [stdout] 175 | |                         })
[INFO] [stdout]     | |_________________________^ the trait `Serialize` is not implemented for `TokenInfoResponse`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 217 others
[INFO] [stdout] note: required by a bound in `to_binary`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-9a3a084259bb7a51/004c6bc/cosmwasm/packages/std/src/serde.rs:28:8
[INFO] [stdout]     |
[INFO] [stdout]  26 | pub fn to_binary<T>(data: &T) -> StdResult<Binary>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout]  27 | where
[INFO] [stdout]  28 |     T: Serialize + ?Sized,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `to_binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking dummy-swap-data-receiver v0.1.0 (/opt/rustwide/workdir/contracts/dummy_swap_data_receiver)
[INFO] [stderr]     Checking secretswap-token v0.1.0 (/opt/rustwide/workdir/contracts/secretswap_token)
[INFO] [stderr]     Checking secretswap-factory v0.1.0 (/opt/rustwide/workdir/contracts/secretswap_factory)
[INFO] [stderr]     Checking secretswap-pair v0.1.0 (/opt/rustwide/workdir/contracts/secretswap_pair)
[INFO] [stderr]     Checking secretswap-router v0.1.0 (/opt/rustwide/workdir/contracts/secretswap_router)
[INFO] [stdout] error[E0599]: no variant named `NativeToken` found for enum `AssetInfo`
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:113:51
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let native_token_info: AssetInfo = AssetInfo::NativeToken {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ variant not found in `AssetInfo`
[INFO] [stdout]     |
[INFO] [stdout]    ::: packages/secretswap/src/asset.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub enum AssetInfo {
[INFO] [stdout]     | ------------------ variant `NativeToken` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_tax` found for struct `WasmMockQuerier` in the current scope
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:191:18
[INFO] [stdout]     |
[INFO] [stdout] 191 |     deps.querier.with_tax(
[INFO] [stdout]     |     -------------^^^^^^^^ method not found in `WasmMockQuerier`
[INFO] [stdout]     |
[INFO] [stdout]    ::: packages/secretswap/src/mock_querier.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct WasmMockQuerier {
[INFO] [stdout]     | -------------------------- method `with_tax` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `NativeToken` found for enum `AssetInfo`
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:207:26
[INFO] [stdout]     |
[INFO] [stdout] 207 |         info: AssetInfo::NativeToken {
[INFO] [stdout]     |                          ^^^^^^^^^^^ variant not found in `AssetInfo`
[INFO] [stdout]     |
[INFO] [stdout]    ::: packages/secretswap/src/asset.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub enum AssetInfo {
[INFO] [stdout]     | ------------------ variant `NativeToken` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `NativeToken` found for enum `AssetInfo`
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:277:28
[INFO] [stdout]     |
[INFO] [stdout] 277 |                 AssetInfo::NativeToken {
[INFO] [stdout]     |                            ^^^^^^^^^^^ variant not found in `AssetInfo`
[INFO] [stdout]     |
[INFO] [stdout]    ::: packages/secretswap/src/asset.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub enum AssetInfo {
[INFO] [stdout]     | ------------------ variant `NativeToken` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `asset0_volume`, `asset1_volume` and `factory` in initializer of `PairInfo`
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:270:10
[INFO] [stdout]     |
[INFO] [stdout] 270 |         &PairInfo {
[INFO] [stdout]     |          ^^^^^^^^ missing `asset0_volume`, `asset1_volume` and `factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `NativeToken` found for enum `AssetInfo`
[INFO] [stdout]    --> packages/secretswap/src/testing.rs:297:24
[INFO] [stdout]     |
[INFO] [stdout] 297 |             AssetInfo::NativeToken {
[INFO] [stdout]     |                        ^^^^^^^^^^^ variant not found in `AssetInfo`
[INFO] [stdout]     |
[INFO] [stdout]    ::: packages/secretswap/src/asset.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub enum AssetInfo {
[INFO] [stdout]     | ------------------ variant `NativeToken` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `deps`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         deps: &Extern<S, A, Q>,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`
[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`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let amount = self.amount;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `deps`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         deps: &Extern<S, A, Q>,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         sender: HumanAddr,
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]   --> packages/secretswap/src/asset.rs:92:52
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn assert_sent_native_token_balance(&self, env: &Env) -> StdResult<()> {
[INFO] [stdout]    |                                                    ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `library`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/src/lib.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(target_arch = "wasm32", not(feature = "library")))]
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `backtraces`, `debug-print`, and `default`
[INFO] [stdout]   = help: consider adding `library` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `library`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/src/lib.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(target_arch = "wasm32", not(feature = "library")))]
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `backtraces`, `debug-print`, and `default`
[INFO] [stdout]   = help: consider adding `library` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `library`
[INFO] [stdout]  --> contracts/secretswap_router/src/lib.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(target_arch = "wasm32", not(feature = "library")))]
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `backtraces`, `debug-print`, and `default`
[INFO] [stdout]   = help: consider adding `library` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug_print`
[INFO] [stdout]  --> contracts/secretswap_router/src/contract.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     debug_print, from_binary, to_binary, Api, BankMsg, Binary, Coin, CosmosMsg, Env, Extern,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `library`
[INFO] [stdout]   --> contracts/secretswap_pair/src/lib.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(all(target_arch = "wasm32", not(feature = "library")))]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `backtraces`, `debug-print`, and `default`
[INFO] [stdout]    = help: consider adding `library` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::hash_map::RandomState`
[INFO] [stdout]  --> contracts/secretswap_pair/src/contract.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::hash_map::RandomState,
[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 import: `debug_print`
[INFO] [stdout]  --> contracts/secretswap_pair/src/contract.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     debug_print, from_binary, log, to_binary, Api, Binary, CanonicalAddr, CosmosMsg, Decimal, Env,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> contracts/dummy_swap_data_receiver/src/state.rs:15:36
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn config<S: Storage>(storage: &mut S) -> Singleton<S, State> {
[INFO] [stdout]    |                                    ^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn config<S: Storage>(storage: &mut S) -> Singleton<'_, S, State> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> contracts/dummy_swap_data_receiver/src/state.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn config_read<S: Storage>(storage: &S) -> ReadonlySingleton<S, State> {
[INFO] [stdout]    |                                         ^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn config_read<S: Storage>(storage: &S) -> ReadonlySingleton<'_, S, State> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> contracts/dummy_swap_data_receiver/src/state.rs:15:36
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn config<S: Storage>(storage: &mut S) -> Singleton<S, State> {
[INFO] [stdout]    |                                    ^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn config<S: Storage>(storage: &mut S) -> Singleton<'_, S, State> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> contracts/dummy_swap_data_receiver/src/state.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn config_read<S: Storage>(storage: &S) -> ReadonlySingleton<S, State> {
[INFO] [stdout]    |                                         ^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn config_read<S: Storage>(storage: &S) -> ReadonlySingleton<'_, S, State> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `NativeToken` found for enum `AssetInfo`
[INFO] [stdout]    --> contracts/secretswap_router/src/contract.rs:230:46
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...                   info: AssetInfo::NativeToken {
[INFO] [stdout]     |                                        ^^^^^^^^^^^ variant not found in `AssetInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_schema`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/examples/schema.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cosmwasm_schema::{export_schema, remove_schemas, schema_for};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_schema`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use cosmwasm_schema::{export_schema, remove_schemas, schema_for};
[INFO] [stdout] 4 + use cosmwasm_std::{export_schema, remove_schemas, schema_for};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dummy_swap_data_receiver::msg::HandleMsg`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/examples/schema.rs:6:52
[INFO] [stdout]   |
[INFO] [stdout] 6 | use dummy_swap_data_receiver::msg::{CountResponse, HandleMsg, InitMsg, QueryMsg};
[INFO] [stdout]   |                                                    ^^^^^^^^^ no `HandleMsg` in `msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CountResponse`, `InitMsg`, and `QueryMsg`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/examples/schema.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | use dummy_swap_data_receiver::msg::{CountResponse, HandleMsg, InitMsg, QueryMsg};
[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 import: `dummy_swap_data_receiver::state::State`
[INFO] [stdout]  --> contracts/dummy_swap_data_receiver/examples/schema.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use dummy_swap_data_receiver::state::State;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dummy-swap-data-receiver` (example "schema") due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `secretswap` (lib test) due to 10 previous errors; 9 warnings emitted
[INFO] [stdout] warning: unused variable: `is_done`
[INFO] [stdout]    --> contracts/secretswap_router/src/contract.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |             is_done,
[INFO] [stdout]     |             ^^^^^^^ help: try ignoring the field: `is_done: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `secretswap-router` (lib test) due to 1 previous error; 3 warnings emitted
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> contracts/secretswap_pair/src/contract.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | /         AssetInfo::Token {
[INFO] [stdout] 49 | |             contract_addr,
[INFO] [stdout] 50 | |             token_code_hash,
[INFO] [stdout] 51 | |             ..
[INFO] [stdout] 52 | |         } => {
[INFO] [stdout]    | |_________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 73 |           _ => {}
[INFO] [stdout]    |           ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> contracts/secretswap_pair/src/contract.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  76 | /         AssetInfo::Token {
[INFO] [stdout]  77 | |             contract_addr,
[INFO] [stdout]  78 | |             token_code_hash,
[INFO] [stdout]  79 | |             ..
[INFO] [stdout]  80 | |         } => {
[INFO] [stdout]     | |_________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 101 |           _ => {}
[INFO] [stdout]     |           ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> contracts/secretswap_pair/src/contract.rs:315:12
[INFO] [stdout]     |
[INFO] [stdout] 315 |           if let AssetInfo::Token {
[INFO] [stdout]     |  ____________^
[INFO] [stdout] 316 | |             contract_addr,
[INFO] [stdout] 317 | |             token_code_hash,
[INFO] [stdout] 318 | |             ..
[INFO] [stdout] 319 | |         } = &pool.info
[INFO] [stdout]     | |______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> contracts/secretswap_token/src/state.rs:174:20
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn as_readonly(&self) -> ReadonlyConfigImpl<ReadonlyPrefixedStorage<S>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |                  |
[INFO] [stdout]     |                    |         |                  the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn as_readonly(&self) -> ReadonlyConfigImpl<'_, ReadonlyPrefixedStorage<'_, S>> {
[INFO] [stdout]     |                                                 +++                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> contracts/secretswap_token/src/state.rs:228:20
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn as_readonly(&self) -> ReadonlyConfigImpl<PrefixedStorage<S>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |                  |
[INFO] [stdout]     |                    |         |                  the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn as_readonly(&self) -> ReadonlyConfigImpl<'_, PrefixedStorage<'_, S>> {
[INFO] [stdout]     |                                                 +++                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> contracts/secretswap_token/src/state.rs:351:20
[INFO] [stdout]     |
[INFO] [stdout] 351 |     fn as_readonly(&self) -> ReadonlyBalancesImpl<ReadonlyPrefixedStorage<S>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |                    |
[INFO] [stdout]     |                    |         |                    the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |     fn as_readonly(&self) -> ReadonlyBalancesImpl<'_, ReadonlyPrefixedStorage<'_, S>> {
[INFO] [stdout]     |                                                   +++                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> contracts/secretswap_token/src/state.rs:371:20
[INFO] [stdout]     |
[INFO] [stdout] 371 |     fn as_readonly(&self) -> ReadonlyBalancesImpl<PrefixedStorage<S>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |                    |
[INFO] [stdout]     |                    |         |                    the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 371 |     fn as_readonly(&self) -> ReadonlyBalancesImpl<'_, PrefixedStorage<'_, S>> {
[INFO] [stdout]     |                                                   +++                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d5b6daa12fe1d7fa30453a89c039133f7a92de04fedf264c53155929a32916d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5b6daa12fe1d7fa30453a89c039133f7a92de04fedf264c53155929a32916d8", kill_on_drop: false }`
[INFO] [stdout] d5b6daa12fe1d7fa30453a89c039133f7a92de04fedf264c53155929a32916d8
