Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1629175232:resolve_secrets Resolving secrets section_end:1629175232:resolve_secrets section_start:1629175232: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:1629175232:prepare_executor section_start:1629175232:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-5450-concurrent-0w2zxv to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-5450-concurrent-0w2zxv 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-5450-concurrent-0w2zxv via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1629175242:prepare_script section_start:1629175242: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/mitre/saf/heimdall2/.git/ Created fresh repository. Checking out c65b1e85 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1629175245:get_sources section_start:1629175245:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5737670)... Downloading artifacts from coordinator... ok  id=5737670 responseStatus=200 OK token=qzswTwDs WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5737672)... Downloading artifacts from coordinator... ok  id=5737672 responseStatus=200 OK token=kHer2s8j WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5737667)... Downloading artifacts from coordinator... ok  id=5737667 responseStatus=200 OK token=J6adzpnz WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5737671)... Downloading artifacts from coordinator... ok  id=5737671 responseStatus=200 OK token=Mbis_vaM WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1629175254:download_artifacts section_start:1629175254: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/mitre-heimdall2-2.5.0.tar Getting image source signatures Copying blob sha256:3451c0683f67fe0cd9bad3172d3105f9ced198b90bb9ce851bb5dd432fbea4cd Copying blob sha256:1af2bec92d49c6200e3a0c53290c3d1330e37e3c010f6794de687899bf466f34 Copying blob sha256:9a5d14f9f5503e55088666beef7e85a8d9625d4fa7418e2fe269e9c54bcb853c Copying blob sha256:30dd76952e8dbd3750d9387547485467b51549597fda21507d970c710110e12d Copying blob sha256:2ef1d6cebd544b65df36d9de7539e9019b86907c84cb1e653bb4aebc310cb7e4 Copying blob sha256:1672d76d94c2e2e2169ac1f082f7149c6902fc382834e1b2379d6958c7b5de30 Copying blob sha256:83e4b44da6f016d5fb3ab32e149cf500d63b7ce545089ffc316cb5f37028c7de Copying blob sha256:4a477ce7de65aef693f6a2e50956679708b93384549982b20e36a7345d58a95a Copying blob sha256:6fcaf79bc53ec7d9d3bd6f0ccf55aaa3e24f23bafc7444d109b2a016919190c6 Copying blob sha256:7c1b6fe0cd8f33b4f8b2c02bdb590111eb42b6d2addff304e04f87e94d3a7b93 Copying blob sha256:b3726c846f038fa24ea85c9e0dc4f9be6a6a8f8fa182875a74a79390b415309c Copying blob sha256:a7cde2052948c914cea82ceef4355a834720744c9b4b75f1f7faa985d85a3590 Copying blob sha256:04b41ac6ebca0aacc517b7d5bd5edce4d417b45e94a6ae292391e62f2d007155 Copying blob sha256:76d27de51a1e4f5c038268e9cad67b9ffbebab641d003432ea4b47595e750861 Copying blob sha256:1b6f1fd389b98caa1f84bf3499331e19984eab39c6c3c38378b3c75c674e5498 Copying blob sha256:a6aec01fca9efb103d5df9390ca526b136ef3ffc148faa3fa371b1c191e4a3a8 Copying blob sha256:3ba687aa5e966f35ef8af0f6861b329c27378d4592da8c56b5c4022619b0c973 Copying blob sha256:849e3e588f7293d5d8a68c1b9d69a109beca97c5be50a10e3d5ec313cd16698d Copying blob sha256:b51c65b95b9ba5a3fa4c59548a4f1753240ab6feca613642a860ba9d85669a11 Copying config sha256:f7858a04aa4b8a31fa20ab0fb0a1d9f86e10770ed1e79f18b0c2d2bc6e0c5676 Writing manifest to image destination Storing signatures Loaded image(s): localhost/mitre/heimdall2:2.5.0 Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/yarn.tar.gz' -> './yarn.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 mitre/heimdall2:2.5.0 AS source Getting image source signatures Copying blob sha256:9a5d14f9f5503e55088666beef7e85a8d9625d4fa7418e2fe269e9c54bcb853c Copying blob sha256:1af2bec92d49c6200e3a0c53290c3d1330e37e3c010f6794de687899bf466f34 Copying blob sha256:1672d76d94c2e2e2169ac1f082f7149c6902fc382834e1b2379d6958c7b5de30 Copying blob sha256:30dd76952e8dbd3750d9387547485467b51549597fda21507d970c710110e12d Copying blob sha256:2ef1d6cebd544b65df36d9de7539e9019b86907c84cb1e653bb4aebc310cb7e4 Copying blob sha256:3451c0683f67fe0cd9bad3172d3105f9ced198b90bb9ce851bb5dd432fbea4cd Copying blob sha256:83e4b44da6f016d5fb3ab32e149cf500d63b7ce545089ffc316cb5f37028c7de Copying blob sha256:4a477ce7de65aef693f6a2e50956679708b93384549982b20e36a7345d58a95a Copying blob sha256:6fcaf79bc53ec7d9d3bd6f0ccf55aaa3e24f23bafc7444d109b2a016919190c6 Copying blob sha256:7c1b6fe0cd8f33b4f8b2c02bdb590111eb42b6d2addff304e04f87e94d3a7b93 Copying blob sha256:b3726c846f038fa24ea85c9e0dc4f9be6a6a8f8fa182875a74a79390b415309c Copying blob sha256:a7cde2052948c914cea82ceef4355a834720744c9b4b75f1f7faa985d85a3590 Copying blob sha256:04b41ac6ebca0aacc517b7d5bd5edce4d417b45e94a6ae292391e62f2d007155 Copying blob sha256:76d27de51a1e4f5c038268e9cad67b9ffbebab641d003432ea4b47595e750861 Copying blob sha256:1b6f1fd389b98caa1f84bf3499331e19984eab39c6c3c38378b3c75c674e5498 Copying blob sha256:a6aec01fca9efb103d5df9390ca526b136ef3ffc148faa3fa371b1c191e4a3a8 Copying blob sha256:3ba687aa5e966f35ef8af0f6861b329c27378d4592da8c56b5c4022619b0c973 Copying blob sha256:849e3e588f7293d5d8a68c1b9d69a109beca97c5be50a10e3d5ec313cd16698d Copying blob sha256:b51c65b95b9ba5a3fa4c59548a4f1753240ab6feca613642a860ba9d85669a11 Copying config sha256:65f99c1c9f12b1b82ba1ebe7e03600dc01a7a456e20de142c4a4157709dae224 Writing manifest to image destination Storing signatures --> 65f99c1c9f1 STEP 2: FROM registry1.dso.mil/ironbank/opensource/nodejs/nodejs14:14.17.5 Trying to pull registry1.dso.mil/ironbank/opensource/nodejs/nodejs14:14.17.5... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:77a4e1ad2fde894a330ead401014706b3e1990d0c3b7da59a755fcb3b5789307 Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:16e4af7e81ae33fa8664b5320988da3912ec4cf158f0e8d93d5bb9e8e9d7b869 Copying config sha256:5d036da65b1dc25a56f654a63a2f731354755c6989ebdc5b56b4dbb76019bab6 Writing manifest to image destination Storing signatures STEP 3: COPY yarn.tar.gz / STEP 4: WORKDIR / STEP 5: USER root STEP 6: RUN NO_UPDATE_NOTIFIER=true npm install -g yarn.tar.gz --force npm WARN using --force I sure hope you know what you are doing. > yarn@1.22.11 preinstall /usr/local/lib/node_modules/yarn > :; (node ./preinstall.js > /dev/null 2>&1 || true) /usr/local/bin/yarnpkg -> /usr/local/lib/node_modules/yarn/bin/yarn.js /usr/local/bin/yarn -> /usr/local/lib/node_modules/yarn/bin/yarn.js + yarn@1.22.11 added 1 package in 0.517s STEP 7: WORKDIR /heimdall STEP 8: COPY --from=source /app . STEP 9: COPY scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh STEP 10: RUN rm -rf /heimdall/apps/backend/node_modules/webfinger/test STEP 11: USER node STEP 12: HEALTHCHECK --interval=5m --timeout=30s --start-period=1m --retries=3 CMD curl -f http://locahost:3000/server || exit 1 STEP 13: EXPOSE 3000 STEP 14: CMD ["docker-entrypoint.sh"] STEP 15: COMMIT registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:c785728b0573becfc30b8a1605ec7f47f53a6cd113b26eeb1d92dc621e87c5ba Copying blob sha256:38a255e6c9413ccf037fc952af5d7bec5d65fde0108187a8403a6a023842aa4c Copying blob sha256:39f411ed784fbdce8d680bffd839764f76b95291f44365abd5c654f53b1374e6 Copying config sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 Writing manifest to image destination Storing signatures --> 12833ce2dad Successfully tagged registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:latest 12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2 registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:ibci-429404 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:ibci-429404 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:38a255e6c9413ccf037fc952af5d7bec5d65fde0108187a8403a6a023842aa4c Copying blob sha256:39f411ed784fbdce8d680bffd839764f76b95291f44365abd5c654f53b1374e6 Copying blob sha256:c785728b0573becfc30b8a1605ec7f47f53a6cd113b26eeb1d92dc621e87c5ba Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 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/mitre/saf/heimdall2 registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:2.5.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:2.5.0 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:39f411ed784fbdce8d680bffd839764f76b95291f44365abd5c654f53b1374e6 Copying blob sha256:c785728b0573becfc30b8a1605ec7f47f53a6cd113b26eeb1d92dc621e87c5ba Copying blob sha256:38a255e6c9413ccf037fc952af5d7bec5d65fde0108187a8403a6a023842aa4c Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2 registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:latest Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:38a255e6c9413ccf037fc952af5d7bec5d65fde0108187a8403a6a023842aa4c Copying blob sha256:39f411ed784fbdce8d680bffd839764f76b95291f44365abd5c654f53b1374e6 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:c785728b0573becfc30b8a1605ec7f47f53a6cd113b26eeb1d92dc621e87c5ba Copying config sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2 --format '{{.Id}}' + IMAGE_ID=sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 + echo IMAGE_ID=sha256:12833ce2dade26e703b763947b338c70c77d470f75ef472f082d122b7675a855 + IMAGE_PODMAN_SHA=sha256:acf3b9b6d5f8441d5bd7c855a07ba95810a395fd5acb6f25cf28827f36ff3758 + echo IMAGE_PODMAN_SHA=sha256:acf3b9b6d5f8441d5bd7c855a07ba95810a395fd5acb6f25cf28827f36ff3758 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/mitre/saf/heimdall2:ibci-429404 + echo IMAGE_NAME=mitre/saf/heimdall2 + 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:1629176335:step_script section_start:1629176335: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=5737674 responseStatus=201 Created token=xXfmP46a Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5737674 responseStatus=201 Created token=xXfmP46a section_end:1629176337:upload_artifacts_on_success section_start:1629176337:cleanup_file_variables Cleaning up file based variables section_end:1629176337:cleanup_file_variables Job succeeded