Skip to content

preallocate space for key copy #7238

preallocate space for key copy

preallocate space for key copy #7238

Triggered via push July 25, 2024 11:09
Status Failure
Total duration 2m 29s
Artifacts

spec-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: protocol/genesis/qbft/spectest/controller_type.go#L37
cannot use *test.StartHeight (variable of type "github.com/ssvlabs/ssv-spec/qbft".Height) as "github.com/ssvlabs/ssv-spec-pre-cc/qbft".Height value in assignment
test: protocol/genesis/qbft/spectest/controller_type.go#L44
cannot use *runData.Height (variable of type "github.com/ssvlabs/ssv-spec/qbft".Height) as "github.com/ssvlabs/ssv-spec-pre-cc/qbft".Height value in assignment
test: protocol/genesis/qbft/spectest/controller_type.go#L60
cannot use spectestingutils.Testing4SharesSet() (value of type *"github.com/ssvlabs/ssv-spec/types/testingutils".TestKeySet) as *"github.com/ssvlabs/ssv-spec-pre-cc/types/testingutils".TestKeySet value in argument to qbfttesting.TestingConfig
test: protocol/genesis/qbft/spectest/controller_type.go#L63
cannot use spectestingutils.TestingShare(spectestingutils.Testing4SharesSet()) (value of type *"github.com/ssvlabs/ssv-spec/types".Share) as *"github.com/ssvlabs/ssv-spec-pre-cc/types".Share value in argument to qbfttesting.NewTestingQBFTController
test: protocol/genesis/qbft/spectest/controller_type.go#L63
not enough arguments in call to spectestingutils.TestingShare
test: protocol/genesis/qbft/spectest/controller_type.go#L92
cannot use msg (variable of type *"github.com/ssvlabs/ssv-spec/types".SignedSSVMessage) as *"github.com/ssvlabs/ssv-spec-pre-cc/qbft".SignedMessage value in argument to contr.ProcessMsg
test: protocol/genesis/qbft/spectest/controller_type.go#L115
impossible type assertion: config.GetNetwork().(*spectestingutils.TestingNetwork)
test: protocol/genesis/qbft/spectest/controller_type.go#L124
msg.MsgID undefined (type *"github.com/ssvlabs/ssv-spec/types".SignedSSVMessage has no field or method MsgID)
test: protocol/genesis/qbft/spectest/controller_type.go#L129
msg.Data undefined (type *"github.com/ssvlabs/ssv-spec/types".SignedSSVMessage has no field or method Data)
test: protocol/genesis/qbft/spectest/controller_type.go#L137
runData.ExpectedDecidedState.BroadcastedDecided.Signers undefined (type *"github.com/ssvlabs/ssv-spec/types".SignedSSVMessage has no field or method Signers)
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, 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/