~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.236: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 63f2e224a5e6a7ddccc35fe6d3327b56e6256ee8d3f9211e5fcf7485e234372b --> 63f2e224a5e6 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> Using cache 1d51ebc1cf86121b4e594ae461dfa544b07f8afdb81ad6145cb9ce492e0d3a74 --> 1d51ebc1cf86 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> Using cache 5870b6c1b1f197599f7081ea1505ab90256e6c0fb2cc3ca4b3998d3905fb34ae --> 5870b6c1b1f1 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> Using cache fa09617ea19b22ad2483bfe9cdfe357cb7a620281ac13286014b1a8fbd34ef9b --> fa09617ea19b [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> Using cache 33b9659938fb258b5e6d358bc5fadea56a43a55e9d8cdfa67af6481c4966178b --> 33b9659938fb [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> Using cache bf31758cdf4549c40595246b6e9545eec056ae84bb60b3edacd92fab57f60f9d --> bf31758cdf45 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> Using cache e2c0dfc2e0f15209faab149d355178875fcf0ef8ea6b3653f454262061430e53 --> e2c0dfc2e0f1 [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 334d1b0abbe9 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 9ae069a880b3 [1/2] STEP 11/17: USER root --> 9e93f2e018b6 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 67b5541cf614 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> df857c407a91 [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