~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.177:5001/openstack-k8s-operators/openstack-operator:03abc22afbf4f9bf7e848b75dae57e47dcecd4fd . [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 3e350a803ad30c42a519c77596f42750f401f6724107097e3a88af843b9b429f --> 3e350a803ad3 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> Using cache dede2b9001af4d05fb5efcf81890f123e128e543428ba709a3347b04ff32efdb --> dede2b9001af [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> Using cache a416a3f6da75c3ba22ca5608122c198d1702c644ade70caa2b51c15d0d55255d --> a416a3f6da75 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> Using cache 33c99b256dea628d3748cecd4b685fe0d3024df0b8864689eef5aecb0ed45bc5 --> 33c99b256dea [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> Using cache 681557b2eccc72977d53f9425ebb8eef34bd7b752ba0648062f5a8460adb22db --> 681557b2eccc [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> Using cache 9ca7c9c49dc23951eec57af895ffce56f01af979f4d6372f8e9a1a46acf67e21 --> 9ca7c9c49dc2 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> Using cache 0c65873a12adf88ff6f1e20dc081f8ed891e2f62ff01d97275479282debeffb8 --> 0c65873a12ad [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> a6a71053e723 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 563c0fec21e8 [1/2] STEP 11/17: USER root --> 982c6ac3e0af [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 677e8ec3bda6 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> f6a0c4135854 [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:250: docker-build] Error 1