~/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-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="{./api/client/...,./api/core/...,./api/dataplane/...,./internal/controller/client/...,./internal/controller/core/...,./internal/controller/dataplane/...,./internal/...}" output:dir=config/rbac && \ /home/zuul-worker/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-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.6.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.181:5001/openstack-k8s-operators/openstack-operator:908b28281d04717fb2b938119e146b840fe78221 && \ /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/0/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.5.0-1764950276\"}}]" && \ /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/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.181:5001/openstack-k8s-operators/openstack-operator:908b28281d04717fb2b938119e146b840fe78221\"}}]" 2025/12/05 15:57:57 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.181:5001/openstack-k8s-operators/openstack-operator:908b28281d04717fb2b938119e146b840fe78221\"}}]", Target:(*types.Selector)(0xc000250680), 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. time="2025-12-05T15:57:57Z" level=info msg="Creating bundle.Dockerfile" time="2025-12-05T15:57:57Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-12-05T15:57:57Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-12-05T15:57:57Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.181:5001/openstack-k8s-operators/openstack-operator-bundle:908b28281d04717fb2b938119e146b840fe78221 . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache 58a6f0f11299d15c8f0b9f7c44b22372df90d29bad1329d8f7e080c65f3ab5de --> 58a6f0f11299 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 7176219ccb6bb1811fdaec2bb3e24217f0386bf2c74c6080b5bcc4852c173698 --> 7176219ccb6b STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache 11466fbd4d2f6e0f5e62840e5ea365d05060089cdeea304270dabe02d7dd8704 --> 11466fbd4d2f STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 8a402fa6ede2 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 25098bd04156 STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> feca60be8b95 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> a5e481cc7235 STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> 99e81cbfda1e STEP 10/11: COPY bundle/manifests /manifests/ --> f413a2b13a6d STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.181:5001/openstack-k8s-operators/openstack-operator-bundle:908b28281d04717fb2b938119e146b840fe78221 --> 5d0d32ef946a Successfully tagged 38.102.83.181:5001/openstack-k8s-operators/openstack-operator-bundle:908b28281d04717fb2b938119e146b840fe78221 5d0d32ef946a72512e6830a91521936e80e176f5f82d5b28e3279762c9154996 ~/ci-framework-data/artifacts