~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.32:5001/openstack-k8s-operators/openstack-operator:6073763ddd7b16e2e86bb0c85a68883a88a1cb0d . [1/2] STEP 1/17: 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:74956640af323393be3edafd6bbf4d02e5336ac16c17bd052e9127b7a9f77159 Copying blob sha256:859785206f5760646f83984ae71a45c7ca6aa1029ff438169b0956e3f3a6ef4c Copying blob sha256:5edb8b7e5fc91c9843da0c08783334a15184126061e834b8625af8ca7ee92e06 Copying blob sha256:188fe396b95c237772cf0eab4c2bbdaa1333ca038c80ab1076f19683b1a90155 Copying config sha256:37bbed2c8c078e3a7a0ec8431f00d5c2d1173cc4bdce17a26e1c4123e1887e18 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> d2c5bb2bbadc [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> 024787383b5a [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> 1daa321b6662 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> a439cc3ddc10 [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> 3cb1c26f0b44 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> eff160363125 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 4db2e688fe93 [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 66f6f31ca088 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 9e096de02396 [1/2] STEP 11/17: USER root --> 06871913c4d3 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> bbbe4387e4a7 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 08a969cdfe93 [1/2] STEP 14/17: 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 # github.com/openstack-k8s-operators/openstack-operator/apis/core/v1beta1 apis/core/v1beta1/openstackcontrolplane_webhook.go:574:68: cannot use *old.Telemetry.Template (variable of struct type "github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore) as "github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpec value in argument to r.Spec.Telemetry.Template.ValidateUpdate Error: building at STEP "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": while running runtime: exit status 1 make: *** [Makefile:248: docker-build] Error 1