Skip to content

chore: optimize checkTx (backport #3954) #5968

chore: optimize checkTx (backport #3954)

chore: optimize checkTx (backport #3954) #5968

Triggered via pull request October 10, 2024 23:19
Status Failure
Total duration 3m 2s
Artifacts

ci-release.yml

on: pull_request
goreleaser  /  goreleaser-check
1m 40s
goreleaser / goreleaser-check
lint  /  golangci-lint
2m 43s
lint / golangci-lint
lint  /  ...  /  hadolint
7s
lint / hadolint / hadolint
lint  /  yamllint
6s
lint / yamllint
markdown-linter  /  markdown-lint
9s
markdown-linter / markdown-lint
markdown-linter  /  markdown-link-check
2m 6s
markdown-linter / markdown-link-check
test  /  test-short
32s
test / test-short
test  /  test
32s
test / test
test  /  test-coverage
25s
test / test-coverage
test  /  test-race
23s
test / test-race
test  /  test-fuzz
21s
test / test-fuzz
goreleaser  /  goreleaser
0s
goreleaser / goreleaser
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 1 warning
test / test-coverage
Process completed with exit code 2.
test / test-fuzz
Process completed with exit code 2.
test / test: x/blob/ante/blob_share_decorator_test.go#L6
missing import path
test / test: app/test/process_proposal_test.go#L17
missing import path
test / test
Process completed with exit code 2.
test / test-short: app/test/process_proposal_test.go#L17
missing import path
test / test-short
Process completed with exit code 2.
test / test-race: app/test/process_proposal_test.go#L17
missing import path
test / test-race
Process completed with exit code 2.
lint / golangci-lint: x/blob/ante/blob_share_decorator_test.go#L6
missing import path (typecheck)
lint / golangci-lint: app/test/process_proposal_test.go#L17
missing import path (typecheck)
lint / golangci-lint: app/test/process_proposal_test.go#L32
missing import path (typecheck)
lint / golangci-lint: app/test/process_proposal_test.go#L80
expected ';', found ':' (typecheck)
lint / golangci-lint: app/test/process_proposal_test.go#L121
expected declaration, found appVersion (typecheck)
lint / golangci-lint: app/test/process_proposal_test.go#L418
illegal character U+0023 '#' (typecheck)
lint / golangci-lint: test/e2e/benchmark/benchmark.go#L36
b.CreateGenesisNodes undefined (type *BenchmarkTest has no field or method CreateGenesisNodes) (typecheck)
lint / golangci-lint: test/e2e/benchmark/benchmark.go#L42
b.Nodes undefined (type *BenchmarkTest has no field or method Nodes) (typecheck)
lint / golangci-lint: test/e2e/benchmark/benchmark.go#L49
b.RemoteGRPCEndpoints undefined (type *BenchmarkTest has no field or method RemoteGRPCEndpoints) (typecheck)
lint / golangci-lint: test/e2e/benchmark/benchmark.go#L56
b.CreateTxClients undefined (type *BenchmarkTest has no field or method CreateTxClients) (typecheck)
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/