Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630337813:resolve_secrets Resolving secrets section_end:1630337813:resolve_secrets section_start:1630337813: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:1630337813:prepare_executor section_start:1630337813:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-8187-concurrent-0khm2b to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-8187-concurrent-0khm2b 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-8187-concurrent-0khm2b via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630337819:prepare_script section_start:1630337819: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/dsop/gitlab/gitlab/gitlab-toolbox/.git/ Created fresh repository. Checking out d3e25ec8 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630337820:get_sources section_start:1630337820:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6078621)... Downloading artifacts from coordinator... ok  id=6078621 responseStatus=200 OK token=zD9AFJCy WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6078623)... Downloading artifacts from coordinator... ok  id=6078623 responseStatus=200 OK token=F9C-xg98 WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6078618)... Downloading artifacts from coordinator... ok  id=6078618 responseStatus=200 OK token=oSbCJ13G WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6078622)... Downloading artifacts from coordinator... ok  id=6078622 responseStatus=200 OK token=FsrfAzuB WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630337821:download_artifacts section_start:1630337821: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 Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/gitlab-python.tar.gz' -> './gitlab-python.tar.gz' 'ci-artifacts/import-artifacts/external-resources/gitlab-toolbox-ee.tar.gz' -> './gitlab-toolbox-ee.tar.gz' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image time="2021-08-30T15:37:02Z" level=warning msg="missing \"DNF_OPTS\" build argument. Try adding \"--build-arg DNF_OPTS=\" to the command line" STEP 1: FROM registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:14.2.0 Trying to pull registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:14.2.0... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:831fedc003063f13885064bd6a8bafb4c829b9134a5e3df2a4fd74b2dda760eb Copying blob sha256:fdba3017c7deda7fc10266a6e237ed3b2f31de171c419ef850c6f7cf46b5968e Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:b9ae369dde736c0be8d9b1d01188d9b77a623f8cf42858119b10fe742ce77c17 Copying config sha256:a211526b87c14996f7ce27de83639ce86f33660ba6ddfc499d7d40fd1cd1432d Writing manifest to image destination Storing signatures STEP 2: ARG GITLAB_VERSION STEP 3: ARG GITLAB_USER=git STEP 4: ARG DNF_OPTS STEP 5: ENV LIBDIR ${LIBDIR:-"/usr/lib64"} STEP 6: ADD gitlab-toolbox-ee.tar.gz / STEP 7: ADD gitlab-python.tar.gz / STEP 8: COPY scripts/bin/* /usr/local/bin/ STEP 9: COPY scripts/lib/* ${LIBDIR}/ruby/vendor_ruby/ STEP 10: RUN dnf clean all && rm -r /var/cache/dnf && dnf ${DNF_OPTS} install -by --nodocs ca-certificates openssl 25 files removed Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 247 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: openssl x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 707 k Transaction Summary ================================================================================ Install 1 Package Total download size: 707 k Installed size: 1.1 M Downloading Packages: [MIRROR] openssl-1.1.1g-15.el8_3.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/o/openssl-1.1.1g-15.el8_3.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] openssl-1.1.1g-15.el8_3.x86_64.rpm 141 kB/s | 707 kB 00:05 -------------------------------------------------------------------------------- Total 141 kB/s | 707 kB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 1/1 Running scriptlet: openssl-1:1.1.1g-15.el8_3.x86_64 1/1 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 1/1 Installed products updated. Installed: openssl-1:1.1.1g-15.el8_3.x86_64 Complete! STEP 11: USER ${GITLAB_USER}:${GITLAB_USER} STEP 12: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] STEP 13: COMMIT registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:08fa1e06124f5f75718ef557e4b6ff745e96f85d1adae019f2a6a87afb54c4a8 Copying blob sha256:d368735e876465c2a43748efbba2eff13bccd243d0377fab0d1f7185c887f18a Copying blob sha256:f36ad449e851ef993e671ceac2fd9ca1de6c1f9c5cd390af5f5794ffcfbbde14 Copying blob sha256:2c905ed0f7d9ea8ade1948ecfd16ba6a183c24c4b9f9d664b8bc281d59f0ab5b Copying config sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b Writing manifest to image destination Storing signatures --> 0643b7280b3 Successfully tagged registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:latest 0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:ibci-451052 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:ibci-451052 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:08fa1e06124f5f75718ef557e4b6ff745e96f85d1adae019f2a6a87afb54c4a8 Copying blob sha256:d368735e876465c2a43748efbba2eff13bccd243d0377fab0d1f7185c887f18a Copying blob sha256:2c905ed0f7d9ea8ade1948ecfd16ba6a183c24c4b9f9d664b8bc281d59f0ab5b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:f36ad449e851ef993e671ceac2fd9ca1de6c1f9c5cd390af5f5794ffcfbbde14 Copying config sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b 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/gitlab/gitlab/gitlab-toolbox registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:14.2.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:14.2.0 Getting image source signatures Copying blob sha256:2c905ed0f7d9ea8ade1948ecfd16ba6a183c24c4b9f9d664b8bc281d59f0ab5b Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:08fa1e06124f5f75718ef557e4b6ff745e96f85d1adae019f2a6a87afb54c4a8 Copying blob sha256:d368735e876465c2a43748efbba2eff13bccd243d0377fab0d1f7185c887f18a Copying blob sha256:f36ad449e851ef993e671ceac2fd9ca1de6c1f9c5cd390af5f5794ffcfbbde14 Copying config sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:latest Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:f36ad449e851ef993e671ceac2fd9ca1de6c1f9c5cd390af5f5794ffcfbbde14 Copying blob sha256:2c905ed0f7d9ea8ade1948ecfd16ba6a183c24c4b9f9d664b8bc281d59f0ab5b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:d368735e876465c2a43748efbba2eff13bccd243d0377fab0d1f7185c887f18a Copying blob sha256:08fa1e06124f5f75718ef557e4b6ff745e96f85d1adae019f2a6a87afb54c4a8 Copying config sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox --format '{{.Id}}' + IMAGE_ID=sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b + echo IMAGE_ID=sha256:0643b7280b3812afb91daf3a4a6a1276c2a96097a0ff4e42a350f4ad506dbe5b + IMAGE_PODMAN_SHA=sha256:a24288627c7ce77bf54c6a3fa3c9e9439bcf89c36fe6ff70ad89c304c14138a9 + echo IMAGE_PODMAN_SHA=sha256:a24288627c7ce77bf54c6a3fa3c9e9439bcf89c36fe6ff70ad89c304c14138a9 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/gitlab/gitlab/gitlab-toolbox:ibci-451052 + echo IMAGE_NAME=gitlab/gitlab/gitlab-toolbox + 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:1630338054:step_script section_start:1630338054: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=6078625 responseStatus=201 Created token=A2SgvGWz Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6078625 responseStatus=201 Created token=A2SgvGWz section_end:1630338055:upload_artifacts_on_success section_start:1630338055:cleanup_file_variables Cleaning up file based variables section_end:1630338055:cleanup_file_variables Job succeeded