Skip to content

feat(solver/app): basic event processor #84

feat(solver/app): basic event processor

feat(solver/app): basic event processor #84

Triggered via pull request November 5, 2024 16:57
Status Failure
Total duration 5m 45s
Artifacts

ci-pr.yaml

on: pull_request
pre-commit  /  pre-commit
1m 2s
pre-commit / pre-commit
go-tests  /  unit_tests
4m 33s
go-tests / unit_tests
go-lint  /  golangci
4m 24s
go-lint / golangci
cli-install  /  windows-latest
16s
cli-install / windows-latest
sol-tests  /  sol_core_tests
48s
sol-tests / sol_core_tests
sol-tests  /  sol_avs_tests
39s
sol-tests / sol_avs_tests
e2e-tests  /  pr_e2e_tests
5m 30s
e2e-tests / pr_e2e_tests
check-sol-artifacts  /  check_sol_artifacts
2m 54s
check-sol-artifacts / check_sol_artifacts
pr-label  /  label_pr
2s
pr-label / label_pr
Matrix: cli-command / test-linux
Matrix: cli-command / test-macos
Matrix: cli-install / test-install
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
go-lint / golangci
Cannot open: File exists
pre-commit / pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
go-lint / golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go-lint / golangci
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
go-lint / golangci: solver/app/parsers.go#L8
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/parsers.go#L20
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/reactor.go#L145
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/actions.go#L5
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/reactor.go#L149
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/parsers.go#L34
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
go-lint / golangci: solver/app/bindings.go#L9
var-naming: struct field DestChainId should be DestChainID (revive)
go-lint / golangci: solver/app/reactor.go#L77
empty-lines: extra empty line at the end of a block (revive)