Skip to content

Add distant wasm upload #2049

Add distant wasm upload

Add distant wasm upload #2049

Triggered via pull request September 17, 2024 11:12
Status Failure
Total duration 8m 42s
Artifacts

test.yml

on: pull_request
ubuntu / stable / coverage
8m 31s
ubuntu / stable / coverage
Matrix: doc-tests / stable
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

43 errors
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/state.rs#L40
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/state.rs:40:35 | 40 | fn get_all_code_ids(&self) -> Result<HashMap<String, u64>, CwEnvError>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/state.rs#L28
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/state.rs:28:49 | 28 | fn get_code_id(&self, contract_id: &str) -> Result<u64, CwEnvError>; | ^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/state.rs#L19
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/state.rs:19:49 | 19 | fn get_address(&self, contract_id: &str) -> Result<Addr, CwEnvError>; | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/queriers/wasm.rs#L61
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/queriers/wasm.rs:61:10 | 61 | ) -> Result<Checksum, CwEnvError>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/queriers/wasm.rs#L41
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/queriers/wasm.rs:41:10 | 41 | ) -> Result<T, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/environment/queriers/wasm.rs#L28
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/environment/queriers/wasm.rs:28:10 | 28 | ) -> Result<T, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/paths/wasm_path.rs#L30
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/paths/wasm_path.rs:30:45 | 30 | pub fn new(path: impl Into<PathBuf>) -> Result<Self, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/paths/artifacts_dir.rs#L104
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/paths/artifacts_dir.rs:104:10 | 104 | ) -> Result<WasmPath, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/paths/artifacts_dir.rs#L93
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/paths/artifacts_dir.rs:93:49 | 93 | pub fn find_wasm_path(&self, name: &str) -> Result<WasmPath, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L367
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:367:10 | 367 | ) -> Result<Option<Vec<TxResponse<Chain>>>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L352
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:352:10 | 352 | ) -> Result<Option<TxResponse<Chain>>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L329
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:329:36 | 329 | fn is_running_latest(&self) -> Result<bool, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L313
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:313:37 | 313 | fn latest_is_uploaded(&self) -> Result<bool, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L304
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:304:35 | 304 | fn upload_if_needed(&self) -> Result<Option<TxResponse<Chain>>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L271
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:271:10 | 271 | ) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L263
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:263:25 | 263 | fn upload(&self) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L237
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:237:10 | 237 | ) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L187
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:187:10 | 187 | ) -> Result<T, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L176
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:176:10 | 176 | ) -> Result<T, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L165
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:165:49 | 165 | fn raw_query(&self, query_keys: Vec<u8>) -> Result<Vec<u8>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L160
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:160:10 | 160 | ) -> Result<G, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L141
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:141:10 | 141 | ) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L129
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:129:10 | 129 | ) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L112
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:112:10 | 112 | ) -> Result<Chain::Response, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L42
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:42:26 | 42 | fn code_id(&self) -> Result<u64, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L37
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:37:27 | 37 | fn addr_str(&self) -> Result<String, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/interface_traits.rs#L32
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/interface_traits.rs:32:26 | 32 | fn address(&self) -> Result<Addr, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L390
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:390:54 | 390 | fn get_struct_name<E: Serialize + Debug>(msg: &E) -> Result<String, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L381
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:381:60 | 381 | fn log_serialize_message<E: Serialize + Debug>(msg: &E) -> Result<String, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L321
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:321:10 | 321 | ) -> Result<T, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L278
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:278:10 | 278 | ) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L235
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:235:10 | 235 | ) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L190
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:190:10 | 190 | ) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L149
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:149:10 | 149 | ) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L140
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:140:55 | 140 | pub fn upload(&self, source: &impl Uploadable) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L111
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:111:10 | 111 | ) -> Result<TxResponse<Chain>, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L85
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:85:30 | 85 | pub fn code_id(&self) -> Result<u64, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: packages/cw-orch-core/src/contract/contract_instance.rs#L65
error: the `Err`-variant returned from this function is very large --> packages/cw-orch-core/src/contract/contract_instance.rs:65:30 | 65 | pub fn address(&self) -> Result<Addr, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^ | ::: packages/cw-orch-core/src/error.rs:38:5 | 38 | Octocrab(#[from] octocrab::Error), | --------------------------------- the largest variant contains at least 128 bytes | = help: try reducing the size of `error::CwEnvError`, for example by boxing large elements or replacing it with `Box<error::CwEnvError>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err = note: `-D clippy::result-large-err` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
doc-tests / stable (beta)
Process completed with exit code 101.
doc-tests / stable (stable)
The job was canceled because "beta" failed.
doc-tests / stable (stable)
The operation was canceled.
ubuntu / stable
Process completed with exit code 101.
ubuntu / stable / coverage
Process completed with exit code 1.