~/src/github.com/openstack-k8s-operators/barbican-operator ~/ci-framework-data/artifacts test -s /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin/controller-gen && /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 /home/zuul/src/github.com/openstack-k8s-operators/barbican-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/src/github.com/openstack-k8s-operators/barbican-operator/bin/kustomize || { curl -Ss "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- 5.6.0 /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin; } v5.6.0 kustomize installed to /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin/kustomize /home/zuul/bin/operator-sdk generate kustomize manifests -q cd config/manager && /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin/kustomize edit set image controller=38.102.83.154:5001/openstack-k8s-operators/barbican-operator:df500bcceec692ef171a66f72821a252a21602cb /home/zuul/src/github.com/openstack-k8s-operators/barbican-operator/bin/kustomize build config/manifests | /home/zuul/bin/operator-sdk generate bundle -q --overwrite --version 0.0.1 time="2025-11-29T07:13:38Z" level=warning msg="ClusterServiceVersion validation: [OperationFailed] provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=warning msg="ClusterServiceVersion validation: [OperationFailed] provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=warning msg="ClusterServiceVersion validation: [OperationFailed] provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=info msg="Creating bundle.Dockerfile" time="2025-11-29T07:13:38Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-11-29T07:13:38Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-11-29T07:13:38Z" level=warning msg="Warning: Value barbican.openstack.org/v1beta1, Kind=BarbicanWorker: provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=warning msg="Warning: Value barbican.openstack.org/v1beta1, Kind=BarbicanAPI: provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=warning msg="Warning: Value barbican.openstack.org/v1beta1, Kind=BarbicanKeystoneListener: provided API should have an example annotation" time="2025-11-29T07:13:38Z" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts