~/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 k8s.io/klog v0.2.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/emicklei/go-restful v2.9.5+incompatible go: downloading golang.org/x/tools v0.36.0 go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading golang.org/x/sync v0.16.0 go: downloading golang.org/x/mod v0.27.0 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@release-0.22 go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251103140007-7a1b16d039d2 go: downloading sigs.k8s.io/controller-runtime v0.22.4 go: downloading github.com/spf13/afero v1.12.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.036s 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/cloudkitty coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/cloudkittyapi coverage: 0.0% of statements github.com/openstack-k8s-operators/telemetry-operator/pkg/cloudkittyproc 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.233:5001/openstack-k8s-operators/telemetry-operator:0a8fdb2f5e6b6d1c474c1888450357b75d025375 . [1/2] STEP 1/15: FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:eaacaedf7cb8afeed496639879c6c7e8c24cff479ee4bcfe75da992fadf28ef1 Copying blob sha256:8f492f00433a29603a7c5c508aa3149604137fd3effbeaa334996ae40e7c57b6 Copying blob sha256:5358899e410bfce986d2c942b25d00da533aebebaf1e642bc664b9c1b9363293 Copying blob sha256:ae8fd785106b3cfff34750dc967ed6b4930e1cf3a70c6b7b406802027bd0476e Copying config sha256:d430deac428f1e99d63c83cf8f072b3be8ac4909d044f8e52f500497352a36a5 Writing manifest to image destination Storing signatures [1/2] STEP 2/15: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> f9c74a8264a6 [1/2] STEP 3/15: ARG REMOTE_SOURCE=. --> 6528e74267c5 [1/2] STEP 4/15: ARG REMOTE_SOURCE_DIR=/remote-source --> adb0259f1afd [1/2] STEP 5/15: ARG REMOTE_SOURCE_SUBDIR= --> 52e802460732 [1/2] STEP 6/15: ARG DEST_ROOT=/dest-root --> da37cc314aa6 [1/2] STEP 7/15: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> 3d0f30efd318 [1/2] STEP 8/15: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 2af6129a9892 [1/2] STEP 9/15: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> aee17097facc [1/2] STEP 10/15: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> b40a291708f0 [1/2] STEP 11/15: USER root --> ea9f818ff368 [1/2] STEP 12/15: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 07222a90a8f6 [1/2] STEP 13/15: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 407b99a7edfc [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 --> eb70c1a07db8 [1/2] STEP 15/15: RUN cp -r templates ${DEST_ROOT}/templates --> f9bc1e8921e1 [2/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:9.6... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:2920d84eafa0cf94806ab58f0a2124f7b2d35bcbb06fc89a9106dcc28efe397a Copying config sha256:a2c5a85865a585c3bc8b10f6c269358fdf89fe32be4232885166889d85c76421 Writing manifest to image destination Storing signatures [2/2] STEP 2/17: ARG DEST_ROOT=/dest-root --> c6249359f536 [2/2] STEP 3/17: ARG USER_ID=65532 --> d5b6002c6b21 [2/2] STEP 4/17: ARG IMAGE_COMPONENT="telemetry-operator-container" --> 41d0f2815fc3 [2/2] STEP 5/17: ARG IMAGE_NAME="telemetry-operator" --> 52d1879c81fa [2/2] STEP 6/17: ARG IMAGE_VERSION="1.0.0" --> 4e1f49f9a0b9 [2/2] STEP 7/17: ARG IMAGE_SUMMARY="Telemetry Operator" --> 93bc9f82594b [2/2] STEP 8/17: ARG IMAGE_DESC="This image includes the telemetry-operator" --> f2b6a7110465 [2/2] STEP 9/17: ARG IMAGE_TAGS="cn-openstack openstack" --> 93971dfef3ef [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}" --> 08c9192014de [2/2] STEP 11/17: ENV USER_UID=$USER_ID OPERATOR_TEMPLATES=/usr/share/telemetry-operator/templates/ --> 4b9a7b7213a1 [2/2] STEP 12/17: WORKDIR / --> 9c836725b758 [2/2] STEP 13/17: COPY --from=builder ${DEST_ROOT}/manager . --> 13691cd90cd9 [2/2] STEP 14/17: COPY --from=builder ${DEST_ROOT}/templates ${OPERATOR_TEMPLATES} --> 70e8ae533459 [2/2] STEP 15/17: USER $USER_ID --> aff775991a00 [2/2] STEP 16/17: ENV PATH="/:${PATH}" --> beede3dbd906 [2/2] STEP 17/17: ENTRYPOINT ["/manager"] [2/2] COMMIT 38.102.83.233:5001/openstack-k8s-operators/telemetry-operator:0a8fdb2f5e6b6d1c474c1888450357b75d025375 --> 4918bd6add1d Successfully tagged 38.102.83.233:5001/openstack-k8s-operators/telemetry-operator:0a8fdb2f5e6b6d1c474c1888450357b75d025375 4918bd6add1d8980f596c0a0da71dbb42563b610d4b4bd58313e8252369b9f4e ~/ci-framework-data/artifacts