[INFO] cloning repository https://github.com/EuclidFi/contracts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EuclidFi/contracts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEuclidFi%2Fcontracts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEuclidFi%2Fcontracts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb12968fe9e016ec114b73e31f47d06f2bff59b7
[INFO] checking EuclidFi/contracts against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEuclidFi%2Fcontracts" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/EuclidFi/contracts
[INFO] finished tweaking git repo https://github.com/EuclidFi/contracts
[INFO] tweaked toml for git repo https://github.com/EuclidFi/contracts written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EuclidFi/contracts on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EuclidFi/contracts 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "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-5-tc1/source/contracts/euclidfi/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cw2 v1.1.2
[INFO] [stderr]   Downloaded cosmwasm-schema-derive v1.5.8
[INFO] [stderr]   Downloaded cosmwasm-derive v1.5.8
[INFO] [stderr]   Downloaded cosmwasm-schema v1.5.8
[INFO] [stderr]   Downloaded cw-multi-test v0.17.0
[INFO] [stderr]   Downloaded archway-bindings v0.2.1
[INFO] [stderr]   Downloaded cosmwasm-storage v1.5.2
[INFO] [stderr]   Downloaded cosmwasm-crypto v1.5.8
[INFO] [stderr]   Downloaded cw-utils v1.0.3
[INFO] [stderr]   Downloaded serde-json-wasm v0.5.2
[INFO] [stderr]   Downloaded cw-storage-plus v1.2.0
[INFO] [stderr]   Downloaded cosmwasm-std v1.5.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbe1ab08902ae54264064f6c904b8c3e4d796bbaf904689de51f379e336a329d
[INFO] running `Command { std: "docker" "start" "-a" "cbe1ab08902ae54264064f6c904b8c3e4d796bbaf904689de51f379e336a329d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbe1ab08902ae54264064f6c904b8c3e4d796bbaf904689de51f379e336a329d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbe1ab08902ae54264064f6c904b8c3e4d796bbaf904689de51f379e336a329d", kill_on_drop: false }`
[INFO] [stdout] cbe1ab08902ae54264064f6c904b8c3e4d796bbaf904689de51f379e336a329d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d259f6b2fff2c3d79eaaa330deb4c578982280c754a58a737d110a6dde1836e4
[INFO] running `Command { std: "docker" "start" "-a" "d259f6b2fff2c3d79eaaa330deb4c578982280c754a58a737d110a6dde1836e4", 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/euclidfi/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking cpufeatures v0.2.15
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking bnum v0.10.0
[INFO] [stderr]     Checking forward_ref v1.0.0
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking prost v0.12.6
[INFO] [stderr]    Compiling cosmwasm-derive v1.5.8
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling cosmwasm-schema-derive v1.5.8
[INFO] [stderr]     Checking ed25519-zebra v3.1.0
[INFO] [stderr]     Checking serde-json-wasm v0.5.2
[INFO] [stderr]     Checking cosmwasm-crypto v1.5.8
[INFO] [stderr]     Checking cosmwasm-std v1.5.8
[INFO] [stderr]     Checking cosmwasm-schema v1.5.8
[INFO] [stderr]     Checking cw-storage-plus v1.2.0
[INFO] [stderr]     Checking cosmwasm-storage v1.5.2
[INFO] [stderr]     Checking archway-bindings v0.2.1
[INFO] [stderr]     Checking cw2 v1.1.2
[INFO] [stderr]     Checking cw-utils v1.0.3
[INFO] [stderr]     Checking euclidfi v0.1.0 (/opt/rustwide/workdir/contracts/euclidfi)
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:152:34
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 152 |             execute_invest(deps, env, info, basket_name, amount, auto_compound)
[INFO] [stdout]     |                                  ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:155:36
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 155 |             execute_withdraw(deps, env, info, basket_name, percentage)
[INFO] [stdout]     |                                    ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:158:41
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 158 |             execute_claim_rewards(deps, env, info)
[INFO] [stdout]     |                                         ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:164:37
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 164 |             execute_rebalance(deps, env, info, basket_name)
[INFO] [stdout]     |                                     ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `deps` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:432:35
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let basket = BASKETS.load(deps.storage, &position.basket_name)?;
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Binary`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cosmwasm_std::{to_binary, BankMsg, Binary, Coin, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
[INFO] [stdout]   |                                        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cw2::set_contract_version`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cw2::set_contract_version;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryRequest`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Uint128, CosmosMsg, WasmMsg, QueryRequest, StdError, Order,
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::error;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryMsg`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:15:64
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::msg::{ExecuteMsg, GetCountResponse, InstantiateMsg, QueryMsg};
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `State`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::state::{State, STATE};
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryResponses`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_schema::{cw_serde, QueryResponses};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Binary`, `CosmosMsg`, `DepsMut`, `Deps`, `Env`, `MessageInfo`, `Order`, `QueryRequest`, `Response`, `StdError`, `StdResult`, `WasmMsg`, `entry_point`, and `to_binary`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     entry_point, to_binary, Binary, Deps, DepsMut, Env, MessageInfo,
[INFO] [stdout]   |     ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^  ^^^^  ^^^^^^^  ^^^  ^^^^^^^^^^^
[INFO] [stdout] 4 |     Response, StdResult, Uint128, CosmosMsg, WasmMsg, QueryRequest, StdError, Order,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^           ^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Item` and `Map`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use cw_storage_plus::{Item, Map};
[INFO] [stdout]   |                       ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cosmwasm_std::{to_binary, BankMsg, Binary, Coin, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
[INFO] [stdout]   |                    ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:450:26
[INFO] [stdout]     |
[INFO] [stdout] 450 |                     msg: to_binary(&"bridge_to_eth")?,
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/helpers.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     to_binary, Addr, CosmosMsg, CustomQuery, Querier, QuerierWrapper, StdResult, WasmMsg, WasmQuery,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let msg = to_binary(&msg.into())?;
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |             msg: to_binary(&msg)?,
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     entry_point, to_binary, Binary, Deps, DepsMut, Env, MessageInfo,
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cw-multi-test v0.17.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:152:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 152 |             execute_invest(deps, env, info, basket_name, amount, auto_compound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 152 |             Ok(execute_invest(deps, env, info, basket_name, amount, auto_compound)?)
[INFO] [stdout]     |             +++                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 155 |             execute_withdraw(deps, env, info, basket_name, percentage)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 155 |             Ok(execute_withdraw(deps, env, info, basket_name, percentage)?)
[INFO] [stdout]     |             +++                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 158 |             execute_claim_rewards(deps, env, info)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 158 |             Ok(execute_claim_rewards(deps, env, info)?)
[INFO] [stdout]     |             +++                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:161:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 161 |             execute_set_auto_compound(deps, info, basket_name, enabled)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 161 |             Ok(execute_set_auto_compound(deps, info, basket_name, enabled)?)
[INFO] [stdout]     |             +++                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 164 |             execute_rebalance(deps, env, info, basket_name)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 164 |             Ok(execute_rebalance(deps, env, info, basket_name)?)
[INFO] [stdout]     |             +++                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 167 |             execute_update_config(deps, info, reward_rate, min_lock_period, compound_frequency)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 167 |             Ok(execute_update_config(deps, info, reward_rate, min_lock_period, compound_frequency)?)
[INFO] [stdout]     |             +++                                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_reward_transfer_msg` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:481:24
[INFO] [stdout]     |
[INFO] [stdout] 481 |     let transfer_msg = create_reward_transfer_msg(info.sender.to_string(), rewards, &config)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generate_rebalance_messages` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:525:20
[INFO] [stdout]     |
[INFO] [stdout] 421 | / fn generate_withdraw_messages(
[INFO] [stdout] 422 | |     position: &InvestmentPosition,
[INFO] [stdout] 423 | |     token_prices: &HashMap<String, Uint128>,
[INFO] [stdout] 424 | |     percentage: u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 461 | |     Ok(messages)
[INFO] [stdout] 462 | | }
[INFO] [stdout]     | |_- similarly named function `generate_withdraw_messages` defined here
[INFO] [stdout] ...
[INFO] [stdout] 525 |       let messages = generate_rebalance_messages(position, &basket.tokens, &token_prices)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `generate_withdraw_messages`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `Uint128` by `u128`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:607:44
[INFO] [stdout]     |
[INFO] [stdout] 607 |         .multiply_ratio(config.reward_rate * time_elapsed as u128, 365 * 24 * 60 * 60 * 100u128);
[INFO] [stdout]     |                                            ^ no implementation for `Uint128 * u128`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::ops::Mul<u128>` is not implemented for `Uint128`
[INFO] [stdout]     = help: the following other types implement trait `std::ops::Mul<Rhs>`:
[INFO] [stdout]               `&Uint128` implements `std::ops::Mul<Uint128>`
[INFO] [stdout]               `&Uint128` implements `std::ops::Mul`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul<&Uint128>`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul<cosmwasm_std::Decimal>`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `GetCount` found for enum `QueryMsg`
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:37:29
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let msg = QueryMsg::GetCount {};
[INFO] [stdout]    |                             ^^^^^^^^ variant not found in `QueryMsg`
[INFO] [stdout]    |
[INFO] [stdout]   ::: contracts/euclidfi/src/msg.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub enum QueryMsg {
[INFO] [stdout]    | ----------------- variant `GetCount` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prices`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:574:5
[INFO] [stdout]     |
[INFO] [stdout] 574 |     prices: &HashMap<String, Uint128>,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prices`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0423, E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `euclidfi` (lib) due to 15 previous errors; 17 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:152:34
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 152 |             execute_invest(deps, env, info, basket_name, amount, auto_compound)
[INFO] [stdout]     |                                  ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:155:36
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 155 |             execute_withdraw(deps, env, info, basket_name, percentage)
[INFO] [stdout]     |                                    ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:158:41
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 158 |             execute_claim_rewards(deps, env, info)
[INFO] [stdout]     |                                         ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `env`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:164:37
[INFO] [stdout]     |
[INFO] [stdout] 140 |     _env: Env,
[INFO] [stdout]     |     ---- `_env` defined here
[INFO] [stdout] ...
[INFO] [stdout] 164 |             execute_rebalance(deps, env, info, basket_name)
[INFO] [stdout]     |                                     ^^^ not a value
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_env` marks it as unused, consider renaming it to `env`
[INFO] [stdout]     |
[INFO] [stdout] 140 -     _env: Env,
[INFO] [stdout] 140 +     env: Env,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `deps` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:432:35
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let basket = BASKETS.load(deps.storage, &position.basket_name)?;
[INFO] [stdout]     |                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found module `crate::contract::query`
[INFO] [stdout]   --> contracts/euclidfi/src/integration_tests.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             crate::contract::query,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Binary`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cosmwasm_std::{to_binary, BankMsg, Binary, Coin, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
[INFO] [stdout]   |                                        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cw2::set_contract_version`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cw2::set_contract_version;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryRequest`
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Uint128, CosmosMsg, WasmMsg, QueryRequest, StdError, Order,
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::error;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryMsg`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:15:64
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::msg::{ExecuteMsg, GetCountResponse, InstantiateMsg, QueryMsg};
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `State`
[INFO] [stdout]   --> contracts/euclidfi/src/contract.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::state::{State, STATE};
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:663:9
[INFO] [stdout]     |
[INFO] [stdout] 663 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `mock_dependencies`, `mock_env`, and `mock_info`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:664:33
[INFO] [stdout]     |
[INFO] [stdout] 664 |     use cosmwasm_std::testing::{mock_dependencies, mock_env, mock_info};
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^  ^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `coins` and `from_binary`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:665:24
[INFO] [stdout]     |
[INFO] [stdout] 665 |     use cosmwasm_std::{coins, from_binary};
[INFO] [stdout]     |                        ^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryResponses`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_schema::{cw_serde, QueryResponses};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Binary`, `CosmosMsg`, `DepsMut`, `Deps`, `Env`, `MessageInfo`, `Order`, `QueryRequest`, `Response`, `StdError`, `StdResult`, `WasmMsg`, `entry_point`, and `to_binary`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     entry_point, to_binary, Binary, Deps, DepsMut, Env, MessageInfo,
[INFO] [stdout]   |     ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^  ^^^^  ^^^^^^^  ^^^  ^^^^^^^^^^^
[INFO] [stdout] 4 |     Response, StdResult, Uint128, CosmosMsg, WasmMsg, QueryRequest, StdError, Order,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^           ^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Item` and `Map`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use cw_storage_plus::{Item, Map};
[INFO] [stdout]   |                       ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/contract.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cosmwasm_std::{to_binary, BankMsg, Binary, Coin, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
[INFO] [stdout]   |                    ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:450:26
[INFO] [stdout]     |
[INFO] [stdout] 450 |                     msg: to_binary(&"bridge_to_eth")?,
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::from_binary`: use from_json instead
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:665:31
[INFO] [stdout]     |
[INFO] [stdout] 665 |     use cosmwasm_std::{coins, from_binary};
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/helpers.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     to_binary, Addr, CosmosMsg, CustomQuery, Querier, QuerierWrapper, StdResult, WasmMsg, WasmQuery,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let msg = to_binary(&msg.into())?;
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |             msg: to_binary(&msg)?,
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `cosmwasm_std::to_binary`: use to_json_binary instead
[INFO] [stdout]  --> contracts/euclidfi/src/msg.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     entry_point, to_binary, Binary, Deps, DepsMut, Env, MessageInfo,
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:152:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 152 |             execute_invest(deps, env, info, basket_name, amount, auto_compound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 152 |             Ok(execute_invest(deps, env, info, basket_name, amount, auto_compound)?)
[INFO] [stdout]     |             +++                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 155 |             execute_withdraw(deps, env, info, basket_name, percentage)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 155 |             Ok(execute_withdraw(deps, env, info, basket_name, percentage)?)
[INFO] [stdout]     |             +++                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:158:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 158 |             execute_claim_rewards(deps, env, info)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 158 |             Ok(execute_claim_rewards(deps, env, info)?)
[INFO] [stdout]     |             +++                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:161:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 161 |             execute_set_auto_compound(deps, info, basket_name, enabled)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 161 |             Ok(execute_set_auto_compound(deps, info, basket_name, enabled)?)
[INFO] [stdout]     |             +++                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 164 |             execute_rebalance(deps, env, info, basket_name)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 164 |             Ok(execute_rebalance(deps, env, info, basket_name)?)
[INFO] [stdout]     |             +++                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | ) -> Result<Response, ContractError> {
[INFO] [stdout]     |      ------------------------------- expected `Result<cosmwasm_std::Response, error::ContractError>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 167 |             execute_update_config(deps, info, reward_rate, min_lock_period, compound_frequency)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, ContractError>`, found `Result<Response, StdError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<_, error::ContractError>`
[INFO] [stdout]                found enum `Result<_, cosmwasm_std::StdError>`
[INFO] [stdout] help: use `?` to coerce and return an appropriate `Err`, and wrap the resulting value in `Ok` so the expression remains of type `Result`
[INFO] [stdout]     |
[INFO] [stdout] 167 |             Ok(execute_update_config(deps, info, reward_rate, min_lock_period, compound_frequency)?)
[INFO] [stdout]     |             +++                                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_reward_transfer_msg` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:481:24
[INFO] [stdout]     |
[INFO] [stdout] 481 |     let transfer_msg = create_reward_transfer_msg(info.sender.to_string(), rewards, &config)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generate_rebalance_messages` in this scope
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:525:20
[INFO] [stdout]     |
[INFO] [stdout] 421 | / fn generate_withdraw_messages(
[INFO] [stdout] 422 | |     position: &InvestmentPosition,
[INFO] [stdout] 423 | |     token_prices: &HashMap<String, Uint128>,
[INFO] [stdout] 424 | |     percentage: u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 461 | |     Ok(messages)
[INFO] [stdout] 462 | | }
[INFO] [stdout]     | |_- similarly named function `generate_withdraw_messages` defined here
[INFO] [stdout] ...
[INFO] [stdout] 525 |       let messages = generate_rebalance_messages(position, &basket.tokens, &token_prices)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `generate_withdraw_messages`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `Uint128` by `u128`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:607:44
[INFO] [stdout]     |
[INFO] [stdout] 607 |         .multiply_ratio(config.reward_rate * time_elapsed as u128, 365 * 24 * 60 * 60 * 100u128);
[INFO] [stdout]     |                                            ^ no implementation for `Uint128 * u128`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::ops::Mul<u128>` is not implemented for `Uint128`
[INFO] [stdout]     = help: the following other types implement trait `std::ops::Mul<Rhs>`:
[INFO] [stdout]               `&Uint128` implements `std::ops::Mul<Uint128>`
[INFO] [stdout]               `&Uint128` implements `std::ops::Mul`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul<&Uint128>`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul<cosmwasm_std::Decimal>`
[INFO] [stdout]               `Uint128` implements `std::ops::Mul`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `GetCount` found for enum `QueryMsg`
[INFO] [stdout]   --> contracts/euclidfi/src/helpers.rs:37:29
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let msg = QueryMsg::GetCount {};
[INFO] [stdout]    |                             ^^^^^^^^ variant not found in `QueryMsg`
[INFO] [stdout]    |
[INFO] [stdout]   ::: contracts/euclidfi/src/msg.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub enum QueryMsg {
[INFO] [stdout]    | ----------------- variant `GetCount` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `InstantiateMsg` has no field named `count`
[INFO] [stdout]   --> contracts/euclidfi/src/integration_tests.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let msg = InstantiateMsg { count: 1i32 };
[INFO] [stdout]    |                                    ^^^^^ `InstantiateMsg` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `admin`, `reward_token`, `reward_rate`, `min_lock_period`, `compound_frequency`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Increment` found for enum `ExecuteMsg`
[INFO] [stdout]   --> contracts/euclidfi/src/integration_tests.rs:66:35
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let msg = ExecuteMsg::Increment {};
[INFO] [stdout]    |                                   ^^^^^^^^^ variant not found in `ExecuteMsg`
[INFO] [stdout]    |
[INFO] [stdout]   ::: contracts/euclidfi/src/msg.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum ExecuteMsg {
[INFO] [stdout]    | ------------------- variant `Increment` not found here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prices`
[INFO] [stdout]    --> contracts/euclidfi/src/contract.rs:574:5
[INFO] [stdout]     |
[INFO] [stdout] 574 |     prices: &HashMap<String, Uint128>,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prices`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0423, E0425, E0560, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `euclidfi` (lib test) due to 18 previous errors; 21 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d259f6b2fff2c3d79eaaa330deb4c578982280c754a58a737d110a6dde1836e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d259f6b2fff2c3d79eaaa330deb4c578982280c754a58a737d110a6dde1836e4", kill_on_drop: false }`
[INFO] [stdout] d259f6b2fff2c3d79eaaa330deb4c578982280c754a58a737d110a6dde1836e4
