Skip to content

[DO NOT MERGE] v0.50.x integration CI tests #24

[DO NOT MERGE] v0.50.x integration CI tests

[DO NOT MERGE] v0.50.x integration CI tests #24

Triggered via pull request February 6, 2025 17:43
@kocubinskikocubinski
synchronize #3
sdk-v0.50.x
Status Failure
Total duration 3m 58s
Artifacts

ci-release.yml

on: pull_request
goreleaser  /  goreleaser-check
goreleaser / goreleaser-check
lint  /  golangci-lint
3m 46s
lint / golangci-lint
lint  /  ...  /  hadolint
6s
lint / hadolint / hadolint
lint  /  yamllint
6s
lint / yamllint
markdown-linter  /  markdown-lint
12s
markdown-linter / markdown-lint
markdown-linter  /  markdown-link-check
2m 33s
markdown-linter / markdown-link-check
test  /  test-short
24s
test / test-short
test  /  test
21s
test / test
test  /  test-coverage
17s
test / test-coverage
test  /  test-race
19s
test / test-race
test  /  test-fuzz
19s
test / test-fuzz
goreleaser  /  goreleaser
goreleaser / goreleaser
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test / test-coverage
Process completed with exit code 2.
test / test-race
Process completed with exit code 2.
test / test-fuzz
Process completed with exit code 2.
test / test
Process completed with exit code 2.
test / test-short
Process completed with exit code 2.
lint / golangci-lint: x/blob/ante/ante.go#L6
could not import github.com/celestiaorg/celestia-app/v3/x/blob/types (-: # github.com/celestiaorg/celestia-app/v3/x/blob/types
lint / golangci-lint: x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
lint / golangci-lint: x/blob/keeper/grpc_query.go#L4
could not import github.com/celestiaorg/celestia-app/v3/x/blob/types (-: # github.com/celestiaorg/celestia-app/v3/x/blob/types
lint / golangci-lint: x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
lint / golangci-lint: x/blob/keeper/keeper.go#L41
cannot use ctx.Logger().With("module", fmt.Sprintf("x/%s", types.ModuleName)) (value of type "cosmossdk.io/log".Logger) as "github.com/cometbft/cometbft/libs/log".Logger value in return statement: "cosmossdk.io/log".Logger does not implement "github.com/cometbft/cometbft/libs/log".Logger (wrong type for method With)
lint / golangci-lint: x/minfee/genesis.pb.go#L30
undefined: github_com_cosmos_cosmos_sdk_types.Dec
lint / golangci-lint: x/minfee/params.go#L17
undefined: sdk.Dec
lint / golangci-lint: x/minfee/params.go#L29
undefined: sdk.Dec
lint / golangci-lint: x/minfee/query.pb.go#L73
undefined: github_com_cosmos_cosmos_sdk_types.Dec
lint / golangci-lint: x/minfee/module.go#L22
cannot use AppModule{} (value of type AppModule) as module.AppModule value in variable declaration: AppModule does not implement module.AppModule (missing method IsAppModule)