fix(operator/inventory): copy node object on node update #804
Triggered via pull request
February 28, 2024 19:28
Status
Failure
Total duration
31m 57s
Artifacts
–
tests.yaml
on: pull_request
build-bins
9m 15s
tests
3m 0s
lint
3m 22s
release-dry-run
9m 34s
coverage
16s
codegen
2m 34s
yamlcheck
2s
shellcheck
12s
integration-tests
/
crd-e2e
30m 59s
dispatch-release
0s
Annotations
8 errors and 2 warnings
tests:
bidengine/order_test.go#L176
cannot use scaffold.client (variable of type *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage)
|
tests:
bidengine/provider_attributes_test.go#L55
cannot use retval.client (variable of type *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage)
|
tests:
manifest/watchdog_test.go#L47
cannot use scaffold.client (variable of type *mocks.Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *mocks.Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage)
|
tests
Process completed with exit code 2.
|
lint:
bidengine/order_test.go#L176
cannot use scaffold.client (variable of type *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage)
|
lint:
bidengine/provider_attributes_test.go#L55
cannot use retval.client (variable of type *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *"github.com/akash-network/akash-api/go/node/client/v1beta2/mocks".Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage) (typecheck)
|
lint:
manifest/watchdog_test.go#L47
cannot use scaffold.client (variable of type *mocks.Client) as "github.com/akash-network/akash-api/go/node/client/v1beta2".Client value in argument to session.New: *mocks.Client does not implement "github.com/akash-network/akash-api/go/node/client/v1beta2".Client (missing method PrintMessage) (typecheck)
|
release-dry-run
Process completed with exit code 2.
|
coverage
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
integration-tests / crd-e2e
Restore cache failed: Dependencies file is not found in /home/runner/work/provider/provider. Supported file pattern: go.sum
|