~/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 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="{./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.18:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc && \ /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/0/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.5.0-1764078089\"}}]" && \ /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/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.18:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc\"}}]" 2025/11/25 13:41:30 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.18:5001/openstack-k8s-operators/openstack-operator:17b1faec894dfcad58164b52f38cf6acda76f9dc\"}}]", Target:(*types.Selector)(0xc000240680), 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.5.0 # Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically. time="2025-11-25T13:41:30Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-11-25T13:41:30Z" level=info msg="Creating bundle.Dockerfile" time="2025-11-25T13:41:30Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-11-25T13:41:30Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.18:5001/openstack-k8s-operators/openstack-operator-bundle:17b1faec894dfcad58164b52f38cf6acda76f9dc . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 07992761e7b76145fdd6455bcf6e21389b67669231dc612b0329ca52199468da --> 07992761e7b7 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 00191924944209c70ac2f81e91a3c5e7cabac278d5fc2ff70b4bbf0f8a4df35d --> 001919249442 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache c8abdeab81d9cc931143397fce5a8c3fee23526a49b510644aa96f122ee302dd --> c8abdeab81d9 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 998d5665ac2c STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> bf8f8847ef8c STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> a48f6fb72334 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 3a2b8dac042a STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> b5694dc8537e STEP 10/11: COPY bundle/manifests /manifests/ --> dca40af99e33 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.18:5001/openstack-k8s-operators/openstack-operator-bundle:17b1faec894dfcad58164b52f38cf6acda76f9dc --> 0a0023ca40a3 Successfully tagged 38.102.83.18:5001/openstack-k8s-operators/openstack-operator-bundle:17b1faec894dfcad58164b52f38cf6acda76f9dc 0a0023ca40a3de2132e049d175a693a20aac2b8f3e505a44f8589fc88d6cbdb9 ~/ci-framework-data/artifacts