Skip to content

Fix chain tests

Fix chain tests #9941

Triggered via pull request December 5, 2024 04:43
Status Success
Total duration 1h 4m 7s
Artifacts

build_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build and test
the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0
build and test: executor/tests/executor_test.rs#L10
unused import: `encode_create_account_script_function`
build and test: executor/tests/executor_test.rs#L200
unused variable: `net`
build and test
`starcoin-executor` (test "executor_test") generated 2 warnings (run `cargo fix --test "executor_test"` to apply 1 suggestion)
build and test
the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0
build and test: vm/types/src/state_view.rs#L60
question mark operator is useless here
build and test: vm/types/src/contract_event.rs#L56
using `clone` on type `EventKey` which implements the `Copy` trait
build and test
`starcoin-vm-types` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p starcoin-vm-types` to apply 2 suggestions)
build and test: vm/types/src/on_chain_resource/block_metadata.rs#L65
`to_string` applied to a type that implements `Display` in `assert_eq!` args
build and test
`starcoin-vm-types` (lib test) generated 3 warnings (2 duplicates) (run `cargo clippy --fix --lib -p starcoin-vm-types --tests` to apply 1 suggestion)
build and test
`starcoin-vm-types` (lib) generated 2 warnings (2 duplicates)
build and test: executor/benchmark/src/lib.rs#L18
unused import: `encode_create_account_script_function`
build and test: executor/benchmark/src/lib.rs#L28
unused import: `starcoin_vm_types::genesis_config::StdlibVersion`
build and test: executor/benchmark/src/lib.rs#L29
unused import: `starcoin_vm_types::token::stc`
build and test: executor/benchmark/src/lib.rs#L30
unused import: `starcoin_vm_types::transaction::authenticator::AuthenticationKey`