~/src/github.com/openstack-k8s-operators/telemetry-operator ~/ci-framework-data/artifacts test -s /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/controller-gen && /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 GOWORK=off GOFLAGS="-mod=mod" /home/zuul-worker/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/ test -s /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/kustomize || { curl -Ss "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- 3.8.7 /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin; } {Version:kustomize/v3.8.7 GitCommit:ad092cc7a91c07fdf63a2e4b7f13fa588a39af4f BuildDate:2020-11-11T23:14:14Z GoOs:linux GoArch:amd64} kustomize installed to /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/kustomize /home/zuul-worker/bin/operator-sdk generate kustomize manifests -q time="2025-10-07T17:13:02Z" level=warning msg="Skipping definitions parsing for API {}: Go type not found" cd config/manager && /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/kustomize edit set image controller=38.129.56.47:5001/openstack-k8s-operators/telemetry-operator:06720d1536119c73df241df372a55f5558d1dd43 /home/zuul-worker/src/github.com/openstack-k8s-operators/telemetry-operator/bin/kustomize build config/manifests | /home/zuul-worker/bin/operator-sdk generate bundle -q --overwrite --version 0.0.1 time="2025-10-07T17:13:04Z" level=warning msg="ClusterServiceVersion validation: [OperationFailed] provided API should have an example annotation" time="2025-10-07T17:13:04Z" level=info msg="Creating bundle.Dockerfile" time="2025-10-07T17:13:04Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-10-07T17:13:04Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle --verbose time="2025-10-07T17:13:04Z" level=debug msg="Debug logging is set" time="2025-10-07T17:13:04Z" level=debug msg="Found manifests directory" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Found metadata directory" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Getting mediaType info from manifests directory" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Found annotations file" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Could not find optional dependencies file" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Validating bundle contents" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Validating /v1, Kind=Service \"telemetry-operator-controller-manager-metrics-service\"" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Validating /v1, Kind=ConfigMap \"telemetry-operator-manager-config\"" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Validating rbac.authorization.k8s.io/v1, Kind=ClusterRole \"telemetry-operator-metrics-reader\"" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=debug msg="Validating /v1, Kind=Service \"telemetry-operator-webhook-service\"" bundle-dir=bundle container-tool=docker time="2025-10-07T17:13:04Z" level=warning msg="Warning: Value telemetry.openstack.org/v1beta1, Kind=CloudKittyAPI: provided API should have an example annotation" time="2025-10-07T17:13:04Z" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts