~/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 ./api go work sync mkdir -p /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin 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 output:crd:artifacts:config=config/crd/bases webhook paths="./..." && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen crd:maxDescLen=0 output:crd:artifacts:config=config/crd/bases paths="./api/core/..." && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen rbac:roleName=manager-role paths="{./api/client/...,./api/core/...,./api/dataplane/...,./internal/controller/client/...,./internal/controller/core/...,./internal/controller/dataplane/...,./internal/...}" output:dir=config/rbac && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen rbac:roleName=operator-role paths="./internal/controller/operator/..." paths="./api/operator/..." output:dir=config/operator/rbac && \ rm -f api/bases/* && cp -a config/crd/bases api/ 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.6.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.102.83.219:5001/openstack-k8s-operators/openstack-operator:7fde865a9e102b60d9d678639db556a2907eb3ac && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-init --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.6.0-1773303573\"}}]" && \ /home/zuul/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-init --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.219:5001/openstack-k8s-operators/openstack-operator:7fde865a9e102b60d9d678639db556a2907eb3ac\"}}]" 2026/03/12 08:19:34 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.219:5001/openstack-k8s-operators/openstack-operator:7fde865a9e102b60d9d678639db556a2907eb3ac\"}}]", Target:(*types.Selector)(0xc00022e880), 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.6.0 # Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically. time="2026-03-12T08:19:34Z" level=info msg="Creating bundle.Dockerfile" time="2026-03-12T08:19:34Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2026-03-12T08:19:34Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2026-03-12T08:19:35Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.219:5001/openstack-k8s-operators/openstack-operator-bundle:7fde865a9e102b60d9d678639db556a2907eb3ac . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 821b6d5a7baa9b72ea4f7f76c56103b5101ff3ff4914ec8961ebfa1384cb9ed9 --> 821b6d5a7baa STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 37cc0ad176c8d1c30a6022dda435da3b07f57e0fdef26c28065cbd5246cf6c26 --> 37cc0ad176c8 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache fb2cda215f68b8a23010639703dc014b560215ef09df32df2b85cca33c2922f3 --> fb2cda215f68 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> d8c3af60ba9c STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 7fac76ff0363 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> dfb87525f93a STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> a66249454b95 STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> 952d65611719 STEP 10/11: COPY bundle/manifests /manifests/ --> 406aa6637f5e STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.219:5001/openstack-k8s-operators/openstack-operator-bundle:7fde865a9e102b60d9d678639db556a2907eb3ac --> 89356c5c5e4e Successfully tagged 38.102.83.219:5001/openstack-k8s-operators/openstack-operator-bundle:7fde865a9e102b60d9d678639db556a2907eb3ac 89356c5c5e4eb38eec42f5b438509a401389a268b9aeed4702d33f7a00c6aa49 ~/ci-framework-data/artifacts