Skip to content

UPdated dependencies #13

UPdated dependencies

UPdated dependencies #13

Triggered via push January 17, 2024 09:34
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

39 errors
Error
a step cannot have both the `uses` and `run` keys
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/migrate.rs#L9
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/migrate.rs:9:12 | 9 | Ok(app.tag_response(Response::default(), "migrate")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/instantiate.rs#L24
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/instantiate.rs:24:12 | 24 | Ok(app.tag_response(Response::new(), "instantiate_savings_app")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L244
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:244:10 | 243 | Ok(app | ________- 244 | | .tag_response(Response::default(), "swap_all") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L164
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:164:10 | 163 | Ok(app | ________- 164 | | .tag_response(Response::default(), "deposit_all") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L124
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:124:12 | 124 | Ok(app.tag_response(Response::default(), "restake")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L112
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:112:10 | 111 | Ok(app | ________- 112 | | .tag_response(Response::default(), "auto-compound") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L81
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:81:10 | 80 | Ok(app | ________- 81 | | .tag_response(Response::default(), "withdraw") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L63
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:63:10 | 62 | Ok(app | ________- 63 | | .tag_response(Response::default(), "deposit") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
unused imports: `DepsMut`, `Env`, `Reply`, `Response`: contracts/savings-app/src/replies/deposit.rs#L4
error: unused imports: `DepsMut`, `Env`, `Reply`, `Response` --> contracts/savings-app/src/replies/deposit.rs:4:20 | 4 | use cosmwasm_std::{DepsMut, Env, Reply, Response}; | ^^^^^^^ ^^^ ^^^^^ ^^^^^^^^
unused import: `abstract_sdk::features::AbstractResponse`: contracts/savings-app/src/replies/deposit.rs#L3
error: unused import: `abstract_sdk::features::AbstractResponse` --> contracts/savings-app/src/replies/deposit.rs:3:5 | 3 | use abstract_sdk::features::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused imports: `AppResult`, `App`: contracts/savings-app/src/replies/deposit.rs#L1
error: unused imports: `AppResult`, `App` --> contracts/savings-app/src/replies/deposit.rs:1:23 | 1 | use crate::contract::{App, AppResult}; | ^^^ ^^^^^^^^^
unused import: `Int64`: contracts/savings-app/src/msg.rs#L3
error: unused import: `Int64` --> contracts/savings-app/src/msg.rs:3:26 | 3 | use cosmwasm_std::{Coin, Int64, Uint128}; | ^^^^^
unused import: `abstract_sdk::AbstractResponse`: contracts/savings-app/src/handlers/migrate.rs#L3
error: unused import: `abstract_sdk::AbstractResponse` --> contracts/savings-app/src/handlers/migrate.rs:3:5 | 3 | use abstract_sdk::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `abstract_sdk::AbstractResponse`: contracts/savings-app/src/handlers/instantiate.rs#L1
error: unused import: `abstract_sdk::AbstractResponse` --> contracts/savings-app/src/handlers/instantiate.rs:1:5 | 1 | use abstract_sdk::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `AbstractResponse`: contracts/savings-app/src/handlers/execute.rs#L15
error: unused import: `AbstractResponse` --> contracts/savings-app/src/handlers/execute.rs:15:51 | 15 | use abstract_sdk::features::{AbstractNameService, AbstractResponse, AccountIdentification}; | ^^^^^^^^^^^^^^^^
unused import: `self`: contracts/savings-app/src/contract.rs#L6
error: unused import: `self` --> contracts/savings-app/src/contract.rs:6:15 | 6 | replies::{self}, | ^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
cannot find value `EXCHANGE` in crate `abstract_dex_adapter`: contracts/savings-app/src/contract.rs#L24
error[E0425]: cannot find value `EXCHANGE` in crate `abstract_dex_adapter` --> contracts/savings-app/src/contract.rs:24:27 | 24 | abstract_dex_adapter::EXCHANGE, | ^^^^^^^^ not found in `abstract_dex_adapter`
failed to resolve: could not find `cw_orch_interface` in `abstract_app`: contracts/savings-app/src/contract.rs#L40
error[E0433]: failed to resolve: could not find `cw_orch_interface` in `abstract_app` --> contracts/savings-app/src/contract.rs:40:15 | 40 | abstract_app::cw_orch_interface!(APP, App, AppInterface); | ^^^^^^^^^^^^^^^^^ could not find `cw_orch_interface` in `abstract_app`
unresolved import `contract::interface`: contracts/savings-app/src/lib.rs#L10
error[E0432]: unresolved import `contract::interface` --> contracts/savings-app/src/lib.rs:10:19 | 10 | pub use contract::interface::AppInterface; | ^^^^^^^^^ could not find `interface` in `contract`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/migrate.rs#L9
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/migrate.rs:9:12 | 9 | Ok(app.tag_response(Response::default(), "migrate")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/instantiate.rs#L24
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/instantiate.rs:24:12 | 24 | Ok(app.tag_response(Response::new(), "instantiate_savings_app")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L244
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:244:10 | 243 | Ok(app | ________- 244 | | .tag_response(Response::default(), "swap_all") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L164
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:164:10 | 163 | Ok(app | ________- 164 | | .tag_response(Response::default(), "deposit_all") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L124
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:124:12 | 124 | Ok(app.tag_response(Response::default(), "restake")) | ^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>`
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L112
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:112:10 | 111 | Ok(app | ________- 112 | | .tag_response(Response::default(), "auto-compound") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L81
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:81:10 | 80 | Ok(app | ________- 81 | | .tag_response(Response::default(), "withdraw") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope: contracts/savings-app/src/handlers/execute.rs#L63
error[E0599]: no method named `tag_response` found for struct `abstract_app::AppContract` in the current scope --> contracts/savings-app/src/handlers/execute.rs:63:10 | 62 | Ok(app | ________- 63 | | .tag_response(Response::default(), "deposit") | | -^^^^^^^^^^^^ method not found in `AppContract<AppError, AppInstantiateMsg, AppExecuteMsg, AppQueryMsg, AppMigrateMsg>` | |_________| |
unused imports: `DepsMut`, `Env`, `Reply`, `Response`: contracts/savings-app/src/replies/deposit.rs#L4
error: unused imports: `DepsMut`, `Env`, `Reply`, `Response` --> contracts/savings-app/src/replies/deposit.rs:4:20 | 4 | use cosmwasm_std::{DepsMut, Env, Reply, Response}; | ^^^^^^^ ^^^ ^^^^^ ^^^^^^^^
unused import: `abstract_sdk::features::AbstractResponse`: contracts/savings-app/src/replies/deposit.rs#L3
error: unused import: `abstract_sdk::features::AbstractResponse` --> contracts/savings-app/src/replies/deposit.rs:3:5 | 3 | use abstract_sdk::features::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused imports: `AppResult`, `App`: contracts/savings-app/src/replies/deposit.rs#L1
error: unused imports: `AppResult`, `App` --> contracts/savings-app/src/replies/deposit.rs:1:23 | 1 | use crate::contract::{App, AppResult}; | ^^^ ^^^^^^^^^
unused import: `Int64`: contracts/savings-app/src/msg.rs#L3
error: unused import: `Int64` --> contracts/savings-app/src/msg.rs:3:26 | 3 | use cosmwasm_std::{Coin, Int64, Uint128}; | ^^^^^
unused import: `abstract_sdk::AbstractResponse`: contracts/savings-app/src/handlers/migrate.rs#L3
error: unused import: `abstract_sdk::AbstractResponse` --> contracts/savings-app/src/handlers/migrate.rs:3:5 | 3 | use abstract_sdk::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `abstract_sdk::AbstractResponse`: contracts/savings-app/src/handlers/instantiate.rs#L1
error: unused import: `abstract_sdk::AbstractResponse` --> contracts/savings-app/src/handlers/instantiate.rs:1:5 | 1 | use abstract_sdk::AbstractResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `AbstractResponse`: contracts/savings-app/src/handlers/execute.rs#L15
error: unused import: `AbstractResponse` --> contracts/savings-app/src/handlers/execute.rs:15:51 | 15 | use abstract_sdk::features::{AbstractNameService, AbstractResponse, AccountIdentification}; | ^^^^^^^^^^^^^^^^
unused import: `self`: contracts/savings-app/src/contract.rs#L6
error: unused import: `self` --> contracts/savings-app/src/contract.rs:6:15 | 6 | replies::{self}, | ^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
cannot find value `EXCHANGE` in crate `abstract_dex_adapter`: contracts/savings-app/src/contract.rs#L24
error[E0425]: cannot find value `EXCHANGE` in crate `abstract_dex_adapter` --> contracts/savings-app/src/contract.rs:24:27 | 24 | abstract_dex_adapter::EXCHANGE, | ^^^^^^^^ not found in `abstract_dex_adapter`
failed to resolve: could not find `cw_orch_interface` in `abstract_app`: contracts/savings-app/src/contract.rs#L40
error[E0433]: failed to resolve: could not find `cw_orch_interface` in `abstract_app` --> contracts/savings-app/src/contract.rs:40:15 | 40 | abstract_app::cw_orch_interface!(APP, App, AppInterface); | ^^^^^^^^^^^^^^^^^ could not find `cw_orch_interface` in `abstract_app`
unresolved import `contract::interface`: contracts/savings-app/src/lib.rs#L10
error[E0432]: unresolved import `contract::interface` --> contracts/savings-app/src/lib.rs:10:19 | 10 | pub use contract::interface::AppInterface; | ^^^^^^^^^ could not find `interface` in `contract`