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:1631110024:resolve_secrets Resolving secrets section_end:1631110024:resolve_secrets section_start:1631110024: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:1631110024:prepare_executor section_start:1631110024:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-1312-concurrent-04rz49 to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-1312-concurrent-04rz49 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]" Running on runner-jrexj6yx-project-1312-concurrent-04rz49 via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1631110030:prepare_script section_start:1631110030: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-rbac-proxy/.git/ Created fresh repository. Checking out 963f29fb as master... Skipping Git submodules setup section_end:1631110033:get_sources section_start:1631110033:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6321274)... Downloading artifacts from coordinator... ok  id=6321274 responseStatus=200 OK token=RMxgetEN WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6321276)... Downloading artifacts from coordinator... ok  id=6321276 responseStatus=200 OK token=Pyv4wMci WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6321271)... Downloading artifacts from coordinator... ok  id=6321271 responseStatus=200 OK token=sm3cKSm- WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6321275)... Downloading artifacts from coordinator... ok  id=6321275 responseStatus=200 OK token=yyeTFMRQ WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1631110034:download_artifacts section_start:1631110034: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-rbac-proxy-v0.5.0.tar Getting image source signatures Copying blob sha256:116b2c96bc5f1bdd88e4015bf0aaa57c9a2ab76e77e516948e1095af6ff5aa84 Copying blob sha256:7ab2a506d9344898bf1b2720c9db98ba982414aa4b3e856bd21369370a6b2f94 Copying blob sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10 Copying config sha256:7d94526bba66b79559f37787c0e576c6fe5f255cb17bdfb49f39a22f15b03f08 Writing manifest to image destination Storing signatures Loaded image(s): quay.io/coreos/kube-rbac-proxy:v0.5.0 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-rbac-proxy:v0.5.0 AS base Getting image source signatures Copying blob sha256:5216338b40a7b96416b8b9858974bbe4acc3096ee60acbc4dfb1ee02aecceb10 Copying blob sha256:7ab2a506d9344898bf1b2720c9db98ba982414aa4b3e856bd21369370a6b2f94 Copying blob sha256:116b2c96bc5f1bdd88e4015bf0aaa57c9a2ab76e77e516948e1095af6ff5aa84 Copying config sha256:f68686300c535c0d4fe51042654aa714c33b9cb68cf17a608985497c0eb973cf Writing manifest to image destination Storing signatures --> f68686300c5 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:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 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.0 kB/s | 14 kB 00:14 Dependencies resolved. Nothing to do. Complete! 25 files removed STEP 4: COPY --from=base /kube-rbac-proxy /usr/local/bin/kube-rbac-proxy STEP 5: USER nobody STEP 6: EXPOSE 8080 8443 STEP 7: HEALTHCHECK --start-period=10s CMD curl -fs https://127.0.0.1:8080 || curl -fsk https://127.0.0.1:8443 || exit 1 STEP 8: ENTRYPOINT ["kube-rbac-proxy"] STEP 9: COMMIT registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:2c14dedba89b26adca85cb5ef2de9f2f1f2e92e0d3b30c75eefaa222a50b4f8d Copying config sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff Writing manifest to image destination Storing signatures --> d2e10f72280 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:latest d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:ibci-466177 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:ibci-466177 Getting image source signatures Copying blob sha256:2c14dedba89b26adca85cb5ef2de9f2f1f2e92e0d3b30c75eefaa222a50b4f8d Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff 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-rbac-proxy registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:v0.5.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:v0.5.0 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:2c14dedba89b26adca85cb5ef2de9f2f1f2e92e0d3b30c75eefaa222a50b4f8d Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:latest Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:2c14dedba89b26adca85cb5ef2de9f2f1f2e92e0d3b30c75eefaa222a50b4f8d Copying config sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy --format '{{.Id}}' + IMAGE_ID=sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff + echo IMAGE_ID=sha256:d2e10f7228045e18de032784960e5bc3bd4320f610d8b2649f4ab21718fa05ff + IMAGE_PODMAN_SHA=sha256:8d07afb745891effc70f98ffe36561d0ea083a1854652a3d0851f074eca171a6 + echo IMAGE_PODMAN_SHA=sha256:8d07afb745891effc70f98ffe36561d0ea083a1854652a3d0851f074eca171a6 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/coreos/kube-rbac-proxy:ibci-466177 + echo IMAGE_NAME=opensource/coreos/kube-rbac-proxy + 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:1631110145:step_script section_start:1631110145: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=6321278 responseStatus=201 Created token=35AYJ1C- Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6321278 responseStatus=201 Created token=35AYJ1C- section_end:1631110147:upload_artifacts_on_success section_start:1631110147:cleanup_file_variables Cleaning up file based variables section_end:1631110147:cleanup_file_variables Job succeeded