Skip to content

Update module sigs.k8s.io/controller-tools to v0.17.1 #1505

Update module sigs.k8s.io/controller-tools to v0.17.1

Update module sigs.k8s.io/controller-tools to v0.17.1 #1505

Triggered via pull request November 4, 2024 13:15
Status Failure
Total duration 9m 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 8 warnings
ci / check-diff
undefined: leaderelection.SwitchMetric
ci / check-diff
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / check-diff
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / check-diff
no such file or directory
ci / check-diff
Process completed with exit code 2.
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / check-diff
Cannot open: File exists
ci / local-deploy
undefined: leaderelection.SwitchMetric
ci / local-deploy
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / local-deploy
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / local-deploy
Process completed with exit code 2.
ci / unit-tests
undefined: leaderelection.SwitchMetric
ci / unit-tests
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / unit-tests
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / unit-tests
Process completed with exit code 2.
ci / publish-artifacts
undefined: leaderelection.SwitchMetric
ci / publish-artifacts
undefined: leaderelection.SwitchMetric
ci / publish-artifacts
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / publish-artifacts
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / publish-artifacts
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / publish-artifacts
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
ci / publish-artifacts
Process completed with exit code 2.
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go#L87
tr.GetName undefined (type *AccessLevel has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go#L95
tr.GetName undefined (type *AccessLevel has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go#L107
tr.GetName undefined (type *AccessLevel has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go#L87
tr.GetName undefined (type *AccessLevelCondition has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go#L95
tr.GetName undefined (type *AccessLevelCondition has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go#L107
tr.GetName undefined (type *AccessLevelCondition has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go#L87
tr.GetName undefined (type *AccessPolicy has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go#L95
tr.GetName undefined (type *AccessPolicy has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go#L107
tr.GetName undefined (type *AccessPolicy has no field or method GetName) (typecheck)
ci / lint: apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_terraformed.go#L87
tr.GetName undefined (type *AccessPolicyIAMMember has no field or method GetName) (typecheck)
ci / detect-noop
The following actions use a deprecated Node.js version and will be forced to run on node20: fkirc/skip-duplicate-actions@12aca0a884f6137d619d6a8a09fcc3406ced5281. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / report-breaking-changes
The following actions use a deprecated Node.js version and will be forced to run on node20: tj-actions/glob@v16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / check-diff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / check-diff
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci / local-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / publish-artifacts
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7, docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55, docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc, actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci / lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/