Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1627039315:resolve_secrets Resolving secrets section_end:1627039315:resolve_secrets section_start:1627039315: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:1627039315:prepare_executor section_start:1627039315:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3747-concurrent-0b2cmx to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3747-concurrent-0b2cmx 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-3747-concurrent-0b2cmx via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1627039321:prepare_script section_start:1627039321: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/gitlab-triage/gitlab-triage/.git/ Created fresh repository. Checking out 8392e228 as update-patch... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1627039322:get_sources section_start:1627039322:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5043597)... Downloading artifacts from coordinator... ok  id=5043597 responseStatus=200 OK token=8MKxdzr4 WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5043599)... Downloading artifacts from coordinator... ok  id=5043599 responseStatus=200 OK token=o5pUiau8 WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5043594)... Downloading artifacts from coordinator... ok  id=5043594 responseStatus=200 OK token=2yQAuVro WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5043598)... Downloading artifacts from coordinator... ok  id=5043598 responseStatus=200 OK token=dYar3-Si WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1627039323:download_artifacts section_start:1627039323: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/activesupport-5.2.6.gem' -> './activesupport-5.2.6.gem' 'ci-artifacts/import-artifacts/external-resources/concurrent-ruby-1.1.9.gem' -> './concurrent-ruby-1.1.9.gem' 'ci-artifacts/import-artifacts/external-resources/gitlab-triage-1.20.0.gem' -> './gitlab-triage-1.20.0.gem' 'ci-artifacts/import-artifacts/external-resources/globalid-0.4.2.gem' -> './globalid-0.4.2.gem' 'ci-artifacts/import-artifacts/external-resources/graphql-1.12.13.gem' -> './graphql-1.12.13.gem' 'ci-artifacts/import-artifacts/external-resources/graphql-client-0.16.0.gem' -> './graphql-client-0.16.0.gem' 'ci-artifacts/import-artifacts/external-resources/httparty-0.18.1.gem' -> './httparty-0.18.1.gem' 'ci-artifacts/import-artifacts/external-resources/i18n-1.8.10.gem' -> './i18n-1.8.10.gem' 'ci-artifacts/import-artifacts/external-resources/mime-types-3.3.1.gem' -> './mime-types-3.3.1.gem' 'ci-artifacts/import-artifacts/external-resources/mime-types-data-3.2021.0704.gem' -> './mime-types-data-3.2021.0704.gem' 'ci-artifacts/import-artifacts/external-resources/minitest-5.14.4.gem' -> './minitest-5.14.4.gem' 'ci-artifacts/import-artifacts/external-resources/multi_xml-0.6.0.gem' -> './multi_xml-0.6.0.gem' 'ci-artifacts/import-artifacts/external-resources/thread_safe-0.3.6.gem' -> './thread_safe-0.3.6.gem' 'ci-artifacts/import-artifacts/external-resources/tzinfo-1.2.9.gem' -> './tzinfo-1.2.9.gem' 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/ruby/ruby27:2.7.3 Getting image source signatures Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:5feed47edbc4f12e9e20db957d70a47a6a4f21a4e7275b4af20267fc07c206be Copying blob sha256:90ef8ac10d99e6eb73691a0b5f398ae0446d61cfb567bec3abd4837c10f1bb22 Copying config sha256:920fe02f698a19bdeeb03a2930af9221ad2e5f6bdba80cf6863302fcdeb15d43 Writing manifest to image destination Storing signatures STEP 2: USER root STEP 3: RUN groupadd -r gitlab-triage && useradd -m -r gitlab-triage -g gitlab-triage STEP 4: COPY *.gem ./ STEP 5: RUN gem update --system && gem install gitlab-triage && rm -rf *.gem ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz) subprocess exited with status 1 subprocess exited with status 1 error building at STEP "RUN gem update --system && gem install gitlab-triage && rm -rf *.gem": exit status 1 level=error msg="exit status 1" section_end:1627039364:step_script section_start:1627039364:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... ci-artifacts/build/: found 1 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=5043601 responseStatus=201 Created token=43e4YUKj Uploading artifacts... WARNING: build.env: no matching files  ERROR: No files to upload  section_end:1627039365:upload_artifacts_on_failure section_start:1627039365:cleanup_file_variables Cleaning up file based variables section_end:1627039365:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1