~/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-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen && /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul-worker/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-worker/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-worker/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-worker/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-worker/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-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin; } /home/zuul-worker/bin/operator-sdk generate kustomize manifests -q cd config/operator/deployment/ && /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit set image controller=38.102.83.143:5001/openstack-k8s-operators/openstack-operator:1a3360562750f605ee53456e15b058163318a822 && \ /home/zuul-worker/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-1760020233\"}}]" && \ /home/zuul-worker/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.102.83.143:5001/openstack-k8s-operators/openstack-operator:1a3360562750f605ee53456e15b058163318a822\"}}]" 2025/10/09 14:30:34 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.143:5001/openstack-k8s-operators/openstack-operator:1a3360562750f605ee53456e15b058163318a822\"}}]", Target:(*types.Selector)(0xc0001dae80), Options:map[string]bool(nil)} already in kustomization file /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize build config/operator --load-restrictor='LoadRestrictionsNone' | /home/zuul-worker/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-09T14:30:35Z" level=info msg="Creating bundle.Dockerfile" time="2025-10-09T14:30:35Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-10-09T14:30:35Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-10-09T14:30:35Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.143:5001/openstack-k8s-operators/openstack-operator-bundle:1a3360562750f605ee53456e15b058163318a822 . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 4325dbafe4782b017141669446070d09dc0d03f86b10dc500b8bf07875ace1cd --> 4325dbafe478 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 30b8ed527b2642194354c3c97625c53cce5a98e6d489c49ed2f2e042cfeef412 --> 30b8ed527b26 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache 0da8c64ba1b248242aa5cdf56fe78a44a5787951bd9f491d207fbea07033764d --> 0da8c64ba1b2 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> cd2c8a9c4a9f STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 62aa9f9b4802 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0 --> b16b5302d3a9 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 443a8790161a STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 --> 9edb948537fd STEP 10/11: COPY bundle/manifests /manifests/ --> 290f380e1aab STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.143:5001/openstack-k8s-operators/openstack-operator-bundle:1a3360562750f605ee53456e15b058163318a822 --> f5c9f746697e Successfully tagged 38.102.83.143:5001/openstack-k8s-operators/openstack-operator-bundle:1a3360562750f605ee53456e15b058163318a822 f5c9f746697ede0b1ce5c8c6d3faf20865e88adbae1abed84d2d15255323f994 ~/ci-framework-data/artifacts