Implement nft escrow contract example. #115
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
actions.yml
on: pull_request
Contracts
/
Wasm tests
6m 16s
Contracts
/
Rust tests
2m 42s
Contracts
/
Clippy linter check
1m 20s
Annotations
2 errors and 31 warnings
Contracts / Clippy linter check
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Contracts / Clippy linter check
reviewdog exited with status code: 1
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L10
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:10:29
|
10 | multiversx_sc_scenario::run_rs("scenarios/accept.scen.json", world());
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:10:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:10:29
|
10 | multiversx_sc_scenario::run_rs("scenarios/accept.scen.json", world());
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L16
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:16:29
|
16 | multiversx_sc_scenario::run_rs("scenarios/cancel.scen.json", world());
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:16:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:16:29
|
16 | multiversx_sc_scenario::run_rs("scenarios/cancel.scen.json", world());
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L22
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:22:29
|
22 | multiversx_sc_scenario::run_rs("scenarios/escrow.scen.json", world());
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:22:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:22:29
|
22 | multiversx_sc_scenario::run_rs("scenarios/escrow.scen.json", world());
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L28
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:28:29
|
28 | multiversx_sc_scenario::run_rs("scenarios/init.scen.json", world());
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:28:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:28:29
|
28 | multiversx_sc_scenario::run_rs("scenarios/init.scen.json", world());
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L34
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:34:29
|
34 | multiversx_sc_scenario::run_rs("scenarios/views.scen.json", world());
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:34:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs:34:29
|
34 | multiversx_sc_scenario::run_rs("scenarios/views.scen.json", world());
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L3
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:3:29
|
3 | multiversx_sc_scenario::run_go("scenarios/accept.scen.json");
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:3:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:3:29
|
3 | multiversx_sc_scenario::run_go("scenarios/accept.scen.json");
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L8
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:8:29
|
8 | multiversx_sc_scenario::run_go("scenarios/cancel.scen.json");
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:8:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:8:29
|
8 | multiversx_sc_scenario::run_go("scenarios/cancel.scen.json");
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L13
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:13:29
|
13 | multiversx_sc_scenario::run_go("scenarios/escrow.scen.json");
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:13:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:13:29
|
13 | multiversx_sc_scenario::run_go("scenarios/escrow.scen.json");
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L18
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:18:29
|
18 | multiversx_sc_scenario::run_go("scenarios/init.scen.json");
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:18:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:18:29
|
18 | multiversx_sc_scenario::run_go("scenarios/init.scen.json");
| ^^^^^^
__END__
|
Contracts / Clippy linter check:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L23
[clippy] reported by reviewdog 🐶
warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:23:29
|
23 | multiversx_sc_scenario::run_go("scenarios/views.scen.json");
| ^^^^^^
Raw Output:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:23:29:w:warning: use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
--> contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs:23:29
|
23 | multiversx_sc_scenario::run_go("scenarios/views.scen.json");
| ^^^^^^
__END__
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L10
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L16
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L22
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L28
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L34
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L3
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L8
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L13
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L18
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Rust tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L23
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L10
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L16
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L22
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L28
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_rs_test.rs#L34
use of deprecated function `multiversx_sc_scenario::run_rs`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L3
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L8
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L13
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L18
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Contracts / Wasm tests:
contracts/nft-escrow/tests/nft_escrow_scenario_go_test.rs#L23
use of deprecated function `multiversx_sc_scenario::run_go`: Call `sc-meta test-gen` in the project folder to automatically upgrade all scenario tests.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
36.2 KB |
|
report-markdown
Expired
|
2.42 KB |
|