Running with gitlab-runner 13.12.0 (7a6612da)  on dsop-shared-gitlab-runner-5fcd8977b8-m6qmr JrExJ6yx  feature flags: FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY:false section_start:1631140359:resolve_secrets Resolving secrets section_end:1631140359:resolve_secrets section_start:1631140359:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/pipeline-runner:0.3 ... Using attach strategy to execute scripts... section_end:1631140359:prepare_executor section_start:1631140359:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-6549-concurrent-0kjsv8 to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-6549-concurrent-0kjsv8 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]" Running on runner-jrexj6yx-project-6549-concurrent-0kjsv8 via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1631140365:prepare_script section_start:1631140365: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/JrExJ6yx/0/dsop/opensource/r/r-studio/.git/ Created fresh repository. Checking out 29e02e63 as master... Skipping Git submodules setup section_end:1631140366:get_sources section_start:1631140366:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6327747)... Downloading artifacts from coordinator... ok  id=6327747 responseStatus=200 OK token=z6niDQXG WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6327744)... Downloading artifacts from coordinator... ok  id=6327744 responseStatus=200 OK token=-VwhiKN1 WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) section_end:1631140366:download_artifacts section_start:1631140366:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/import-artifacts/import-run.sh" INFO: Log level set to info INFO: Output directory: ci-artifacts/import-artifacts INFO: ===== ARTIFACT: https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-1.4.1717-x86_64.rpm INFO: Downloading from https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-1.4.1717-x86_64.rpm INFO: Checking file verification type INFO: Generating checksum INFO: comparing checksum values: a7c9759039aaf8e173ece81d4cc008bc9c5198d86442725191f9da97efdfe2ae vs a7c9759039aaf8e173ece81d4cc008bc9c5198d86442725191f9da97efdfe2ae INFO: Checksum verified INFO: File saved as 'rstudio-server-rhel-1.4.1717-x86_64.rpm' INFO: ===== ARTIFACT: http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/compat-openssl10-1.0.2o-3.el8.x86_64.rpm INFO: Downloading from http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/compat-openssl10-1.0.2o-3.el8.x86_64.rpm INFO: Checking file verification type INFO: Generating checksum INFO: comparing checksum values: 2baa59d2c0c03ce262a5188596c8f0e4b90c307f81236746a5e831d4e17a18ca vs 2baa59d2c0c03ce262a5188596c8f0e4b90c307f81236746a5e831d4e17a18ca INFO: Checksum verified INFO: File saved as 'compat-openssl10-1.0.2o-3.el8.x86_64.rpm' INFO: ===== ARTIFACT: http://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz INFO: Downloading from http://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz INFO: Checking file verification type INFO: Generating checksum INFO: comparing checksum values: d8c4d19ff9aeb31b0c628bd4a16378e51c1c9a3813b525469a31fe89af00b345 vs d8c4d19ff9aeb31b0c628bd4a16378e51c1c9a3813b525469a31fe89af00b345 INFO: Checksum verified INFO: File saved as 'numDeriv_2016.8-1.1.tar.gz' INFO: ===== ARTIFACT: http://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz INFO: Downloading from http://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz INFO: Checking file verification type INFO: Generating checksum INFO: comparing checksum values: 66e5e18ca29903e4950750bbd810f0f9df85811ee4195ce0a86d939ba8183a58 vs 66e5e18ca29903e4950750bbd810f0f9df85811ee4195ce0a86d939ba8183a58 INFO: Checksum verified INFO: File saved as 'SQUAREM_2021.1.tar.gz' INFO: ===== ARTIFACT: http://cran.r-project.org/src/contrib/lava_1.6.9.tar.gz INFO: Downloading from http://cran.r-project.org/src/contrib/lava_1.6.9.tar.gz Traceback (most recent call last): File "/builds/JrExJ6yx/0/dsop/opensource/r/r-studio/ci-artifacts/[MASKED]/stages/import-artifacts/downloader.py", line 443, in main() File "/builds/JrExJ6yx/0/dsop/opensource/r/r-studio/ci-artifacts/[MASKED]/stages/import-artifacts/downloader.py", line 46, in main download_all_resources(downloads, artifacts_path) File "/builds/JrExJ6yx/0/dsop/opensource/r/r-studio/ci-artifacts/[MASKED]/stages/import-artifacts/downloader.py", line 80, in download_all_resources http_download( File "/builds/JrExJ6yx/0/dsop/opensource/r/r-studio/ci-artifacts/[MASKED]/stages/import-artifacts/downloader.py", line 225, in http_download r.raise_for_status() File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://cran.r-project.org/src/contrib/lava_1.6.9.tar.gz section_end:1631140370:step_script section_start:1631140370:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... ci-artifacts/import-artifacts/: found 7 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=6327749 responseStatus=201 Created token=jQyZZfsV section_end:1631140375:upload_artifacts_on_failure section_start:1631140375:cleanup_file_variables Cleaning up file based variables section_end:1631140376:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1