Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1626276463:resolve_secrets Resolving secrets section_end:1626276463:resolve_secrets section_start:1626276463: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:1626276463:prepare_executor section_start:1626276463:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-4500-concurrent-089qjl 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-e82g8rg-project-4500-concurrent-089qjl 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-4500-concurrent-089qjl via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1626276471:prepare_script section_start:1626276471: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/opensource/tektoncd/imagedigestexporter/.git/ Created fresh repository. Checking out a803f766 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1626276472:get_sources section_start:1626276472:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (4797356)... Downloading artifacts from coordinator... ok  id=4797356 responseStatus=200 OK token=fGzP2mSp WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (4797358)... Downloading artifacts from coordinator... ok  id=4797358 responseStatus=200 OK token=_yR1ktdZ WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (4797353)... Downloading artifacts from coordinator... ok  id=4797353 responseStatus=200 OK token=4S44apUE WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (4797357)... Downloading artifacts from coordinator... ok  id=4797357 responseStatus=200 OK token=s5wUqHKQ WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1626276473:download_artifacts section_start:1626276473: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/gcr.io-tekton-releases-github.com-tektoncd-pipeline-cmd-imagedigestexporter-v0.26.0.tar time="2021-07-14T15:27:54Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod7ca3d8d5-dab3-40bf-92e0-0f4b7f9158de/67eef9dad53ca2cc8bcfccc6ad2c773cd578d27e3f6542b3efa079b2ce244b6d: no such file or directory" Getting image source signatures Copying blob sha256:e5d57b13ddc258870a154e2d0bbc45bc7171030ffc5c5759864f7f586b63cecc Copying blob sha256:16679402dc206c982b5552ab8de7d898547100e5468be29d4f67d393c0eadfdb Copying blob sha256:12076ba25c7ff1570e1027d628e8290ef8b3e34d7e2600be0e083313aecdc624 Copying config sha256:99ca381fda6da3246859bdaa07b5c7ee7c2288f6ea4b52959c5d3190dc719f7f Writing manifest to image destination Storing signatures Loaded image(s): gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter:v0.26.0 time="2021-07-14T15:27:56Z" level=error msg="failed to kill 29" 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 gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter:v0.26.0 AS build Getting image source signatures Copying blob sha256:16679402dc206c982b5552ab8de7d898547100e5468be29d4f67d393c0eadfdb Copying blob sha256:12076ba25c7ff1570e1027d628e8290ef8b3e34d7e2600be0e083313aecdc624 Copying blob sha256:e5d57b13ddc258870a154e2d0bbc45bc7171030ffc5c5759864f7f586b63cecc Copying config sha256:9336ec1e537c1a9ab861b56116aa461f5b39296bf71317e0f5edabc2a76ff5f7 Writing manifest to image destination Storing signatures --> 9336ec1e537 STEP 2: FROM registry1.dso.mil/ironbank/google/distroless/static:latest Getting image source signatures Copying blob sha256:ff53f95d20d5f6ca55d46980861da4798ee325927876aa53bfc5e2a32a864dc7 Copying blob sha256:56a974ed63388950cfc5e7627b1bee951cc1a20fb45dedd4d8d8f34d63c6ef4a Copying blob sha256:0601dccf3e93d42edf170296e848683623040da96519b1b943b8842620c24bd0 Copying config sha256:16f743b18673c29d54af5b864b4375054771866a6f7cecb267a24636f8a7908d Writing manifest to image destination Storing signatures STEP 3: COPY --from=build /ko-app /ko-app STEP 4: USER 1001 STEP 5: HEALTHCHECK NONE STEP 6: CMD ["/ko-app/imagedigestexporter"] STEP 7: COMMIT registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter Getting image source signatures Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:86d8b1d58f9c4629cf781fd2bb5ecf6c9eab5f7c0f3957aef4f79deefa6c4956 Copying config sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 Writing manifest to image destination Storing signatures --> 2c3b5a595ac 2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:ibci-365420 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:ibci-365420 Getting image source signatures Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:86d8b1d58f9c4629cf781fd2bb5ecf6c9eab5f7c0f3957aef4f79deefa6c4956 Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying config sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 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/opensource/tektoncd/imagedigestexporter registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:v0.26.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:v0.26.0 Getting image source signatures Copying blob sha256:86d8b1d58f9c4629cf781fd2bb5ecf6c9eab5f7c0f3957aef4f79deefa6c4956 Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying config sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:latest Getting image source signatures Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:86d8b1d58f9c4629cf781fd2bb5ecf6c9eab5f7c0f3957aef4f79deefa6c4956 Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying config sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter --format '{{.Id}}' time="2021-07-14T15:28:32Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod7ca3d8d5-dab3-40bf-92e0-0f4b7f9158de/67eef9dad53ca2cc8bcfccc6ad2c773cd578d27e3f6542b3efa079b2ce244b6d: no such file or directory" + IMAGE_ID=sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 + echo IMAGE_ID=sha256:2c3b5a595ac1d7cfb44976ce31fa112c30066c64c90584186477d04d99a677c1 A tarball of the built image can be retrieved from the documentation job artifacts. + IMAGE_PODMAN_SHA=sha256:eb67e212b3406a339f957098e905e63dec291d5fd112311e45838a494c0bb849 + echo IMAGE_PODMAN_SHA=sha256:eb67e212b3406a339f957098e905e63dec291d5fd112311e45838a494c0bb849 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/tektoncd/imagedigestexporter:ibci-365420 + echo IMAGE_NAME=opensource/tektoncd/imagedigestexporter + 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:1626276512:step_script section_start:1626276512: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=4797360 responseStatus=201 Created token=bJEYkS87 Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=4797360 responseStatus=201 Created token=bJEYkS87 section_end:1626276514:upload_artifacts_on_success section_start:1626276514:cleanup_file_variables Cleaning up file based variables section_end:1626276514:cleanup_file_variables Job succeeded