Skip to content

chore: initial EVM Execution Client Implementation #29

chore: initial EVM Execution Client Implementation

chore: initial EVM Execution Client Implementation #29

Re-run triggered November 20, 2024 07:38
Status Failure
Total duration 2m 57s
Artifacts

ci_release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 13 warnings
lint / yamllint: .github/workflows/semantic_release.yml#L17
17:81 [line-length] line too long (103 > 80 characters)
lint / yamllint: .github/workflows/semantic_release.yml#L18
18:81 [line-length] line too long (174 > 80 characters)
lint / yamllint: docker/docker-compose.yml#L15
15:35 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L16
16:37 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L18
18:58 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L41
41:27 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L42
42:13 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L55
55:81 [line-length] line too long (90 > 80 characters)
lint / yamllint
Process completed with exit code 1.
lint / markdown-lint
Process completed with exit code 1.
test / Run Unit Tests
Process completed with exit code 2.
lint / golangci-lint: mocks/mocks.go#L95
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: mocks/mocks.go#L194
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: execution.go#L106
Error return value of `c.proxyClient.Stop` is not checked (errcheck)
lint / golangci-lint: execution_test.go#L177
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: execution.go#L19
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint: execution_test.go#L16
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint
issues found
lint / yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Go Mod Tidy Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Run Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Run Integration Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, technote-space/[email protected], golangci/[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/
lint / golangci-lint: mocks/mocks.go#L15
exported: exported type MockEngineAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L19
exported: exported type ForkchoiceState should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L27
exported: exported function NewMockEngineAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L105
exported: exported type MockEthAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L109
exported: exported function NewMockEthAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L204
exported: exported method MockEngineAPI.GetLastForkchoiceUpdated should have comment or be unexported (revive)
lint / golangci-lint: execution.go#L26
exported: exported var ErrNilPayloadStatus should have comment or be unexported (revive)