Skip to content

fix yoda building

fix yoda building #409

Triggered via push May 4, 2024 00:50
Status Failure
Total duration 2m 38s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
chain-test: testing/testapp/util.go#L22
undefined: sdk.Gas
chain-test: testing/testapp/util.go#L28
undefined: sdk.GasMeter
chain-test: testing/testapp/util.go#L32
undefined: sdk.Gas
chain-test: testing/testapp/util.go#L37
undefined: sdk.Gas
chain-test: testing/testapp/util.go#L60
undefined: sdk.GasMeter
chain-test: testing/testapp/setup.go#L84
undefined: sdk.NewInt
chain-test: testing/testapp/setup.go#L239
cannot use snapshotDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to snapshots.NewStore: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cosmos/cosmos-db".DB (wrong type for method Iterator)
chain-test: testing/testapp/setup.go#L251
cannot use log.NewNopLogger() (value of type "github.com/cometbft/cometbft/libs/log".Logger) as "cosmossdk.io/log".Logger value in argument to odinapp.NewOdinApp: "github.com/cometbft/cometbft/libs/log".Logger does not implement "cosmossdk.io/log".Logger (missing method Impl)
chain-test: testing/testapp/setup.go#L252
cannot use db (variable of type *"github.com/cometbft/cometbft-db".GoLevelDB) as "github.com/cosmos/cosmos-db".DB value in argument to odinapp.NewOdinApp: *"github.com/cometbft/cometbft-db".GoLevelDB does not implement "github.com/cosmos/cosmos-db".DB (wrong type for method Iterator)
chain-test: testing/testapp/setup.go#L279
undefined: sdk.Int
chain-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
chain-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/