~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.18:5001/openstack-k8s-operators/openstack-operator:b693a2df6a9951cbdc0a4760597482329acee8f9 . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058 AS builder [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> Using cache 252f36049e619859ab8d4dd599ebc009f7a94bcf2bdc9a1aa00bdbf5b25e19f2 --> 252f36049e61 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> Using cache 8f0a5c3d444d63b94fc6371a6c5f7cd767aa28f3122278a8758ee00f7a41ed46 --> 8f0a5c3d444d [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> Using cache 757cc301f41581ce648edc980558d692ab4f6806e60a84b6d0fd87f2f40ce36f --> 757cc301f415 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> Using cache 1b9de9856fdf5157fedc1cde76dc68794aa0e1ce05c2f135402302954e9c507a --> 1b9de9856fdf [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> Using cache 5e31a75b28f0449a48a2e871e35b3bea5928273776b0be6a81b06b2a1d5e9ddb --> 5e31a75b28f0 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> Using cache bbab229d6a294edfc7df188a10fca22d0117d35c30900cf6946b9e27b3f31865 --> bbab229d6a29 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> Using cache 51ff23ca1efefcc65d2d3d812056df673ec67ac0f68447ae05846eb683d34698 --> 51ff23ca1efe [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 6d3e6497c311 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 9aec10f6516a [1/2] STEP 11/17: USER root --> 6bfb98729371 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 60439c1cbe09 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 7d018eec32dc [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 cmd/main.go # github.com/openstack-k8s-operators/openstack-operator/internal/openstack internal/openstack/telemetry.go:92:39: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:93:37: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:95:36: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:97:38: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:108:36: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:108:82: telemetry.Spec.CloudKitty undefined (type "github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpec has no field or method CloudKitty) internal/openstack/telemetry.go:109:36: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:109:83: telemetry.Spec.CloudKitty undefined (type "github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpec has no field or method CloudKitty) internal/openstack/telemetry.go:118:35: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:119:35: instance.Spec.Telemetry.Template.CloudKitty undefined (type *"github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1".TelemetrySpecCore has no field or method CloudKitty) internal/openstack/telemetry.go:119:35: too many errors 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 cmd/main.go": while running runtime: exit status 1 make: *** [Makefile:250: docker-build] Error 1