Skip to content

Update VPA client-go version from v0.26.1 to v0.27.5 #5373

Update VPA client-go version from v0.26.1 to v0.27.5

Update VPA client-go version from v0.26.1 to v0.27.5 #5373

Triggered via pull request November 6, 2023 15:54
Status Failure
Total duration 34m 16s
Artifacts

ci.yaml

on: pull_request
test-and-verify
34m 5s
test-and-verify
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/util/wait" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/apis/meta/v1" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/types" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/watch" in any of:
test-and-verify
cannot find package "k8s.io/api/autoscaling/v2" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/runtime" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/runtime/schema" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/runtime/serializer" in any of:
test-and-verify
cannot find package "k8s.io/apimachinery/pkg/util/runtime" in any of:
test-and-verify
cannot find package "k8s.io/client-go/rest" in any of:
test-and-verify
cannot use oomObserver (variable of type *oom.observer) as "k8s.io/client-go/tools/cache".ResourceEventHandler value in argument to newPodClients: *oom.observer does not implement "k8s.io/client-go/tools/cache".ResourceEventHandler (wrong type for method OnAdd)
test-and-verify
cannot use oomObserver (variable of type *oom.observer) as oom.Observer value in argument to WatchEvictionEventsWithRetries: *oom.observer does not implement oom.Observer (wrong type for method OnAdd)
test-and-verify
cannot use oomObserver (variable of type *oom.observer) as oom.Observer value in return statement: *oom.observer does not implement oom.Observer (wrong type for method OnAdd)
test-and-verify
Process completed with exit code 1.
test-and-verify
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/