Skip to content

Remove correlation penalty #122

Remove correlation penalty

Remove correlation penalty #122

Triggered via pull request October 17, 2024 03:08
Status Failure
Total duration 4m 0s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 5 warnings
Build: tools/change-beaconstate-ssz/main.go#L105
newSt.Slashings undefined (type *eth.BeaconState has no field or method Slashings)
Build: tools/change-beaconstate-ssz/main.go#L146
newSt.Slashings undefined (type *eth.BeaconStateAltair has no field or method Slashings)
Build: tools/change-beaconstate-ssz/main.go#L185
newSt.Slashings undefined (type *eth.BeaconStateBellatrix has no field or method Slashings)
Build: tools/change-beaconstate-ssz/main.go#L224
newSt.Slashings undefined (type *eth.BeaconStateCapella has no field or method Slashings)
Build: tools/change-beaconstate-ssz/main.go#L264
newSt.Slashings undefined (type *eth.BeaconStateDeneb has no field or method Slashings)
Build: tools/change-beaconstate-ssz/main.go#L303
newSt.Slashings undefined (type *eth.BeaconStateElectra has no field or method Slashings)
Build: testing/util/altair.go#L181
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateAltair
Build: testing/util/bellatrix_state.go#L201
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateBellatrix
Build: testing/util/capella_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateCapella
Build: testing/util/deneb_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateDeneb
Lint: beacon-chain/rpc/testutil/db.go#L14
could not import github.com/prysmaticlabs/prysm/v5/testing/util (-: # github.com/prysmaticlabs/prysm/v5/testing/util
Lint: testing/util/altair.go#L181
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateAltair
Lint: testing/util/bellatrix_state.go#L201
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateBellatrix
Lint: testing/util/capella_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateCapella
Lint: testing/util/deneb_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateDeneb
Lint: testing/util/electra_state.go#L206
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateElectra
Lint: testing/util/state.go#L94
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconState
Lint: testing/util/state.go#L144
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateAltair
Lint: testing/util/state.go#L202
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateBellatrix
Lint: testing/util/state.go#L272
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateCapella
Gosec scan: tools/change-beaconstate-ssz/main.go#L105
newSt.Slashings undefined (type *eth.BeaconState has no field or method Slashings)
Gosec scan: tools/change-beaconstate-ssz/main.go#L146
newSt.Slashings undefined (type *eth.BeaconStateAltair has no field or method Slashings)
Gosec scan: tools/change-beaconstate-ssz/main.go#L185
newSt.Slashings undefined (type *eth.BeaconStateBellatrix has no field or method Slashings)
Gosec scan: tools/change-beaconstate-ssz/main.go#L224
newSt.Slashings undefined (type *eth.BeaconStateCapella has no field or method Slashings)
Gosec scan: tools/change-beaconstate-ssz/main.go#L264
newSt.Slashings undefined (type *eth.BeaconStateDeneb has no field or method Slashings)
Gosec scan: tools/change-beaconstate-ssz/main.go#L303
newSt.Slashings undefined (type *eth.BeaconStateElectra has no field or method Slashings)
Gosec scan: testing/util/altair.go#L181
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateAltair
Gosec scan: testing/util/bellatrix_state.go#L201
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateBellatrix
Gosec scan: testing/util/capella_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateCapella
Gosec scan: testing/util/deneb_state.go#L184
unknown field Slashings in struct literal of type "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconStateDeneb
Build
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/
Build
Restore cache failed: Dependencies file is not found in /home/runner/work/chronos/chronos. Supported file pattern: go.sum
Lint
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
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
Gosec scan
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/