Skip to content

chore: reorder cache setup step #67

chore: reorder cache setup step

chore: reorder cache setup step #67

Triggered via push April 7, 2024 00:17
Status Failure
Total duration 6m 12s
Artifacts
Test and Build Go Modules
6m 4s
Test and Build Go Modules
Foundry Checks and Reports
2m 38s
Foundry Checks and Reports
Matrix: Test and Build Contracts Scripts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Test and Build Go Modules: bridge/standard/bridge-v1/cmd/user_cli/main.go#L90
90-133 lines are duplicate of `bridge/standard/bridge-v1/cmd/user_cli/main.go:135-178` (dupl)
Test and Build Go Modules: bridge/standard/bridge-v1/cmd/user_cli/main.go#L135
135-178 lines are duplicate of `bridge/standard/bridge-v1/cmd/user_cli/main.go:90-133` (dupl)
Test and Build Go Modules: p2p/pkg/discovery/discovery.go#L133
Error return value of `d.sem.Acquire` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/preconfirmation/preconfirmation.go#L134
Error return value of `providerStream.Reset` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/preconfirmation/preconfirmation.go#L143
Error return value of `providerStream.Reset` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/rpc/provider/service_test.go#L286
Error return value of `rcvr.CloseSend` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/rpc/provider/service_test.go#L316
Error return value of `sndr.CloseSend` is not checked (errcheck)
Test and Build Go Modules: oracle/pkg/node/node.go#L177
Error return value of `srv.Stop` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/p2p/libp2p/conngater.go#L75
Error return value is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/p2p/libp2p/libp2p.go#L220
Error return value of `streamlibp2p.Reset` is not checked (errcheck)
Test and Build Go Modules: p2p/pkg/apiserver/helpers.go#L59
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Test and Build Go Modules: p2p/pkg/keysigner/mock/mock.go#L21
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
Test and Build Go Modules: p2p/pkg/keysigner/mock/mock.go#L37
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
Test and Build Go Modules: oracle/pkg/l1Listener/l1Listener.go#L1
var-naming: don't use MixedCaps in package name; l1Listener should be l1listener (revive)
Test and Build Go Modules: oracle/pkg/l1Listener/metrics.go#L1
var-naming: don't use MixedCaps in package name; l1Listener should be l1listener (revive)
Test and Build Go Modules: oracle/pkg/l1Listener/export_test.go#L1
var-naming: don't use MixedCaps in package name; l1Listener should be l1listener (revive)
Test and Build Go Modules: p2p/pkg/apiserver/api_test.go#L99
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
Test and Build Go Modules: oracle/pkg/l1Listener/l1Listener_test.go#L1
var-naming: don't use MixedCaps in package name; l1Listener_test should be l1listener_test (revive)
Test and Build Go Modules: p2p/pkg/keysigner/privatekeysigner.go#L61
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
Test and Build Go Modules: p2p/pkg/evmclient/txmonitor.go#L20
var-declaration: should omit type int from declaration of var batchSize; it will be inferred from the right-hand side (revive)