~/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 mkdir -p /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin 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 output:crd:artifacts:config=config/crd/bases webhook paths="./..." && \ /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/controller-gen crd:maxDescLen=0 output:crd:artifacts:config=config/crd/bases paths="./api/core/..." && \ /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.129.56.220:5001/openstack-k8s-operators/openstack-operator:d9480699c523f540fc5a7f681e2faf0b93b374cd && \ /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-init --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"0.5.0-1771499353\"}}]" && \ /home/zuul-worker/src/github.com/openstack-k8s-operators/openstack-operator/bin/kustomize edit add patch --kind Deployment --name openstack-operator-controller-init --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.129.56.220:5001/openstack-k8s-operators/openstack-operator:d9480699c523f540fc5a7f681e2faf0b93b374cd\"}}]" 2026/02/19 11:09:14 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.129.56.220:5001/openstack-k8s-operators/openstack-operator:d9480699c523f540fc5a7f681e2faf0b93b374cd\"}}]", Target:(*types.Selector)(0xc00020c880), 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="2026-02-19T11:09:14Z" level=info msg="Creating bundle.Dockerfile" time="2026-02-19T11:09:14Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2026-02-19T11:09:14Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2026-02-19T11:09:14Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.129.56.220:5001/openstack-k8s-operators/openstack-operator-bundle:d9480699c523f540fc5a7f681e2faf0b93b374cd . STEP 1/11: FROM scratch STEP 2/11: LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 --> Using cache d7791c73496d7fd47104b4b956dbeb8ae93a25d1815a517062378e368c811a0d --> d7791c73496d STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache 3a8aeef734972b9bd66ac2d7ab0b726332bce17e7c2b619d509ca7ddc1f6b602 --> 3a8aeef73497 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache 5d153d09fd53eba68749481b4d84e526a7f32cebb46f3f04dfacddd467a554ba --> 5d153d09fd53 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 481330c13bc2 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> 81f1e9aac3ca STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> 2ca29288f8f0 STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> c698d87ea24f STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> 430aedcb2683 STEP 10/11: COPY bundle/manifests /manifests/ --> 79eee189ed96 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.129.56.220:5001/openstack-k8s-operators/openstack-operator-bundle:d9480699c523f540fc5a7f681e2faf0b93b374cd --> e2c909051f9b Successfully tagged 38.129.56.220:5001/openstack-k8s-operators/openstack-operator-bundle:d9480699c523f540fc5a7f681e2faf0b93b374cd e2c909051f9b0807bbaff7d5352a074155b01f187353c61f6b22d966d0edc255 ~/ci-framework-data/artifacts