Skip to content

[Storehouse] Optimize finalized reader to use block id index #29037

[Storehouse] Optimize finalized reader to use block id index

[Storehouse] Optimize finalized reader to use block id index #29037

Triggered via pull request December 21, 2023 16:48
Status Failure
Total duration 27m 34s
Artifacts

ci.yml

on: pull_request
Create Dynamic Test Matrix
15s
Create Dynamic Test Matrix
Matrix: Lint
Matrix: Unit Tests (Modules)
Matrix: Integration Tests
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

105 errors and 55 warnings
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L58
cnb.NodeRole undefined (type *CorruptedNodeBuilder has no field or method NodeRole) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L77
cnb.UnicastRateLimiterDistributor undefined (type *CorruptedNodeBuilder has no field or method UnicastRateLimiterDistributor) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L78
cnb.FlowConfig undefined (type *CorruptedNodeBuilder has no field or method FlowConfig) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L87
cnb.FlowConfig undefined (type *CorruptedNodeBuilder has no field or method FlowConfig) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L88
cnb.FlowConfig undefined (type *CorruptedNodeBuilder has no field or method FlowConfig) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L93
cnb.Logger undefined (type *CorruptedNodeBuilder has no field or method Logger) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L94
cnb.RootChainID undefined (type *CorruptedNodeBuilder has no field or method RootChainID) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L96
cnb.NetworkKey undefined (type *CorruptedNodeBuilder has no field or method NetworkKey) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L97
cnb.SporkID undefined (type *CorruptedNodeBuilder has no field or method SporkID) (typecheck)
Lint (./insecure/): insecure/cmd/corrupted_builder.go#L98
cnb.IdentityProvider undefined (type *CorruptedNodeBuilder has no field or method IdentityProvider) (typecheck)
Lint (./integration/): integration/tests/lib/util.go#L10
"github.com/onflow/cadence" imported and not used (typecheck)
Lint (./integration/): integration/tests/bft/base_suite.go#L149
b.Track undefined (type *BaseSuite has no field or method Track) (typecheck)
Lint (./integration/): integration/tests/epochs/suite.go#L128
s.Track undefined (type *Suite has no field or method Track) (typecheck)
Lint (./integration/): integration/dkg/node.go#L45
n.Ctx undefined (type *node has no field or method Ctx) (typecheck)
Lint (./integration/): integration/dkg/node.go#L49
n.Cancel undefined (type *node has no field or method Cancel) (typecheck)
Lint (./integration/): integration/dkg/node.go#L57
n.PublicDB undefined (type *node has no field or method PublicDB) (typecheck)
Lint (./integration/): integration/dkg/node.go#L58
n.SecretsDB undefined (type *node has no field or method SecretsDB) (typecheck)
Lint (./integration/): integration/dkg/dkg_emulator_test.go#L78
n.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
Lint (./integration/): integration/dkg/dkg_emulator_test.go#L107
node.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
Lint (./integration/): integration/dkg/dkg_whiteboard_test.go#L259
n.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
Docker Build
undefined: dup
Docker Build
Process completed with exit code 2.
Lint (./): cmd/collection/main.go#L43
could not import github.com/onflow/flow-go/module/finalizer/consensus (-: # github.com/onflow/flow-go/module/finalizer/consensus
Lint (./): module/finalizer/consensus/finalizer.go#L83
undefined: dup) (typecheck)
Lint (./): cmd/consensus/main.go#L54
could not import github.com/onflow/flow-go/module/finalizer/consensus (-: # github.com/onflow/flow-go/module/finalizer/consensus
Lint (./): module/finalizer/consensus/finalizer.go#L83
undefined: dup) (typecheck)
Lint (./): engine/testutil/mock/nodes.go#L39
could not import github.com/onflow/flow-go/module/finalizer/consensus (-: # github.com/onflow/flow-go/module/finalizer/consensus
Lint (./): module/finalizer/consensus/finalizer.go#L83
undefined: dup) (typecheck)
Lint (./): engine/execution/ingestion/stop/stop_control.go#L1
: # github.com/onflow/flow-go/engine/execution/ingestion/stop [github.com/onflow/flow-go/engine/execution/ingestion/stop.test]
Lint (./): engine/execution/ingestion/stop/stop_control_test.go#L195
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Lint (./): engine/execution/ingestion/stop/stop_control_test.go#L251
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Lint (./): engine/execution/ingestion/stop/stop_control_test.go#L304
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (Modules) (integration, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Final attempt failed. Child_process exited with error code 2
Unit Tests (Modules) (insecure, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/verification)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/collection)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/execution)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/consensus)
Final attempt failed. Child_process exited with error code 2
Unit Tests (others)
Final attempt failed. Child_process exited with error code 2
Unit Tests (cmd)
Final attempt failed. Child_process exited with error code 2
Unit Tests (consensus)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/access)
Final attempt failed. Child_process exited with error code 2
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L195
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L251
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L304
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L406
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L484
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L562
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L753
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L823
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L195
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/execution/ingestion): engine/execution/ingestion/stop/stop_control_test.go#L251
cannot use headers (variable of type *stopControlMockHeaders) as StopControlHeaders value in argument to NewStopControl: *stopControlMockHeaders does not implement StopControlHeaders (missing method BlockIDByHeight)
Unit Tests (engine/common)
Final attempt failed. Child_process exited with error code 2
Unit Tests (module)
The action has timed out.
Unit Tests (engine)
Final attempt failed. Child_process exited with error code 2
Create Dynamic Test Matrix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Unit Tests (Modules) (integration, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (integration, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (integration, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (integration, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (insecure, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (insecure, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (insecure, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (Modules) (insecure, install-tools, 5, 0, buildjet-4vcpu-ubuntu-2204)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/verification)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/verification)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/verification)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/verification)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/collection)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/collection)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/collection)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/collection)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (network/p2p/scoring)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/consensus)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/consensus)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/consensus)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/consensus)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (others)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (others)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (others)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (others)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (cmd)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (cmd)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (cmd)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (cmd)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (consensus)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (consensus)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (consensus)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (consensus)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/access)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/access)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/access)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/access)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution/ingestion)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution/ingestion)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution/ingestion)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/execution/ingestion)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/common)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/common)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/common)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine/common)
Attempt 4 failed. Reason: Child_process exited with error code 2
Unit Tests (module)
Failed to restore: The operation cannot be completed in timeout.
Unit Tests (engine)
Attempt 1 failed. Reason: Child_process exited with error code 2
Unit Tests (engine)
Attempt 2 failed. Reason: Child_process exited with error code 2
Unit Tests (engine)
Attempt 3 failed. Reason: Child_process exited with error code 2
Unit Tests (engine)
Attempt 4 failed. Reason: Child_process exited with error code 2