~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.102:5001/openstack-k8s-operators/openstack-operator:3dcb5756759066178b2dbc45ffb9108c5941ef3a . [1/2] STEP 1/17: FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.24... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:188fe396b95c237772cf0eab4c2bbdaa1333ca038c80ab1076f19683b1a90155 Copying blob sha256:74956640af323393be3edafd6bbf4d02e5336ac16c17bd052e9127b7a9f77159 Copying blob sha256:859785206f5760646f83984ae71a45c7ca6aa1029ff438169b0956e3f3a6ef4c Copying blob sha256:5edb8b7e5fc91c9843da0c08783334a15184126061e834b8625af8ca7ee92e06 Copying config sha256:37bbed2c8c078e3a7a0ec8431f00d5c2d1173cc4bdce17a26e1c4123e1887e18 Writing manifest to image destination Storing signatures [1/2] STEP 2/17: ARG CACHITO_ENV_FILE=/remote-source/cachito.env --> 68914af595d3 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> b83ee1bcb07f [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> ea7753982c35 [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> 0522ca71c05e [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> f1b73aa59788 [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> fbcce139fd64 [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> c2674757f746 [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> bf06cccb4fe2 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 749e20fd1cb6 [1/2] STEP 11/17: USER root --> 28bfa2bdf8b9 [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> c6b27284dc9d [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi go: go.mongodb.org/mongo-driver@v1.13.1: verifying module: go.mongodb.org/mongo-driver@v1.13.1: reading https://sum.golang.org/tile/8/1/321: 500 Internal Server Error Error: building at STEP "RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi": while running runtime: exit status 1 make: *** [Makefile:248: docker-build] Error 1