Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630612118:resolve_secrets Resolving secrets section_end:1630612118:resolve_secrets section_start:1630612118: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:1630612118:prepare_executor section_start:1630612118:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-2227-concurrent-0jhp6n to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-2227-concurrent-0jhp6n 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-2227-concurrent-0jhp6n via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630612124:prepare_script section_start:1630612124: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/galvanize/galvanize/python-code-evaluator/.git/ Created fresh repository. Checking out 966a94df as 0.1.4... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630612124:get_sources section_start:1630612124:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6184089)... Downloading artifacts from coordinator... ok  id=6184089 responseStatus=200 OK token=ZQu3U2vg Downloading artifacts for import-artifacts (6184091)... WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts from coordinator... ok  id=6184091 responseStatus=200 OK token=RjMFBDoA WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6184086)... Downloading artifacts from coordinator... ok  id=6184086 responseStatus=200 OK token=xjnEcWrZ WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6184090)... Downloading artifacts from coordinator... ok  id=6184090 responseStatus=200 OK token=89J6Xw1H WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630612125:download_artifacts section_start:1630612125: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/redis-cli.tar.gz' -> './redis-cli.tar.gz' 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 registry1.dso.mil/ironbank/opensource/python/python39:v3.9.7 Trying to pull registry1.dso.mil/ironbank/opensource/python/python39:v3.9.7... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:8939142cbb3ad24000006dfa34989aa401ad3911a7e4508b06c6d4747efe5ac9 Copying blob sha256:df85202400ad1e87b440f386f41464b3af9cfcd0ebe97e9f32e847189919f368 Copying config sha256:dd321ae53910d5fb34ab628c09be6b9c92c6fba7333cf4e44eb723867cef1574 Writing manifest to image destination Storing signatures STEP 2: USER 0 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 243 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: WORKDIR /app STEP 5: COPY ./scripts . STEP 6: COPY redis-cli.tar.gz . STEP 7: RUN tar xzf redis-cli.tar.gz && rm redis-cli.tar.gz && mv redis-cli /usr/local/bin/redis-cli STEP 8: RUN chown -R 1001 /app && chown -R 1001 /usr/src && chmod 0555 /app/get-job.sh STEP 9: USER 1001 STEP 10: HEALTHCHECK none STEP 11: ENTRYPOINT ["/app/get-job.sh"] STEP 12: COMMIT registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:6b8c6024f34df5bfa566ffde8c6a71f3e19ffa45fd0db834fc8718a4d645cbb0 Copying config sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a Writing manifest to image destination Storing signatures --> 64d542c2835 Successfully tagged registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:latest 64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:ibci-457779 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:ibci-457779 Getting image source signatures Copying blob sha256:6b8c6024f34df5bfa566ffde8c6a71f3e19ffa45fd0db834fc8718a4d645cbb0 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a Writing manifest to image destination Storing signatures + 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/galvanize/galvanize/python-code-evaluator registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:0.1.4 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:0.1.4 Getting image source signatures Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:6b8c6024f34df5bfa566ffde8c6a71f3e19ffa45fd0db834fc8718a4d645cbb0 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:latest Getting image source signatures Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:6b8c6024f34df5bfa566ffde8c6a71f3e19ffa45fd0db834fc8718a4d645cbb0 Copying config sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator --format '{{.Id}}' + IMAGE_ID=sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a + echo IMAGE_ID=sha256:64d542c283514aba6d48d504a0bc8ee2c62b318a40876a15d9687b29722c967a + IMAGE_PODMAN_SHA=sha256:133914011c41e92b5168dea1d490c17ddf41624a014bb4153f01be8ad259d9d2 + echo IMAGE_PODMAN_SHA=sha256:133914011c41e92b5168dea1d490c17ddf41624a014bb4153f01be8ad259d9d2 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/galvanize/galvanize/python-code-evaluator:ibci-457779 + echo IMAGE_NAME=galvanize/galvanize/python-code-evaluator + branches=("master" "development") + [[ master development =~ 0.1.4 ]] + msg='A tarball of the built image can be retrieved from the create-tar job artifacts.' A tarball of the built image can be retrieved from the create-tar job artifacts. + echo 'A tarball of the built image can be retrieved from the create-tar job artifacts.' section_end:1630612204:step_script section_start:1630612204: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=6184093 responseStatus=201 Created token=Q5dzn92X Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6184093 responseStatus=201 Created token=Q5dzn92X section_end:1630612206:upload_artifacts_on_success section_start:1630612206:cleanup_file_variables Cleaning up file based variables section_end:1630612206:cleanup_file_variables Job succeeded