Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1627072293:resolve_secrets Resolving secrets section_end:1627072293:resolve_secrets section_start:1627072293:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... section_end:1627072293:prepare_executor section_start:1627072293:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1307-concurrent-02qvgl to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1307-concurrent-02qvgl 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-e82g8rg-project-1307-concurrent-02qvgl via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1627072299:prepare_script section_start:1627072299: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; Waiting for Sidecar Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/coreos/kube-state-metrics/.git/ Created fresh repository. Checking out 23ef8d22 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1627072303:get_sources section_start:1627072303:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5055430)... Downloading artifacts from coordinator... ok  id=5055430 responseStatus=200 OK token=wz6xTBy7 WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5055432)... Downloading artifacts from coordinator... ok  id=5055432 responseStatus=200 OK token=pFZFpr5o WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5055427)... Downloading artifacts from coordinator... ok  id=5055427 responseStatus=200 OK token=VQa9WM-e WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5055431)... Downloading artifacts from coordinator... ok  id=5055431 responseStatus=200 OK token=usRs31NX WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1627072304:download_artifacts section_start:1627072304: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 time="2021-07-23T20:31:45Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podd97ff736-9b84-4c49-b8a2-892ec18c3d96/f6f91c1e84a2fc52ab1662789b2bca494fdea4a52ba8b06acb6355f6bc981df9: no such file or directory" 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 --> b7ef9a832aa Copying config sha256:b7ef9a832aa7269045749904c50423b400c10fc4c74c08ab6c26bb9a4b20879b Writing manifest to image destination Storing signatures STEP 2: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Getting image source signatures Copying blob sha256:b40a97d098364c641df1eee3ad8e65165b0def01502b61b44eb09394d056b68d Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying config sha256:ddf984cf6f1e9fcfd1eec8e380ea6b0e6470045f0201a73ee8651bc57509d739 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 245 kB/s | 2.4 MB 00:09 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:439a0e36562dafe705ff776a6700b56fa55424c092aaafb0ae712ad6dd55efed Copying blob sha256:88b43651201790a2cf4e9c2227a86528675399549fe58ecd8f68cc4276d7db94 Copying config sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 Writing manifest to image destination Storing signatures --> 8ef4bb1f34c 8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 + 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-383766 + 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-383766 Getting image source signatures Copying blob sha256:88b43651201790a2cf4e9c2227a86528675399549fe58ecd8f68cc4276d7db94 Copying blob sha256:439a0e36562dafe705ff776a6700b56fa55424c092aaafb0ae712ad6dd55efed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 Writing manifest to image destination Storing signatures Read the tags + echo '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:439a0e36562dafe705ff776a6700b56fa55424c092aaafb0ae712ad6dd55efed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:88b43651201790a2cf4e9c2227a86528675399549fe58ecd8f68cc4276d7db94 Copying config sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 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:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:88b43651201790a2cf4e9c2227a86528675399549fe58ecd8f68cc4276d7db94 Copying blob sha256:439a0e36562dafe705ff776a6700b56fa55424c092aaafb0ae712ad6dd55efed Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 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}}' time="2021-07-23T20:33:29Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podd97ff736-9b84-4c49-b8a2-892ec18c3d96/f6f91c1e84a2fc52ab1662789b2bca494fdea4a52ba8b06acb6355f6bc981df9: no such file or directory" + IMAGE_ID=sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 + echo IMAGE_ID=sha256:8ef4bb1f34cdaa9c79c868f943bb575f6f32ee20acb9abbcd8a4d10edf0cbc12 + IMAGE_PODMAN_SHA=sha256:d9e7506d9bdf115f5f44bc3ec51126682eb722807660ad1605af012089434a80 + echo IMAGE_PODMAN_SHA=sha256:d9e7506d9bdf115f5f44bc3ec51126682eb722807660ad1605af012089434a80 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/coreos/kube-state-metrics:ibci-383766 + echo IMAGE_NAME=opensource/coreos/kube-state-metrics A tarball of the built image can be retrieved from the documentation job artifacts. + branches=("master" "development") + [[ master development =~ development ]] + 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.' section_end:1627072409:step_script section_start:1627072409: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=5055434 responseStatus=201 Created token=--EDYAxT Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5055434 responseStatus=201 Created token=--EDYAxT section_end:1627072411:upload_artifacts_on_success section_start:1627072411:cleanup_file_variables Cleaning up file based variables section_end:1627072411:cleanup_file_variables Job succeeded