Skip to content

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

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

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

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

ci-release.yml

on: pull_request
goreleaser  /  goreleaser-check
goreleaser / goreleaser-check
lint  /  golangci-lint
2m 55s
lint / golangci-lint
lint  /  ...  /  hadolint
6s
lint / hadolint / hadolint
lint  /  yamllint
8s
lint / yamllint
markdown-linter  /  markdown-lint
6s
markdown-linter / markdown-lint
markdown-linter  /  markdown-link-check
2m 38s
markdown-linter / markdown-link-check
test  /  test-short
19s
test / test-short
test  /  test
20s
test / test
test  /  test-coverage
22s
test / test-coverage
test  /  test-race
18s
test / test-race
test  /  test-fuzz
17s
test / test-fuzz
goreleaser  /  goreleaser
goreleaser / goreleaser
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test / test-fuzz
Process completed with exit code 2.
test / test-race
Process completed with exit code 2.
test / test
Process completed with exit code 2.
test / test-short
Process completed with exit code 2.
test / test-coverage
Process completed with exit code 2.
lint / golangci-lint: x/blob/ante/ante.go#L6
could not import github.com/celestiaorg/celestia-app/v4/x/blob/types (-: # github.com/celestiaorg/celestia-app/v4/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/v4/x/blob/types (-: # github.com/celestiaorg/celestia-app/v4/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)