Skip to content

feat(dot/sync): Resume full sync after warp sync is finished #12145

feat(dot/sync): Resume full sync after warp sync is finished

feat(dot/sync): Resume full sync after warp sync is finished #12145

Triggered via pull request January 30, 2025 19:08
Status Failure
Total duration 2m 44s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
unit-tests: dot/core/messages_test.go#L203
cannot use runtimeMock (variable of type *MockInstance) as "github.com/ChainSafe/gossamer/lib/runtime".Instance value in struct literal: *MockInstance does not implement "github.com/ChainSafe/gossamer/lib/runtime".Instance (missing method LogLvl)
unit-tests: dot/core/messages_test.go#L221
cannot use runtimeMock (variable of type *MockInstance) as "github.com/ChainSafe/gossamer/lib/runtime".Instance value in struct literal: *MockInstance does not implement "github.com/ChainSafe/gossamer/lib/runtime".Instance (missing method LogLvl)
unit-tests: dot/core/messages_test.go#L255
cannot use runtimeMock2 (variable of type *MockInstance) as "github.com/ChainSafe/gossamer/lib/runtime".Instance value in struct literal: *MockInstance does not implement "github.com/ChainSafe/gossamer/lib/runtime".Instance (missing method LogLvl)
unit-tests: dot/core/messages_test.go#L299
cannot use runtimeMock3 (variable of type *MockInstance) as "github.com/ChainSafe/gossamer/lib/runtime".Instance value in struct literal: *MockInstance does not implement "github.com/ChainSafe/gossamer/lib/runtime".Instance (missing method LogLvl)
unit-tests: dot/state/block_test.go#L1082
cannot use runtimeInstance (variable of type *MockInstance) as "github.com/ChainSafe/gossamer/lib/runtime".Instance value in argument to blockState.StoreRuntime: *MockInstance does not implement "github.com/ChainSafe/gossamer/lib/runtime".Instance (missing method LogLvl)
unit-tests: dot/sync/fullsync_test.go#L45
cannot use mockBlockState (variable of type *MockBlockState) as BlockState value in struct literal: *MockBlockState does not implement BlockState (missing method SetBlockTree)
unit-tests: dot/sync/fullsync_test.go#L63
cannot use mockBlockState (variable of type *MockBlockState) as BlockState value in struct literal: *MockBlockState does not implement BlockState (missing method SetBlockTree)
unit-tests: dot/sync/fullsync_test.go#L173
cannot use mockBlockState (variable of type *MockBlockState) as BlockState value in assignment: *MockBlockState does not implement BlockState (missing method SetBlockTree)
unit-tests: dot/sync/fullsync_test.go#L261
cannot use mockBlockState (variable of type *MockBlockState) as BlockState value in struct literal: *MockBlockState does not implement BlockState (missing method SetBlockTree)
unit-tests: dot/sync/fullsync_test.go#L337
cannot use mockBlockState (variable of type *MockBlockState) as BlockState value in struct literal: *MockBlockState does not implement BlockState (missing method SetBlockTree)
unit-tests
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
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
Unexpected input(s) 'stable', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
unit-tests
Restore cache failed: Dependencies file is not found in /home/runner/actions-runner/_work/gossamer/gossamer. Supported file pattern: go.sum