Skip to content

feat(gnovm)!: store refactor #7106

feat(gnovm)!: store refactor

feat(gnovm)!: store refactor #7106

Triggered via pull request August 2, 2024 17:06
Status Failure
Total duration 1m 5s
Artifacts

gnoland.yml

on: pull_request
Run Main  /  ...  /  lint
44s
Run Main / Go Linter / lint
Run Main  /  ...  /  generated
13s
Run Main / Go Build / generated
Run Main  /  ...  /  test
36s
Run Main / Go Test / test
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 3 warnings
Run Main / Go Test / test
cannot use (*objectStoreCache)(nil) (value of type *objectStoreCache) as ObjectStore value in variable declaration: *objectStoreCache does not implement ObjectStore (missing method DelObject)
Run Main / Go Test / test
missing return
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to mv.GetPointerForKey: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use ds (variable of type *defaultStore) as ObjectTypeStore value in argument to fillTypesOfValue: *defaultStore does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use ds (variable of type *defaultStore) as TypeStore value in argument to fillType: *defaultStore does not implement TypeStore (missing method HasType)
Run Main / Go Test / test
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Test / test
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint: gno.land/pkg/gnoclient/integration_test.go#L6
could not import github.com/gnolang/gno/gnovm/pkg/gnolang (-: # github.com/gnolang/gno/gnovm/pkg/gnolang
Run Main / Go Linter / lint
cannot use (*objectStoreCache)(nil) (value of type *objectStoreCache) as ObjectStore value in variable declaration: *objectStoreCache does not implement ObjectStore (missing method DelObject)
Run Main / Go Linter / lint
missing return
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to mv.GetPointerForKey: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use ds (variable of type *defaultStore) as ObjectTypeStore value in argument to fillTypesOfValue: *defaultStore does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use ds (variable of type *defaultStore) as TypeStore value in argument to fillType: *defaultStore does not implement TypeStore (missing method HasType)
Run Main / Go Linter / lint
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
Run Main / Go Build / generated
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
Run Main / Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
Run Main / Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum