Skip to content

Use namespace for version and protocol #538

Use namespace for version and protocol

Use namespace for version and protocol #538

Re-run triggered January 24, 2024 14:36
Status Failure
Total duration 2m 42s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
Devenv
Process completed with exit code 1.
Lint and test: suave/cstore/engine_test.go#L69
cannot use &fakeStore (value of type *FakeStoreBackend) as ConfidentialStorageBackend value in argument to NewEngine: *FakeStoreBackend does not implement ConfidentialStorageBackend (missing method FetchRecordsByNamespaceAndBlock)
Lint and test: suave/cstore/transactional_store_test.go#L43
tstore.FetchRecordsByProtocolAndBlock undefined (type *TransactionalStore has no field or method FetchRecordsByProtocolAndBlock)
Lint and test: suave/cstore/transactional_store_test.go#L44
tstore.FetchRecordsByProtocolAndBlock undefined (type *TransactionalStore has no field or method FetchRecordsByProtocolAndBlock)
Lint and test: suave/cstore/transactional_store_test.go#L46
tstore.FetchRecordsByProtocolAndBlock undefined (type *TransactionalStore has no field or method FetchRecordsByProtocolAndBlock)
Lint and test: suave/cstore/transactional_store_test.go#L66
engine.FetchRecordsByProtocolAndBlock undefined (type *CStoreEngine has no field or method FetchRecordsByProtocolAndBlock)
Lint and test: suave/cstore/transactional_store_test.go#L76
engine.FetchRecordsByProtocolAndBlock undefined (type *CStoreEngine has no field or method FetchRecordsByProtocolAndBlock) (typecheck)
Lint and test
Process completed with exit code 2.
Build
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/
Devenv
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/
Lint and 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/