Skip to content

Built with wallet in mindé #31

Built with wallet in mindé

Built with wallet in mindé #31

Triggered via push January 22, 2024 15:33
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

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

Annotations

13 errors
Error
a step cannot have both the `uses` and `run` keys
this function has too many arguments (9/7): contracts/savings-app/src/handlers/execute.rs#L51
error: this function has too many arguments (9/7) --> contracts/savings-app/src/handlers/execute.rs:51:1 | 51 | / fn create_position( 52 | | deps: DepsMut, 53 | | env: Env, 54 | | info: MessageInfo, ... | 60 | | asset1: Coin, 61 | | ) -> AppResult { | |______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `-D clippy::too-many-arguments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
unused variable: `app`: contracts/savings-app/src/handlers/execute.rs#L350
error: unused variable: `app` --> contracts/savings-app/src/handlers/execute.rs:350:5 | 350 | app: &App, | ^^^ help: if this is intentional, prefix it with an underscore: `_app`
unused variable: `info`: contracts/savings-app/src/handlers/execute.rs#L155
error: unused variable: `info` --> contracts/savings-app/src/handlers/execute.rs:155:42 | 155 | fn autocompound(deps: DepsMut, env: Env, info: MessageInfo, app: App) -> AppResult { | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
unused import: `super::query::ContractBalances`: contracts/savings-app/src/handlers/execute.rs#L24
error: unused import: `super::query::ContractBalances` --> contracts/savings-app/src/handlers/execute.rs:24:5 | 24 | use super::query::ContractBalances; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `OfferAsset`: contracts/savings-app/src/handlers/execute.rs#L9
error: unused import: `OfferAsset` --> contracts/savings-app/src/handlers/execute.rs:9:70 | 9 | DexAction, DexExecuteMsg, DexQueryMsg, GenerateMessagesResponse, OfferAsset, | ^^^^^^^^^^
unused import: `abstract_dex_adapter::api::Dex`: contracts/savings-app/src/handlers/execute.rs#L7
error: unused import: `abstract_dex_adapter::api::Dex` --> contracts/savings-app/src/handlers/execute.rs:7:5 | 7 | use abstract_dex_adapter::api::Dex; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
this function has too many arguments (9/7): contracts/savings-app/src/handlers/execute.rs#L51
error: this function has too many arguments (9/7) --> contracts/savings-app/src/handlers/execute.rs:51:1 | 51 | / fn create_position( 52 | | deps: DepsMut, 53 | | env: Env, 54 | | info: MessageInfo, ... | 60 | | asset1: Coin, 61 | | ) -> AppResult { | |______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `-D clippy::too-many-arguments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
unused variable: `app`: contracts/savings-app/src/handlers/execute.rs#L350
error: unused variable: `app` --> contracts/savings-app/src/handlers/execute.rs:350:5 | 350 | app: &App, | ^^^ help: if this is intentional, prefix it with an underscore: `_app`
unused variable: `info`: contracts/savings-app/src/handlers/execute.rs#L155
error: unused variable: `info` --> contracts/savings-app/src/handlers/execute.rs:155:42 | 155 | fn autocompound(deps: DepsMut, env: Env, info: MessageInfo, app: App) -> AppResult { | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
unused import: `super::query::ContractBalances`: contracts/savings-app/src/handlers/execute.rs#L24
error: unused import: `super::query::ContractBalances` --> contracts/savings-app/src/handlers/execute.rs:24:5 | 24 | use super::query::ContractBalances; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `OfferAsset`: contracts/savings-app/src/handlers/execute.rs#L9
error: unused import: `OfferAsset` --> contracts/savings-app/src/handlers/execute.rs:9:70 | 9 | DexAction, DexExecuteMsg, DexQueryMsg, GenerateMessagesResponse, OfferAsset, | ^^^^^^^^^^
unused import: `abstract_dex_adapter::api::Dex`: contracts/savings-app/src/handlers/execute.rs#L7
error: unused import: `abstract_dex_adapter::api::Dex` --> contracts/savings-app/src/handlers/execute.rs:7:5 | 7 | use abstract_dex_adapter::api::Dex; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`