~/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.39:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333 && \ /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-1764834590\"}}]" && \ /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.39:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333\"}}]" 2025/12/04 07:49:51 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.39:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333\"}}]", 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-12-04T07:49:51Z" level=info msg="Creating bundle.Dockerfile" time="2025-12-04T07:49:51Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-12-04T07:49:51Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-12-04T07:49:52Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.39:5001/openstack-k8s-operators/openstack-operator-bundle:b102924657dd294d08db769acac26201e395a333 . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 949aadc5154214a94444fe35c944e0b7d0bbcb8934c5735ed15c096928787d79 --> 949aadc51542 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache a246c41983a23eaba995f880a2166b17ba5faec5cd23e3d39fda59420ff2e7a0 --> a246c41983a2 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache d3a3ae2c6fedc05f554eb03fc119969dfb7ea77b5d8b9c3e338ddfd6354ad24e --> d3a3ae2c6fed STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 0105ba173031 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 449f8275cf56 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> f0fdd6f6ce0b STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 67704166d24a STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> 1a9f92eea843 STEP 10/11: COPY bundle/manifests /manifests/ --> 3cac50a4d6d7 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.39:5001/openstack-k8s-operators/openstack-operator-bundle:b102924657dd294d08db769acac26201e395a333 --> 080272280fd2 Successfully tagged 38.102.83.39:5001/openstack-k8s-operators/openstack-operator-bundle:b102924657dd294d08db769acac26201e395a333 080272280fd2ac718f7b6738d090cae8f4c0e2fcaa8c503ec21a2c41feb23430 ~/ci-framework-data/artifacts