Skip to content

proxy deployer contract #167

proxy deployer contract

proxy deployer contract #167

Triggered via pull request November 20, 2023 23:57
Status Failure
Total duration 4m 16s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
4m 3s
Contracts / Wasm tests
Contracts  /  Rust tests
59s
Contracts / Rust tests
Contracts  /  Clippy linter check
27s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

8 errors
[clippy] contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
error[E0277]: the trait bound `adder::Proxy<multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>: multiversx_sc::contract_base::ProxyObjBase` is not satisfied --> contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs:35:24 | 35 | template_contract: TemplateContract, | ^^^^^^^^^^^^^^^^ the trait `multiversx_sc::contract_base::ProxyObjBase` is not implemented for `adder::Proxy<multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>` | = help: the following other types implement trait `multiversx_sc::contract_base::ProxyObjBase`: multiversx_sc_modules::dns::dns_proxy::Proxy<A> proxy_deployer::Proxy<A> note: required by a bound in `multiversx_sc_scenario::ContractInfo` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multiversx-sc-scenario-0.43.4/src/facade/contract_info.rs:14:28 | 14 | pub struct ContractInfo<P: ProxyObjBase> { | ^^^^^^^^^^^^ required by this bound in `ContractInfo`
[clippy] contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
error[E0277]: the trait bound `multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>: multiversx_sc::api::vm_api::VMApi` is not satisfied --> contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs:35:24 | 35 | template_contract: TemplateContract, | ^^^^^^^^^^^^^^^^ the trait `multiversx_sc::api::vm_api::VMApi` is not implemented for `multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>` | = help: the following other types implement trait `multiversx_sc::api::vm_api::VMApi`: multiversx_sc::api::external_view::ev_wrapper::ExternalViewApi<A> multiversx_sc::api::uncallable::UncallableApi note: required by a bound in `adder::Proxy` --> /home/runner/work/mx-contracts-rs/mx-contracts-rs/contracts/adder/src/adder.rs:7:1 | 7 | #[multiversx_sc::contract] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Proxy` = note: this error originates in the attribute macro `multiversx_sc::contract` (in Nightly builds, run with -Z macro-backtrace for more info)
Contracts / Rust tests: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
the trait bound `adder::Proxy<VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>: ProxyObjBase` is not satisfied
Contracts / Rust tests: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
the trait bound `VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>: multiversx_sc::api::vm_api::VMApi` is not satisfied
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Wasm tests: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
the trait bound `adder::Proxy<VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>: ProxyObjBase` is not satisfied
Contracts / Wasm tests: contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L35
the trait bound `VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>: multiversx_sc::api::vm_api::VMApi` is not satisfied
Contracts / Wasm tests
Process completed with exit code 101.