~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.36:5001/openstack-k8s-operators/openstack-operator:3aa569ba0ab6c593fcdf83fcb2a7a1f3431918f1 . [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 b8eb974991db6504138b4b85a9886f2f9c64385517863387b920692548827af8 --> b8eb974991db [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> Using cache ed3a35fa1887a1cba1fb928c4d6a2a5be8124dadb9bcd4b295ac59ae4ee4cbfe --> ed3a35fa1887 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> Using cache d7fbe22e75970f3e630a587ebaa5e32308ece5ef05c28ddefcf1ceb0dd4db4c4 --> d7fbe22e7597 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> Using cache 62c5be312092391cca8489443029c235d08fec3b34993c57752e3cd9d3d5c299 --> 62c5be312092 [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> Using cache d08e773b2421e614eaf9398bd70d7cfab3b455665e9c71e5e5219aa97470fe64 --> d08e773b2421 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> Using cache 6c4088ee97367d5b76e8dc2a8572110a3c9a130d6e8b0fe600ae9ea8244eee9a --> 6c4088ee9736 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> Using cache 9f30161ebf0ed0da5ba5f1f5a2c93724028db8c19a7abf9f18faeb08ebfeb686 --> 9f30161ebf0e [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> a449765c43ca [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> d2f6c8bfdfd9 [1/2] STEP 11/17: USER root --> de4bc246f291 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> c7f7a80d830c [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 5470cd4401ea [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