Skip to content

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework) #122

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework)

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework) #122

Triggered via pull request December 19, 2023 16:49
Status Failure
Total duration 2m 40s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: beacon/light/request/server.go#L29
undefined: Request
build: beacon/light/request/server.go#L97
undefined: Request
build: beacon/light/request/server.go#L199
undefined: Request
build: beacon/light/request/request.go#L34
undefined: Request
build: beacon/light/request/request.go#L38
undefined: Request
build: beacon/light/request/request.go#L57
multiple-value bestServer.SendRequest(bestRequest) (value of type (ID, bool)) in single-value context
build: beacon/light/request/scheduler.go#L186
cannot use i (variable of type int) as Module value in map index: int does not implement Module (missing method Process)
build: beacon/light/request/scheduler.go#L187
cannot use i (variable of type int) as Module value in map index: int does not implement Module (missing method Process)
build: beacon/light/request/scheduler.go#L187
not enough arguments in call to module.Process
build: beacon/light/request/scheduler.go#L187
s.events undefined (type *Scheduler has no field or method events)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/