Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1626991045:resolve_secrets Resolving secrets section_end:1626991045:resolve_secrets section_start:1626991045: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:1626991045:prepare_executor section_start:1626991045:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3747-concurrent-08rlzs to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3747-concurrent-08rlzs 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-08rlzs via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1626991051:prepare_script section_start:1626991051: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 0172734b as update-patch... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1626991051:get_sources section_start:1626991051:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5026090)... Downloading artifacts from coordinator... ok  id=5026090 responseStatus=200 OK token=E5Amr6QM WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5026092)... Downloading artifacts from coordinator... ok  id=5026092 responseStatus=200 OK token=zsTML8sP WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5026087)... Downloading artifacts from coordinator... ok  id=5026087 responseStatus=200 OK token=eyRUdt2U WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5026091)... Downloading artifacts from coordinator... ok  id=5026091 responseStatus=200 OK token=3C113yXc WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1626991052:download_artifacts section_start:1626991052: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-6.0.0.gem' -> './activesupport-6.0.0.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:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:5feed47edbc4f12e9e20db957d70a47a6a4f21a4e7275b4af20267fc07c206be Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 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 install gitlab-triage && rm -rf *.gem ERROR: Could not find a valid gem 'activesupport' (~> 5.1), here is why: Unable to download data from https://rubygems.org/ - Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz) subprocess exited with status 2 subprocess exited with status 2 error building at STEP "RUN gem install gitlab-triage && rm -rf *.gem": exit status 2 level=error msg="exit status 2" section_end:1626991133:step_script section_start:1626991133: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=5026094 responseStatus=201 Created token=XyqeYB-8 Uploading artifacts... WARNING: build.env: no matching files  ERROR: No files to upload  section_end:1626991134:upload_artifacts_on_failure section_start:1626991134:cleanup_file_variables Cleaning up file based variables section_end:1626991134:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1