~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.39:5001/openstack-k8s-operators/openstack-operator:accf975e299ce359bb71b27a7d8734e7af4e3d6d . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> Using cache 4f17eae51709dc73b011b52897c8c03a4cdf1c307ac85f4f08b02f6b95cf20d8 --> 4f17eae51709 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> Using cache 2e2bc414e104c86c2452d364ca79139f24b0c6957cd7d42ddeac29b74a836d5e --> 2e2bc414e104 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> Using cache 913502df44f54a503b6d8db169656818a060a10782c29e54706c84ed5f115f9f --> 913502df44f5 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> Using cache db305de3862bd53997e71090e7f759cf2f36c1e76cfa99d7854398ecdad4776a --> db305de3862b [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> Using cache 9de55b7413147af26b3d8da5decdc8024d415784dc9174d89b323386fa096b5d --> 9de55b741314 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> Using cache 52e7ae3013aed63336be69df0171e140bf9d6549b1873372258749b0663a3c6a --> 52e7ae3013ae [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> Using cache b2f9d97475bafe69f18381aa67da507d2831ea3bac5e0a6a69261dbaaff1e595 --> b2f9d97475ba [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 8c63ba2fa400 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 5274ba04fbbe [1/2] STEP 11/17: USER root --> 801c13d24109 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> b48bbd1c7e69 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> a255a139426d [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/pkg/openstack pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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) pkg/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 main.go": while running runtime: exit status 1 make: *** [Makefile:248: docker-build] Error 1