Skip to content

feat: override timeout commit via --timeout-commit #6337

feat: override timeout commit via --timeout-commit

feat: override timeout commit via --timeout-commit #6337

Triggered via pull request December 10, 2024 16:57
Status Failure
Total duration 6m 0s
Artifacts

ci-release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 11 warnings
test / test-coverage: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-coverage: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-coverage: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-coverage: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-coverage
Process completed with exit code 2.
test / test-fuzz: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-fuzz: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-fuzz: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-fuzz: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-fuzz
Process completed with exit code 2.
lint / golangci-lint: test/e2e/simple.go#L11
could not import github.com/celestiaorg/celestia-app/v3/test/util/testnode (-: # github.com/celestiaorg/celestia-app/v3/test/util/testnode
lint / golangci-lint: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
lint / golangci-lint: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
lint / golangci-lint: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
lint / golangci-lint: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)) (typecheck)
lint / golangci-lint: test/e2e/benchmark/benchmark.go#L14
could not import github.com/celestiaorg/celestia-app/v3/test/util/testnode (-: # github.com/celestiaorg/celestia-app/v3/test/util/testnode
lint / golangci-lint: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
lint / golangci-lint: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
lint / golangci-lint: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
lint / golangci-lint: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)) (typecheck)
test / test-short: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-short: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-short: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-short: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-short: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-short: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-short: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-short: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-short: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-short: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-race: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-race: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-race: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-race: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-race: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-race: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-race: test/util/testnode/config.go#L201
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-race: test/util/testnode/config.go#L202
cannot use baseapp.SetMinGasPrices(minGasPrice) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
test / test-race: test/util/testnode/config.go#L179
cannot use simapp.EmptyAppOptions{} (value of type "github.com/cosmos/cosmos-sdk/simapp".EmptyAppOptions) as "time".Duration value in argument to app.New
test / test-race: test/util/testnode/config.go#L180
cannot use baseapp.SetMinGasPrices(fmt.Sprintf("%v%v", appconsts.DefaultMinGasPrice, app.BondDenom)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
lint / yamllint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / hadolint / hadolint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
markdown-linter / markdown-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
goreleaser / goreleaser-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / test-coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
markdown-linter / markdown-link-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / test-fuzz
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / test-short
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / test-race
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636