Skip to content

build(deps): bump k8s.io/apimachinery from 0.24.0 to 0.27.4 #797

build(deps): bump k8s.io/apimachinery from 0.24.0 to 0.27.4

build(deps): bump k8s.io/apimachinery from 0.24.0 to 0.27.4 #797

Triggered via pull request July 20, 2023 03:25
Status Failure
Total duration 3m 19s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
e2e test: vendor/k8s.io/client-go/tools/cache/thread_safe_store.go#L237
implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
e2e test: vendor/k8s.io/client-go/tools/cache/thread_safe_store.go#L238
implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
e2e test: vendor/k8s.io/client-go/tools/record/event.go#L301
assignment mismatch: 1 variable but e.Watch returns 2 values
e2e test: vendor/k8s.io/client-go/tools/record/event.go#L349
assignment mismatch: 1 variable but recorder.ActionOrDrop returns 2 values
e2e test
Process completed with exit code 1.
test (1.19.x, ubuntu-latest): vendor/k8s.io/client-go/tools/record/event.go#L301
assignment mismatch: 1 variable but e.Watch returns 2 values
test (1.19.x, ubuntu-latest): vendor/k8s.io/client-go/tools/record/event.go#L349
assignment mismatch: 1 variable but recorder.ActionOrDrop returns 2 values
test (1.19.x, ubuntu-latest): vendor/k8s.io/client-go/tools/cache/thread_safe_store.go#L237
implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
test (1.19.x, ubuntu-latest): vendor/k8s.io/client-go/tools/cache/thread_safe_store.go#L238
implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
test (1.19.x, ubuntu-latest)
Process completed with exit code 2.
e2e test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, 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/
test (1.19.x, ubuntu-latest)
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/
test (1.19.x, ubuntu-latest)
Unexpected input(s) 'name', valid inputs are ['entryPoint', 'args', 'config', 'exclude', 'path']
test (1.19.x, ubuntu-latest): e2e/retrievers/pod.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): e2e/testenvironment/config.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): e2e/poolconsistency/checker.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): e2e/poolconsistency/poolconsistency_test.go#L118
exported func NewMockedPool returns unexported type *poolconsistency.mockedPool, which can be annoying to use
test (1.19.x, ubuntu-latest): pkg/storage/kubernetes/client.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): pkg/types/ipsanitizers.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): cmd/whereabouts.go#L1
should have a package comment
test (1.19.x, ubuntu-latest): e2e/poolconsistency/checker.go#L10
exported type Checker should have comment or be unexported