~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go work use . go work use ./apis go work sync test -s /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen && /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 mkdir -p config/operator/rbac && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen crd:maxDescLen=0 output:crd:artifacts:config=config/crd/bases webhook paths="./..." && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen rbac:roleName=manager-role paths="{./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen rbac:roleName=operator-role paths="./controllers/operator/..." paths="./apis/operator/..." output:dir=config/operator/rbac && \ rm -f apis/bases/* && cp -a config/crd/bases apis/ test -s /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize || { curl -Ss "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- 5.5.0 /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin; } /home/zuul/bin/operator-sdk generate kustomize manifests -q cd config/operator/deployment/ && /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit set image controller=38.129.56.69:5001/openstack-k8s-operators/openstack-operator:c14431f58910936f1f6da0cffcc79cd112323a2e && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-operator --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.4.0-1759413493\"}}]" && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-operator --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.129.56.69:5001/openstack-k8s-operators/openstack-operator:c14431f58910936f1f6da0cffcc79cd112323a2e\"}}]" 2025/10/02 13:58:14 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.129.56.69:5001/openstack-k8s-operators/openstack-operator:c14431f58910936f1f6da0cffcc79cd112323a2e\"}}]", Target:(*types.Selector)(0xc0001e2e80), Options:map[string]bool(nil)} already in kustomization file /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize build config/operator --load-restrictor='LoadRestrictionsNone' | /home/zuul/bin/operator-sdk generate bundle -q --overwrite --version 0.4.0 # Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically. # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically. time="2025-10-02T13:58:14Z" level=info msg="Creating bundle.Dockerfile" time="2025-10-02T13:58:14Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-10-02T13:58:14Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-10-02T13:58:14Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.129.56.69:5001/openstack-k8s-operators/openstack-operator-bundle:c14431f58910936f1f6da0cffcc79cd112323a2e . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 8bb22944c299edcf11b7c8a2a8290b6f35824b54da063256267ebb2f027b35a0 --> 8bb22944c299 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache a4942b7e5d38722fc1e38edf0f9feed13429eb6fabcb8a9a9831057936e6d1b1 --> a4942b7e5d38 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache f2aab7d22cc7c55d0fd3566b64dd6849c5170878eaaf2142a079f008afc9b3fe --> f2aab7d22cc7 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> bac290b8d023 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 62260dfd7d5a STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0 --> 3a2730afad11 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 0efa473e1a9d STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 --> b0799e9d44d3 STEP 10/11: COPY bundle/manifests /manifests/ --> f7a7b50d788b STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.129.56.69:5001/openstack-k8s-operators/openstack-operator-bundle:c14431f58910936f1f6da0cffcc79cd112323a2e --> b1c58486460f Successfully tagged 38.129.56.69:5001/openstack-k8s-operators/openstack-operator-bundle:c14431f58910936f1f6da0cffcc79cd112323a2e b1c58486460f72ab353dc9a21c80fa2b43700942648cb2975bdeaa429ebe09d7 ~/ci-framework-data/artifacts