~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.44:5001/openstack-k8s-operators/openstack-operator:38e630804dada625f7b015f13f3ac5bb7192f4dd . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:ae8fd785106b3cfff34750dc967ed6b4930e1cf3a70c6b7b406802027bd0476e Copying blob sha256:eaacaedf7cb8afeed496639879c6c7e8c24cff479ee4bcfe75da992fadf28ef1 Copying blob sha256:8f492f00433a29603a7c5c508aa3149604137fd3effbeaa334996ae40e7c57b6 Copying blob sha256:5358899e410bfce986d2c942b25d00da533aebebaf1e642bc664b9c1b9363293 Copying config sha256:d430deac428f1e99d63c83cf8f072b3be8ac4909d044f8e52f500497352a36a5 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> 1dbfb42bb527 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> dd4f045b0ed3 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> d35caa89db81 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> 9723ebcaf41b [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> a17578a98ca0 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> 5d517f72d184 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 6eebe38c292c [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> 11513e6e5f7d [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 8cda1b6000c1 [1/2] STEP 11/17: USER root --> 171bc027fa19 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> cf254fc3c723 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi --> 907d2f83395c [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/ironic-operator/api/v1beta1 /opt/app-root/src/go/pkg/mod/github.com/!deydra71/ironic-operator/api@v0.0.0-20260121092824-e02c23e47739/v1beta1/ironic_webhook.go:580:54: undefined: keystonev1.GetACSecretName /opt/app-root/src/go/pkg/mod/github.com/!deydra71/ironic-operator/api@v0.0.0-20260121092824-e02c23e47739/v1beta1/ironic_webhook.go:584:70: undefined: keystonev1.GetACSecretName 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:256: docker-build] Error 1