~/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.23:5001/openstack-k8s-operators/openstack-operator:db2406fc6f4d16351b74a75ecc7148f821e0f917 && \ /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.5.0-1760445316\"}}]" && \ /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.23:5001/openstack-k8s-operators/openstack-operator:db2406fc6f4d16351b74a75ecc7148f821e0f917\"}}]" 2025/10/14 12:35:17 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.23:5001/openstack-k8s-operators/openstack-operator:db2406fc6f4d16351b74a75ecc7148f821e0f917\"}}]", 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.5.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-14T12:35:18Z" level=info msg="Creating bundle.Dockerfile" time="2025-10-14T12:35:18Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-10-14T12:35:18Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-10-14T12:35:18Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.23:5001/openstack-k8s-operators/openstack-operator-bundle:db2406fc6f4d16351b74a75ecc7148f821e0f917 . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache e22501fd32cd249cc2011b036083a465a5a9ded7ec29a6a93e1572b676821834 --> e22501fd32cd STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 58f2ab2715f0a7aa51b2bf4b861a410248dc26613a12ae3b46f61aaa9b3a6659 --> 58f2ab2715f0 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache b43b93f64cf5fff773e795d6cf717c5ded55cc5c14bdf6df1f771b5eb84c318c --> b43b93f64cf5 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 2a735e7c60a6 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 633a50e776e3 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0 --> 8af8dc030f0d STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 52587e3954eb STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 --> a0fd4376c833 STEP 10/11: COPY bundle/manifests /manifests/ --> c01303980297 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.23:5001/openstack-k8s-operators/openstack-operator-bundle:db2406fc6f4d16351b74a75ecc7148f821e0f917 --> e5f174cebda1 Successfully tagged 38.102.83.23:5001/openstack-k8s-operators/openstack-operator-bundle:db2406fc6f4d16351b74a75ecc7148f821e0f917 e5f174cebda13b6f527e35a5fe562529281c4177e4f3b7876fdb45b8165c612f ~/ci-framework-data/artifacts