~/src/github.com/openstack-k8s-operators/openstack-operator ~/ci-framework-data/artifacts podman build -t 38.102.83.23:5001/openstack-k8s-operators/openstack-operator:7fde865a9e102b60d9d678639db556a2907eb3ac . [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 --> afdd661846b7 [1/2] STEP 3/17: ARG REMOTE_SOURCE=. --> d02a9275c734 [1/2] STEP 4/17: ARG REMOTE_SOURCE_DIR=/remote-source --> 96c28d5cb0fc [1/2] STEP 5/17: ARG REMOTE_SOURCE_SUBDIR= --> b87c6985b607 [1/2] STEP 6/17: ARG DEST_ROOT=/dest-root --> 7ace5f8cfc5d [1/2] STEP 7/17: ARG GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" --> ba10bdbdab5c [1/2] STEP 8/17: ARG GO_BUILD_EXTRA_ENV_ARGS="CGO_ENABLED=1 GO111MODULE=on" --> 32be67544fe5 [1/2] STEP 9/17: COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR --> b70641f9b0b8 [1/2] STEP 10/17: WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR --> 13d8ba189f08 [1/2] STEP 11/17: USER root --> 7713959000ea [1/2] STEP 12/17: RUN mkdir -p ${DEST_ROOT}/usr/local/bin/ --> 043d6f176b51 [1/2] STEP 13/17: RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi go: google.golang.org/genproto@v0.0.0-20230822172742-b8732ec3820d: read "https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20230822172742-b8732ec3820d.zip": stream error: stream ID 2529; INTERNAL_ERROR; received from peer Error: building at STEP "RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi": while running runtime: exit status 1 make: *** [Makefile:256: docker-build] Error 1