~/src/github.com/openstack-k8s-operators/telemetry-operator ~/ci-framework-data/artifacts GOWORK=off GOFLAGS="-mod=mod" /home/zuul/src/github.com/openstack-k8s-operators/telemetry-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/ GOWORK=off GOFLAGS="-mod=mod" /home/zuul/src/github.com/openstack-k8s-operators/telemetry-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 work sync go: downloading github.com/rhobs/obo-prometheus-operator v0.71.0-rhobs1 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/emicklei/go-restful v2.9.5+incompatible go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 go vet ./... go vet ./api/... test -s /home/zuul/src/github.com/openstack-k8s-operators/telemetry-operator/bin/setup-envtest || GOBIN=/home/zuul/src/github.com/openstack-k8s-operators/telemetry-operator/bin go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest go: downloading sigs.k8s.io/controller-runtime v0.22.1 go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250926234817-7c50567748ae go: downloading github.com/spf13/afero v1.12.0 go: downloading sigs.k8s.io/yaml v1.6.0 go: downloading go.uber.org/multierr v1.10.0 go: downloading golang.org/x/text v0.23.0 KUBEBUILDER_ASSETS="/home/zuul/src/github.com/openstack-k8s-operators/telemetry-operator/bin/k8s/1.31.0-linux-amd64" go test ./... -coverprofile cover.out github.com/openstack-k8s-operators/telemetry-operator coverage: 0.0% of statements ok github.com/openstack-k8s-operators/telemetry-operator/controllers 0.034s coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/autoscaling coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/availability coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/ceilometer coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/dashboards coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/logging coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/metricstorage coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/mysqldexporter coverage: 0.0% of statements ? github.com/openstack-k8s-operators/telemetry-operator/pkg/telemetry [no test files] github.com/openstack-k8s-operators/telemetry-operator/pkg/utils coverage: 0.0% of statements podman build -t 38.102.83.212:5001/openstack-k8s-operators/telemetry-operator:dea975f39a5c3dc20b559a1154d140696433f407 . [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 --> 8a2d4536cbbd [1/2] STEP 3/15: ARG REMOTE_SOURCE=. --> e9d394da7944 [1/2] STEP 4/15: ARG REMOTE_SOURCE_DIR=/remote-source --> 8dcde11fe4d8 [1/2] STEP 5/15: ARG REMOTE_SOURCE_SUBDIR= --> 4743c1ce335e [1/2] STEP 6/15: ARG DEST_ROOT=/dest-root --> ec07741e01bf [1/2] STEP 7/15: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> 84444cf483c9 [1/2] STEP 8/15: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> acdd85d3f3e3 [1/2] STEP 9/15: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 790a55fa402e [1/2] STEP 10/15: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 146b9321e8fb [1/2] STEP 11/15: USER root --> 810122e8aeb3 [1/2] STEP 12/15: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 6b7ebb1f0247 [1/2] STEP 13/15: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> b786b93db09f [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 --> 370d905b3c5d [1/2] STEP 15/15: RUN cp -r templates ${DEST_ROOT}/templates --> c581fa3b02a2 [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 --> 100392fa97f5 [2/2] STEP 3/17: ARG USER_ID=65532 --> 0d0017461e4a [2/2] STEP 4/17: ARG IMAGE_COMPONENT="telemetry-operator-container" --> 87cf61186259 [2/2] STEP 5/17: ARG IMAGE_NAME="telemetry-operator" --> d97dd6aca13a [2/2] STEP 6/17: ARG IMAGE_VERSION="1.0.0" --> 9f398ed6209f [2/2] STEP 7/17: ARG IMAGE_SUMMARY="Telemetry Operator" --> f35a5c3bb463 [2/2] STEP 8/17: ARG IMAGE_DESC="This image includes the telemetry-operator" --> 3e719b4c6247 [2/2] STEP 9/17: ARG IMAGE_TAGS="cn-openstack openstack" --> 869d4d985848 [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}" --> 8e6f130a40f9 [2/2] STEP 11/17: ENV USER_UID=$USER_ID OPERATOR_TEMPLATES=/usr/share/telemetry-operator/templates/ --> 45172cefc54b [2/2] STEP 12/17: WORKDIR / --> 462ab323213e [2/2] STEP 13/17: COPY --from=builder ${DEST_ROOT}/manager . --> 1ae1f2ae7304 [2/2] STEP 14/17: COPY --from=builder ${DEST_ROOT}/templates ${OPERATOR_TEMPLATES} --> 0bff4e3ec006 [2/2] STEP 15/17: USER $USER_ID --> 9959cabb8729 [2/2] STEP 16/17: ENV PATH="/:${PATH}" --> f5b45faffe62 [2/2] STEP 17/17: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.212:5001/openstack-k8s-operators/telemetry-operator:dea975f39a5c3dc20b559a1154d140696433f407 --> 346a8e451839 Successfully tagged 38.102.83.212:5001/openstack-k8s-operators/telemetry-operator:dea975f39a5c3dc20b559a1154d140696433f407 346a8e4518395209de9fc689ca28c1b4e7629e852b5f12186be8ad26a656adfd ~/ci-framework-data/artifacts