Skip to content

0.54 upgrade

0.54 upgrade #651

Triggered via pull request November 20, 2024 22:21
Status Failure
Total duration 5m 18s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
5m 6s
Contracts / Wasm tests
Contracts  /  Test Coverage
2m 56s
Contracts / Test Coverage
Contracts  /  Rust tests
44s
Contracts / Rust tests
Contracts  /  Clippy linter check
31s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 24 warnings
Contracts / Rust tests: contracts/fair-launch/tests/tests_common.rs#L8
unresolved import `multiversx_sc::storage::mappers::StorageTokenWrapper`
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L101
the trait bound `multiversx_sc_scenario::imports::Bech32Address: From<impl Future<Output = VMAddress>>` is not satisfied
Contracts / Test Coverage
Process completed with exit code 1.
Contracts / Wasm tests: contracts/adder/interact/src/basic_interact.rs#L64
the trait bound `multiversx_sc_snippets::imports::Bech32Address: From<impl Future<Output = Address>>` is not satisfied
Contracts / Wasm tests
Process completed with exit code 101.
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Rust tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Rust tests: contracts/price-aggregator/tests/price_aggregator_blackbox_test.rs#L218
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax.
Contracts / Rust tests: contracts/price-aggregator/tests/price_aggregator_blackbox_test.rs#L257
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax.
Contracts / Rust tests: contracts/price-aggregator/tests/price_aggregator_blackbox_test.rs#L298
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax.
Contracts / Rust tests: contracts/price-aggregator/tests/price_aggregator_blackbox_test.rs#L353
use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax.
Contracts / Test Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L148
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L205
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L223
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L276
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L288
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L343
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L358
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact.rs#L373
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact_nfts.rs#L133
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Test Coverage: contracts/multisig/interact/src/multisig_interact_nfts.rs#L108
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Wasm tests: contracts/paymaster/interactor/src/interactor_main.rs#L122
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests: contracts/paymaster/interactor/src/interactor_main.rs#L174
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests: contracts/adder/interact/src/basic_interact.rs#L89
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests: contracts/adder/interact/src/basic_interact.rs#L136
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests: contracts/adder/interact/src/basic_interact.rs#L148
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.
Contracts / Wasm tests: contracts/adder/interact/src/basic_interact.rs#L163
use of deprecated method `multiversx_sc_snippets::InteractorPrepareAsync::prepare_async`: Calling `.prepare_async()` no longer necessary, `.run()` can be called directly.