~/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.13:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333 && \ /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-1764762905\"}}]" && \ /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.13:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333\"}}]" 2025/12/03 11:55:06 patch types.Patch{Path:"", Patch:"[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/env/1\", \"value\": {\"name\": \"OPERATOR_IMAGE_URL\", \"value\": \"38.102.83.13:5001/openstack-k8s-operators/openstack-operator:b102924657dd294d08db769acac26201e395a333\"}}]", 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-03T11:55:07Z" level=info msg="Creating bundle.Dockerfile" time="2025-12-03T11:55:07Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-12-03T11:55:07Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-12-03T11:55:07Z" level=info msg="All validation tests have completed successfully" podman build -f bundle.Dockerfile -t 38.102.83.13: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 bbde2f62e4058a1fd46c03b23d6ecc9e5220a030bd203d46fa0b51462bc1bb94 --> bbde2f62e405 STEP 3/11: LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ --> Using cache a5055b7eb131491c1260031bde0e4e6020e876c4fdfa8dd06fcf3372e41afae1 --> a5055b7eb131 STEP 4/11: LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ --> Using cache ff5efec1ba408049e5f511d1a774b84532cd5ae8d615e7d8b1b8aa3b280b450a --> ff5efec1ba40 STEP 5/11: LABEL operators.operatorframework.io.bundle.package.v1=openstack-operator --> 3527c9d414c3 STEP 6/11: LABEL operators.operatorframework.io.bundle.channels.v1=alpha --> b4c8889acb7e STEP 7/11: LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1 --> 0dcd66a7c52f STEP 8/11: LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 --> 91d2f8d65743 STEP 9/11: LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 --> 46ce1f2eec7e STEP 10/11: COPY bundle/manifests /manifests/ --> 7eabfef5b523 STEP 11/11: COPY bundle/metadata /metadata/ COMMIT 38.102.83.13:5001/openstack-k8s-operators/openstack-operator-bundle:b102924657dd294d08db769acac26201e395a333 --> 8c07cd7e4855 Successfully tagged 38.102.83.13:5001/openstack-k8s-operators/openstack-operator-bundle:b102924657dd294d08db769acac26201e395a333 8c07cd7e4855123040d2481eaeed63ca233c3cb9d2484bbd17c560f7c88ef657 ~/ci-framework-data/artifacts