fix: add time to the sdk.Context used in PrepareProposal (backport #2515) #1848
Triggered via pull request
September 18, 2023 20:35
Status
Failure
Total duration
8m 27s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci-release.yml
on: pull_request
lint
/
golangci-lint
4m 4s
lint
/
...
/
hadolint
12s
lint
/
yamllint
10s
lint
/
markdown-lint
2m 18s
test
/
test
6m 48s
test
/
test-coverage
2m 55s
test
/
test-race
8m 6s
goreleaser
0s
Annotations
16 errors
test / test-coverage:
app/test/fuzz_abci_test.go#L137
expected operand, found '<<'
|
test / test-coverage
Process completed with exit code 2.
|
lint / golangci-lint:
app/test/check_tx_test.go#L1
: # github.com/celestiaorg/celestia-app/app/test_test [github.com/celestiaorg/celestia-app/app/test.test]
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L137
syntax error: unexpected <<, expected expression
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L142
syntax error: unexpected >>, expected expression
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L142
invalid character U+0023 '#'
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L143
syntax error: unexpected comma at end of statement
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L147
syntax error: unexpected ) at end of statement
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L149
syntax error: non-declaration statement outside function body (typecheck)
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L137
expected operand, found '<<' (typecheck)
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L142
illegal character U+0023 '#' (typecheck)
|
lint / golangci-lint:
app/test/fuzz_abci_test.go#L150
missing ',' in composite literal (typecheck)
|
test / test:
app/test/fuzz_abci_test.go#L137
expected operand, found '<<'
|
test / test
Process completed with exit code 2.
|
test / test-race:
app/test/fuzz_abci_test.go#L137
expected operand, found '<<'
|
test / test-race
Process completed with exit code 2.
|