~/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/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="{./apis/lightspeed/...,./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/lightspeed/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \ /home/zuul/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/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/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.212:5001/openstack-k8s-operators/openstack-operator:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d && \ /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/1/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.4.0-1759140580\"}}]" && \ /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/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.212:5001/openstack-k8s-operators/openstack-operator:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d\"}}]" 2025/09/29 10:09:42 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.212:5001/openstack-k8s-operators/openstack-operator:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d\"}}]", Target:(*types.Selector)(0xc0001dce80), 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.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-09-29T10:09:42Z" level=info msg="Creating bundle.Dockerfile" time="2025-09-29T10:09:42Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-09-29T10:09:42Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-09-29T10:09:42Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.212:5001/openstack-k8s-operators/openstack-operator-bundle:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 0054d802fafdba5419fc3eed77530eb4c7e0fe37820965d1cd2cf026bcaf5bee --> 0054d802fafd STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 6f94d14d4c7671dd356066bbbbd293363a7d7733335ec70ef1d56b7645a7af94 --> 6f94d14d4c76 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache 76b07b5b481c925f32369eb965b48e3537a5c84d585f2407cc8de2afe3c0d11d --> 76b07b5b481c STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 5a77df442014 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> e5946a52f673 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0 --> 6aae21d2d8b9 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 28f32ceb4402 STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 --> 653917e894b5 STEP 10/11: COPY bundle/manifests /manifests/ --> c13aa9c17968 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.212:5001/openstack-k8s-operators/openstack-operator-bundle:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d --> 941d53db9d3f Successfully tagged 38.102.83.212:5001/openstack-k8s-operators/openstack-operator-bundle:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d 941d53db9d3f2eff22a4a1f0ffcccf293e92aad58ec92fd449fe52e76432e2b9 ~/ci-framework-data/artifacts