Skip to content

Paymaster SC

Paymaster SC #28

Triggered via pull request September 27, 2023 14:26
Status Failure
Total duration 3m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

5 errors
[clippy] contracts/paymaster/tests/empty_scenario_rs_test.rs#L7: contracts/paymaster/tests/empty_scenario_rs_test.rs#L7
error[E0277]: the trait bound `paymaster::ContractBuilder: multiversx_sc_scenario::multiversx_sc::contract_base::CallableContractBuilder` is not satisfied --> contracts/paymaster/tests/empty_scenario_rs_test.rs:7:64 | 7 | blockchain.register_contract("file:output/paymaster.wasm", paymaster::ContractBuilder); | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiversx_sc_scenario::multiversx_sc::contract_base::CallableContractBuilder` is not implemented for `paymaster::ContractBuilder` | | | required by a bound introduced by this call | note: required by a bound in `multiversx_sc_scenario::ScenarioWorld::register_contract` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multiversx-sc-scenario-0.41.3/src/facade/scenario_world.rs:53:33 | 53 | pub fn register_contract<B: CallableContractBuilder>( | ^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ScenarioWorld::register_contract`
[clippy] contracts/paymaster/tests/empty_scenario_rs_test.rs#L13: contracts/paymaster/tests/empty_scenario_rs_test.rs#L13
error[E0599]: no method named `run` found for struct `multiversx_sc_scenario::ScenarioWorld` in the current scope --> contracts/paymaster/tests/empty_scenario_rs_test.rs:13:13 | 13 | world().run("scenarios/empty.scen.json"); | ^^^ method not found in `ScenarioWorld`
[clippy] contracts/paymaster/tests/empty_scenario_go_test.rs#L4: contracts/paymaster/tests/empty_scenario_go_test.rs#L4
error[E0599]: no function or associated item named `vm_go` found for struct `multiversx_sc_scenario::ScenarioWorld` in the current scope --> contracts/paymaster/tests/empty_scenario_go_test.rs:4:20 | 4 | ScenarioWorld::vm_go() | ^^^^^ function or associated item not found in `ScenarioWorld`
[clippy] contracts/paymaster/tests/empty_scenario_go_test.rs#L9: contracts/paymaster/tests/empty_scenario_go_test.rs#L9
error[E0599]: no method named `run` found for struct `multiversx_sc_scenario::ScenarioWorld` in the current scope --> contracts/paymaster/tests/empty_scenario_go_test.rs:9:13 | 9 | world().run("scenarios/empty.scen.json"); | ^^^ method not found in `ScenarioWorld`
build / build
Process completed with exit code 1.