~/src/github.com/openstack-k8s-operators/telemetry-operator ~/ci-framework-data/artifacts GOWORK=off GOFLAGS="-mod=mod" /home/zuul/src/github.com/openstack-k8s-operators/telemetry-operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \ rm -f api/bases/* && cp -a config/crd/bases api/ GOWORK=off GOFLAGS="-mod=mod" /home/zuul/src/github.com/openstack-k8s-operators/telemetry-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..." go fmt ./... controllers/cloudkittyapi_controller.go test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go: downloading go1.24.0 (linux/amd64) go work use . go work use ./api go work sync go: downloading github.com/rhobs/obo-prometheus-operator v0.71.0-rhobs1 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading k8s.io/klog v0.2.0 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/emicklei/go-restful v2.9.5+incompatible go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go vet ./... # github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1 api/v1beta1/telemetry_webhook.go:151:25: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:152:49: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:164:25: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:165:49: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:199:25: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:200:49: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:200:112: old.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:212:25: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:213:49: r.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:213:112: old.TelemetrySpecBase.CloudKitty undefined (type TelemetrySpecBase has no field or method CloudKitty) api/v1beta1/telemetry_webhook.go:213:112: too many errors make: *** [Makefile:109: vet] Error 1