~/src/github.com/openstack-k8s-operators/openstack-baremetal-operator ~/ci-framework-data/artifacts test -s /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/controller-gen && /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \ rm -f api/bases/* && cp -a config/crd/bases api/ /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..." go fmt ./... test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go: downloading go1.24.0 (linux/amd64) go work use . go work use ./api go vet ./... go: downloading github.com/onsi/ginkgo/v2 v2.20.1 go: downloading github.com/onsi/gomega v1.34.1 go: downloading github.com/evanphx/json-patch v5.7.0+incompatible go: downloading github.com/onsi/ginkgo v1.16.5 go vet ./... ./api/... test -s /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/setup-envtest || GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250926234817-7c50567748ae go: downloading sigs.k8s.io/controller-runtime v0.22.1 go: downloading github.com/spf13/afero v1.12.0 go: downloading go.uber.org/multierr v1.10.0 test -s /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/ginkgo || GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin go install github.com/onsi/ginkgo/v2/ginkgo go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 go: downloading golang.org/x/tools v0.24.0 go: downloading github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 KUBEBUILDER_ASSETS="/home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/k8s/1.31.0-linux-amd64" /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/bin/ginkgo --trace --cover --coverpkg=../../pkg/...,../../controllers,../../api/v1beta1 --coverprofile cover.out --covermode=atomic ./tests/... Running Suite: Controller Suite - /home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator/tests/functional ================================================================================================================================= Random Seed: 1759259637 Will run 16 of 16 specs ••••••••••••••••W0930 19:14:23.580418 51112 reflector.go:484] pkg/mod/k8s.io/client-go@v0.31.12/tools/cache/reflector.go:243: watch of *v1.ConfigMap ended with: an error on the server ("unable to decode an event from the watch stream: context canceled") has prevented the request from succeeding Ran 16 of 16 Specs in 16.877 seconds SUCCESS! -- 16 Passed | 0 Failed | 0 Pending | 0 Skipped PASS coverage: 46.3% of statements in ../../pkg/..., ../../controllers, ../../api/v1beta1 composite coverage: 46.3% of statements Ginkgo ran 1 suite in 27.723007636s Test Suite Passed podman build -t 38.102.83.66:5001/openstack-k8s-operators/openstack-baremetal-operator:081fb3a3eb226ea114cfc2e41c696a7d9ab09b1f . [1/2] STEP 1/15: FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:188fe396b95c237772cf0eab4c2bbdaa1333ca038c80ab1076f19683b1a90155 Copying blob sha256:859785206f5760646f83984ae71a45c7ca6aa1029ff438169b0956e3f3a6ef4c Copying blob sha256:5edb8b7e5fc91c9843da0c08783334a15184126061e834b8625af8ca7ee92e06 Copying blob sha256:74956640af323393be3edafd6bbf4d02e5336ac16c17bd052e9127b7a9f77159 Copying config sha256:37bbed2c8c078e3a7a0ec8431f00d5c2d1173cc4bdce17a26e1c4123e1887e18 Writing manifest to image destination Storing signatures [1/2] STEP 2/15: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> 4a92ca1a41e3 [1/2] STEP 3/15: ARG REMOTE_SOURCE=. --> 8b7e423a4e01 [1/2] STEP 4/15: ARG REMOTE_SOURCE_DIR=/remote-source --> bb5c402f2f5a [1/2] STEP 5/15: ARG REMOTE_SOURCE_SUBDIR= --> ad890c7773fe [1/2] STEP 6/15: ARG DEST_ROOT=/dest-root --> 950c96fde6f4 [1/2] STEP 7/15: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> 4a94af7049a4 [1/2] STEP 8/15: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 24cb77439558 [1/2] STEP 9/15: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 35b33d3b420d [1/2] STEP 10/15: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 5fdfbd538061 [1/2] STEP 11/15: USER root --> e3d7be06f66c [1/2] STEP 12/15: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 3e90749d6e28 [1/2] STEP 13/15: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 77d5f9b0a0cf [1/2] STEP 14/15: RUN if [ -f $CACHITO_ENV_FILE ] ; then source $CACHITO_ENV_FILE ; fi ; env ${GO_BUILD_EXTRA_ENV_ARGS} go build ${GO_BUILD_EXTRA_ARGS} -a -o ${DEST_ROOT}/manager main.go --> 8140ca772b6c [1/2] STEP 15/15: RUN cp -r templates ${DEST_ROOT}/templates --> 33e4048b9bbe [2/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/ubi-minimal:latest Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:latest... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:9f4bff248214d12c7254dc3c25ef82bd14ff143e2a06d159f2a8cc1c9e6ef1fd Copying config sha256:d063735430a3a71130dd3145dd759f2a2cec3e482c17e589a29d44622ba06444 Writing manifest to image destination Storing signatures [2/2] STEP 2/17: ARG DEST_ROOT=/dest-root --> d5fbeffbd41b [2/2] STEP 3/17: ARG USER_ID=65532 --> 309c730feb92 [2/2] STEP 4/17: ARG IMAGE_COMPONENT="openstack-baremetal-operator-container" --> 14cc04171a2d [2/2] STEP 5/17: ARG IMAGE_NAME="openstack-baremetal-operator" --> 655552d36da3 [2/2] STEP 6/17: ARG IMAGE_VERSION="1.0.0" --> 8df0dffb5287 [2/2] STEP 7/17: ARG IMAGE_SUMMARY="OpenStack Baremetal Operator" --> 125976d6e5bd [2/2] STEP 8/17: ARG IMAGE_DESC="This image includes the openstack-baremetal-operator" --> dea719e78997 [2/2] STEP 9/17: ARG IMAGE_TAGS="cn-openstack openstack" --> 2e1095dfe2c7 [2/2] STEP 10/17: LABEL com.redhat.component="${IMAGE_COMPONENT}" name="${IMAGE_NAME}" version="${IMAGE_VERSION}" summary="${IMAGE_SUMMARY}" io.k8s.name="${IMAGE_NAME}" io.k8s.description="${IMAGE_DESC}" io.openshift.tags="${IMAGE_TAGS}" --> b8917ba0b6a8 [2/2] STEP 11/17: ENV USER_UID=$USER_ID OPERATOR_TEMPLATES=/usr/share/openstack-baremetal-operator/templates/ --> fb1577e921c4 [2/2] STEP 12/17: WORKDIR / --> 352544761779 [2/2] STEP 13/17: COPY --from=builder ${DEST_ROOT}/manager . --> aafaa3f2fe4f [2/2] STEP 14/17: COPY --from=builder ${DEST_ROOT}/templates ${OPERATOR_TEMPLATES} --> 275f71807042 [2/2] STEP 15/17: USER $USER_ID --> 12fa438587c7 [2/2] STEP 16/17: ENV PATH="/:${PATH}" --> 2f7c97f5e236 [2/2] STEP 17/17: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.66:5001/openstack-k8s-operators/openstack-baremetal-operator:081fb3a3eb226ea114cfc2e41c696a7d9ab09b1f --> 2909aa10cb35 Successfully tagged 38.102.83.66:5001/openstack-k8s-operators/openstack-baremetal-operator:081fb3a3eb226ea114cfc2e41c696a7d9ab09b1f 2909aa10cb35ea80b7240610b9da8f0e0b45ab2785491e09def013413ede93af ~/ci-framework-data/artifacts