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:1630987309:resolve_secrets Resolving secrets section_end:1630987309:resolve_secrets section_start:1630987309: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:1630987309:prepare_executor section_start:1630987309:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-873-concurrent-0mf4dl to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-873-concurrent-0mf4dl 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-873-concurrent-0mf4dl to be running, status is Pending 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-873-concurrent-0mf4dl to be running, status is Pending 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-873-concurrent-0mf4dl 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-873-concurrent-0mf4dl via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1630987325:prepare_script section_start:1630987325: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/coredns/coredns/.git/ Created fresh repository. Checking out 30bfad2f as master... Skipping Git submodules setup section_end:1630987327:get_sources section_start:1630987327:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6288533)... Downloading artifacts from coordinator... ok  id=6288533 responseStatus=200 OK token=G-WDR1qF WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6288535)... Downloading artifacts from coordinator... ok  id=6288535 responseStatus=200 OK token=8tLntPJE WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6288530)... Downloading artifacts from coordinator... ok  id=6288530 responseStatus=200 OK token=7Hpa4SY9 WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6288534)... Downloading artifacts from coordinator... ok  id=6288534 responseStatus=200 OK token=6Wt33uY1 WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630987328:download_artifacts section_start:1630987328: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/coredns-coredns-1.8.4.tar Getting image source signatures Copying blob sha256:f72781b18181cbba571f4fb02db86252810e8249169aa38df3519b05157712f8 Copying blob sha256:225df95e717ceb672de0e45aa49f352eace21512240205972aca0fccc9612722 Copying config sha256:8d147537fb7d1ac8895da4d55a5e53621949981e2e6460976dae812f83d84a44 Writing manifest to image destination Storing signatures Loaded image(s): localhost/coredns/coredns:1.8.4 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 coredns/coredns:1.8.4 AS base Getting image source signatures Copying blob sha256:225df95e717ceb672de0e45aa49f352eace21512240205972aca0fccc9612722 Copying blob sha256:f72781b18181cbba571f4fb02db86252810e8249169aa38df3519b05157712f8 Copying config sha256:e1a34990b94351f7ccdc8a7c0b26e0c99d51b6835a8f8a7128e6a9d25f338eea Writing manifest to image destination Storing signatures --> e1a34990b94 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:9f0e58d20a101ca4f9a522c85daee9264868d5be592441923f009fd244f64046 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying config sha256:0653fdd2960e9903e15065a96f8d76655c20db0d1882ac58ec5e098db5814ae2 Writing manifest to image destination Storing signatures STEP 3: RUN dnf update -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 /coredns /coredns STEP 5: EXPOSE 53 53/udp STEP 6: HEALTHCHECK --start-period=30s --interval=10s CMD curl -fs http://127.0.0.1:8080/health || exit 1 STEP 7: ENTRYPOINT ["/coredns"] STEP 8: CMD ["-conf", "/etc/coredns/Corefile"] STEP 9: COMMIT registry1.dso.mil/ironbank-staging/opensource/coredns/coredns Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:b9e1d509321b2230ee35fbfd2a387f278a4dc4038098ec6b3d2e76cd72fac5fb Copying blob sha256:af25e9847a5853d28b194274fb2f144e9a7b4b4dc7b4e293cdee22be1fadeef6 Copying config sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 Writing manifest to image destination Storing signatures --> f5324c758a2 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:latest f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coredns/coredns registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:ibci-464065 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:ibci-464065 Getting image source signatures Copying blob sha256:af25e9847a5853d28b194274fb2f144e9a7b4b4dc7b4e293cdee22be1fadeef6 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:b9e1d509321b2230ee35fbfd2a387f278a4dc4038098ec6b3d2e76cd72fac5fb Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 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/coredns/coredns registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:1.8.4 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:1.8.4 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:af25e9847a5853d28b194274fb2f144e9a7b4b4dc7b4e293cdee22be1fadeef6 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:b9e1d509321b2230ee35fbfd2a387f278a4dc4038098ec6b3d2e76cd72fac5fb Copying config sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coredns/coredns registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:latest Getting image source signatures Copying blob sha256:af25e9847a5853d28b194274fb2f144e9a7b4b4dc7b4e293cdee22be1fadeef6 Copying blob sha256:b9e1d509321b2230ee35fbfd2a387f278a4dc4038098ec6b3d2e76cd72fac5fb Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/coredns/coredns --format '{{.Id}}' + IMAGE_ID=sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 + echo IMAGE_ID=sha256:f5324c758a2db30b735776e91e05361a4942ef4043b2e4dd36430d95d78db408 + IMAGE_PODMAN_SHA=sha256:cd404e84dbc567d912ce5d3f5c21622a032921b22a6951de1bb2295e31422c68 + echo IMAGE_PODMAN_SHA=sha256:cd404e84dbc567d912ce5d3f5c21622a032921b22a6951de1bb2295e31422c68 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/coredns/coredns:ibci-464065 + echo IMAGE_NAME=opensource/coredns/coredns + 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:1630987416:step_script section_start:1630987416: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=6288537 responseStatus=201 Created token=UML4W1_z Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6288537 responseStatus=201 Created token=UML4W1_z section_end:1630987418:upload_artifacts_on_success section_start:1630987418:cleanup_file_variables Cleaning up file based variables section_end:1630987418:cleanup_file_variables Job succeeded