Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628817452:resolve_secrets Resolving secrets section_end:1628817452:resolve_secrets section_start:1628817453: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:1628817453:prepare_executor section_start:1628817453:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-4501-concurrent-0m9x7t to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-4501-concurrent-0m9x7t 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-4501-concurrent-0m9x7t 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-e82g8rg-project-4501-concurrent-0m9x7t 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-4501-concurrent-0m9x7t via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628817465:prepare_script section_start:1628817465: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/kubeconfigwriter/.git/ Created fresh repository. Checking out ab42b401 as renovate/gcr.io-tekton-releases-github.com-tektoncd-pipeline-cmd-kubeconfigwriter-0.x... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628817466:get_sources section_start:1628817466:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5609570)... Downloading artifacts from coordinator... ok  id=5609570 responseStatus=200 OK token=n2fWoJEy WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5609572)... Downloading artifacts from coordinator... ok  id=5609572 responseStatus=200 OK token=5HdXAycL WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5609567)... Downloading artifacts from coordinator... ok  id=5609567 responseStatus=200 OK token=UN7zaLJs WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5609571)... Downloading artifacts from coordinator... ok  id=5609571 responseStatus=200 OK token=M74AsbT4 WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628817467:download_artifacts section_start:1628817467: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-kubeconfigwriter-v0.27.0.tar Getting image source signatures Copying blob sha256:603ed67abba9a5407e69aedc81f015f6a97e9d3ad1dcaa940447c82c863cf399 Copying blob sha256:07363fa8421000ad294c2881d17b0535aabdd17ced2a874eb354a9d8514d3d59 Copying blob sha256:fb1cd34b08b589417dc9f8accea66fc3eff38ef2a41c62a6a508c4e1bc4b1b3c Copying config sha256:6baecaf70e14efb5f9de518bb739faf9e53b960c5e3078eb7e3490a789486213 Writing manifest to image destination Storing signatures Loaded image(s): gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/kubeconfigwriter:v0.27.0 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/kubeconfigwriter:v0.27.0 AS build Getting image source signatures Copying blob sha256:07363fa8421000ad294c2881d17b0535aabdd17ced2a874eb354a9d8514d3d59 Copying blob sha256:fb1cd34b08b589417dc9f8accea66fc3eff38ef2a41c62a6a508c4e1bc4b1b3c Copying blob sha256:603ed67abba9a5407e69aedc81f015f6a97e9d3ad1dcaa940447c82c863cf399 Copying config sha256:5f46c3401f3f52e61185ded6f9157e66400fca4977bf24177538ece62a5a7323 Writing manifest to image destination Storing signatures --> 5f46c3401f3 STEP 2: FROM registry1.dso.mil/ironbank/google/distroless/static:latest Trying to pull registry1.dso.mil/ironbank/google/distroless/static:latest... Getting image source signatures Copying blob sha256:0601dccf3e93d42edf170296e848683623040da96519b1b943b8842620c24bd0 Copying blob sha256:56a974ed63388950cfc5e7627b1bee951cc1a20fb45dedd4d8d8f34d63c6ef4a Copying blob sha256:ff53f95d20d5f6ca55d46980861da4798ee325927876aa53bfc5e2a32a864dc7 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/kubeconfigwriter"] STEP 7: COMMIT registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter Getting image source signatures Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:37e899204389b259d283c39e5a8039f2c86b29b2c82b7a0a7813436d89003f7e Copying config sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 Writing manifest to image destination Storing signatures --> 2df1dccc36f Successfully tagged registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:latest 2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:ibci-421639 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:ibci-421639 Getting image source signatures Copying blob sha256:37e899204389b259d283c39e5a8039f2c86b29b2c82b7a0a7813436d89003f7e Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying config sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 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/opensource/tektoncd/kubeconfigwriter registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:v0.27.0 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:v0.27.0 Getting image source signatures Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying blob sha256:37e899204389b259d283c39e5a8039f2c86b29b2c82b7a0a7813436d89003f7e Copying config sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:latest Getting image source signatures Copying blob sha256:37e899204389b259d283c39e5a8039f2c86b29b2c82b7a0a7813436d89003f7e Copying blob sha256:84ff92691f909a05b224e1c56abb4864f01b4f8e3c854e4bb4c7baf1d3f6d652 Copying blob sha256:79d541cda6cb9a0c0e4aaa62aaea1f85b6b56544b5ad25e1e3369525ec0bf670 Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef Copying config sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter --format '{{.Id}}' + IMAGE_ID=sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 + echo IMAGE_ID=sha256:2df1dccc36fa45f5119718279b00911b3ae9c1594c9efbab7b691d92bcab3743 + IMAGE_PODMAN_SHA=sha256:86255fb7f1e26cf00a43e4d50f53dfd4508510f3baf040207fd1d18f2245d84a + echo IMAGE_PODMAN_SHA=sha256:86255fb7f1e26cf00a43e4d50f53dfd4508510f3baf040207fd1d18f2245d84a + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/tektoncd/kubeconfigwriter:ibci-421639 + echo IMAGE_NAME=opensource/tektoncd/kubeconfigwriter A tarball of the built image can be retrieved from the create-tar job artifacts. + branches=("master" "development") + [[ master development =~ renovate/gcr.io-tekton-releases-github.com-tektoncd-pipeline-cmd-kubeconfigwriter-0.x ]] + msg='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:1628817520:step_script section_start:1628817520: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=5609574 responseStatus=201 Created token=KEmxs6d_ Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5609574 responseStatus=201 Created token=KEmxs6d_ section_end:1628817522:upload_artifacts_on_success section_start:1628817522:cleanup_file_variables Cleaning up file based variables section_end:1628817522:cleanup_file_variables Job succeeded