Running with gitlab-runner 13.12.0 (7a6612da)  on dsop-shared-gitlab-runner-5fcd8977b8-m6qmr JrExJ6yx  feature flags: FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY:false section_start:1631110120:resolve_secrets Resolving secrets section_end:1631110120:resolve_secrets section_start:1631110120:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... Using attach strategy to execute scripts... section_end:1631110120:prepare_executor section_start:1631110120:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-1307-concurrent-0xw2ww to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-1307-concurrent-0xw2ww to be running, status is Pending ContainersNotInitialized: "containers with incomplete status: [istio-init]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-1307-concurrent-0xw2ww to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-jrexj6yx-project-1307-concurrent-0xw2ww via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1631110129:prepare_script section_start:1631110129:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/JrExJ6yx/0/dsop/opensource/coreos/kube-state-metrics/.git/ Created fresh repository. Checking out 0361b156 as master... Skipping Git submodules setup section_end:1631110130:get_sources section_start:1631110130:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6321310)... Downloading artifacts from coordinator... ok  id=6321310 responseStatus=200 OK token=xSbpUpyQ WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6321312)... Downloading artifacts from coordinator... ok  id=6321312 responseStatus=200 OK token=Pb_kxBdK WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6321307)... Downloading artifacts from coordinator... ok  id=6321307 responseStatus=200 OK token=Xwx7vKpB WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6321311)... Downloading artifacts from coordinator... ok  id=6321311 responseStatus=200 OK token=iuGfwC8q WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1631110131:download_artifacts section_start:1631110131:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build loading image ci-artifacts/import-artifacts/images/quay.io-coreos-kube-state-metrics-v1.9.8.tar Getting image source signatures Copying blob sha256:291d3f5e8a1d0dfca250e9ec424363d5963581104367ba5035b87999e6214724 Copying blob sha256:8651333b21e7876c3c1aa01ffe3abb23c530d416a93d7a60ce8d700d8c3c0163 Copying config sha256:7c23fc45742d713fd20f2eb4991e22ac08eb8b6bd99956a1ae7d0951c108678f Writing manifest to image destination Storing signatures Loaded image(s): quay.io/coreos/kube-state-metrics:v1.9.8 Load HTTP and S3 external resources Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM quay.io/coreos/kube-state-metrics:v1.9.8 AS base Getting image source signatures Copying blob sha256:8651333b21e7876c3c1aa01ffe3abb23c530d416a93d7a60ce8d700d8c3c0163 Copying blob sha256:291d3f5e8a1d0dfca250e9ec424363d5963581104367ba5035b87999e6214724 Copying config sha256:db026c6a173f9e880c346464a694c10690e6df217b14a31d078f46b38723adea Writing manifest to image destination Storing signatures --> db026c6a173 STEP 2: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:2de9c288ff0cf59cd0269e1bb62a9351be3d200aafc1fd11d9e1ba08b0e6f345 Copying config sha256:abd78a7b9379f5c09a4b90b629aede4f8a42935d4ee267788900d3fcb4174f11 Writing manifest to image destination Storing signatures STEP 3: RUN dnf upgrade -y && dnf clean all && rm -rf /var/cache/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 244 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! 25 files removed STEP 4: COPY --from=base /kube-state-metrics /kube-state-metrics STEP 5: USER nobody STEP 6: EXPOSE 8080 8081 STEP 7: HEALTHCHECK --start-period=5s --timeout=5s CMD curl -fs http://127.0.0.1:8080/healthz || exit 1 STEP 8: ENTRYPOINT ["/kube-state-metrics", "--port=8080", "--telemetry-port=8081"] STEP 9: COMMIT registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:6f70caf3287fe9142b5a1c8c14f0c44ad5ba1d6576e94291edf2c2b924dc9c60 Copying config sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe Writing manifest to image destination Storing signatures --> 71a733f8307 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:latest 71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:ibci-466181 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:ibci-466181 Getting image source signatures Copying blob sha256:6f70caf3287fe9142b5a1c8c14f0c44ad5ba1d6576e94291edf2c2b924dc9c60 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe Writing manifest to image destination Storing signatures + echo 'Read the tags' Read the tags + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:v1.9.8 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:v1.9.8 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:6f70caf3287fe9142b5a1c8c14f0c44ad5ba1d6576e94291edf2c2b924dc9c60 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:latest Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:6f70caf3287fe9142b5a1c8c14f0c44ad5ba1d6576e94291edf2c2b924dc9c60 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics --format '{{.Id}}' + IMAGE_ID=sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe + echo IMAGE_ID=sha256:71a733f83077017c4f810ef1bec14b84e2aa3d0cabf8b24a2a8301a85403f1fe + IMAGE_PODMAN_SHA=sha256:66d258d37473d5af4d7cf05a1892e7b8a5f7abed6ad766a9436c902de7e86cf6 + echo IMAGE_PODMAN_SHA=sha256:66d258d37473d5af4d7cf05a1892e7b8a5f7abed6ad766a9436c902de7e86cf6 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:ibci-466181 + echo IMAGE_NAME=opensource/coreos/kube-state-metrics + branches=("master" "development") + [[ master development =~ master ]] + msg='A tarball of the built image can be retrieved from the documentation job artifacts.' + echo 'A tarball of the built image can be retrieved from the documentation job artifacts.' A tarball of the built image can be retrieved from the documentation job artifacts. section_end:1631110230:step_script section_start:1631110230:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=6321314 responseStatus=201 Created token=-nCLN3Ji Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6321314 responseStatus=201 Created token=-nCLN3Ji section_end:1631110232:upload_artifacts_on_success section_start:1631110232:cleanup_file_variables Cleaning up file based variables section_end:1631110233:cleanup_file_variables Job succeeded