Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-89dbd4db8-gbfgw 79hzYLUT section_start:1614181240:resolve_secrets Resolving secrets section_end:1614181240:resolve_secrets section_start:1614181240:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner 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 ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/ib-pipeline-image:0.1 ... section_end:1614181240:prepare_executor section_start:1614181240:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-79hzylut-project-4877-concurrent-0b7mvh to be running, status is Pending Running on runner-79hzylut-project-4877-concurrent-0b7mvh via global-shared-gitlab-runner-89dbd4db8-gbfgw... section_end:1614181243:prepare_script section_start:1614181243:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/spark-operator/spark-py/.git/ Created fresh repository. Checking out a90a2d0a as initial... Skipping Git submodules setup section_end:1614181243:get_sources section_start:1614181243:download_artifacts Downloading artifacts Downloading artifacts for hardening_manifest (2144847)... Downloading artifacts from coordinator... ok  id=2144847 responseStatus=200 OK token=h3dfxxQT Downloading artifacts for load scripts (2144844)... Downloading artifacts from coordinator... ok  id=2144844 responseStatus=200 OK token=-NFNPSb9 section_end:1614181244:download_artifacts section_start:1614181244:step_script Executing "step_script" stage of the job script $ if [[ "${CI_COMMIT_BRANCH}" == "master" || "${CI_COMMIT_BRANCH}" == "development" ]] && [[ "${CI_COMMIT_REF_PROTECTED}" != true ]]; then # collapsed multi-line command $ PROJ_PATH=$(echo "${CI_PROJECT_PATH}" | sed -e 's/.*dsop\/\(.*\)/\1/') $ export PROJ_PATH $ pip3 install jsonschema Collecting jsonschema Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Requirement already satisfied: setuptools in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (39.2.0) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-3.6.0-py3-none-any.whl (11 kB) Requirement already satisfied: six>=1.11.0 in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (1.15.0) Collecting attrs>=17.4.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting zipp>=0.5 Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) Collecting typing-extensions>=3.6.4; python_version < "3.8" Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) Building wheels for collected packages: pyrsistent Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=55876 sha256=3aff97fb596cbe4feffbff5b39cb36c10ab68f71d5c75baad7649d700365c5e5 Stored in directory: /tmp/pip-ephem-wheel-cache-8vbw4vqf/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb Successfully built pyrsistent Installing collected packages: zipp, typing-extensions, importlib-metadata, attrs, pyrsistent, jsonschema Successfully installed attrs-20.3.0 importlib-metadata-3.6.0 jsonschema-3.2.0 pyrsistent-0.17.3 typing-extensions-3.7.4.3 zipp-3.4.0 WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. You should consider upgrading via the '/opt/app-root/bin/python3.6 -m pip install --upgrade pip' command. $ mkdir -p "${ARTIFACT_DIR}" $ python3 "${PIPELINE_REPO_DIR}/stages/check-cves/pipeline_wl_compare.py" --lint INFO: Log level set to info INFO: Grabbing CVEs for: opensource/spark-operator/spark-py INFO: opensource/spark-operator/spark-py INFO: opensource/spark-operator/spark-py INFO: Running query to vat api INFO: GET http://backend.ironbank-vat.svc.cluster.local:8080/internal/container?name=opensource/spark-operator/spark-py&tag=v1beta2-1.0.0-2.4.4 WARNING: opensource/spark-operator/spark-py:v1beta2-1.0.0-2.4.4 not found in VAT WARNING: {"statusCode":404,"message":"No container found with containerName:'opensource/spark-operator/spark-py' and version: 'v1beta2-1.0.0-2.4.4'","error":"Not Found"} INFO: CONTAINER APPROVAL STATUS INFO: notapproved INFO: CONTAINER APPROVAL TEXT INFO: None WARNING: IMAGE_APPROVAL_STATUS=notapproved INFO: Grabbing CVEs for: opensource/python/python38 INFO: Grabbing CVEs for: redhat/ubi/ubi8 INFO: Artifact Directory: ci-artifacts/lint section_end:1614181246:step_script section_start:1614181246:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/lint/: found 3 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=2144848 responseStatus=201 Created token=Qi9K92Cx Uploading artifacts... variables.env: found 1 matching files and directories Uploading artifacts as "dotenv" to coordinator... ok id=2144848 responseStatus=201 Created token=Qi9K92Cx section_end:1614181248:upload_artifacts_on_success section_start:1614181248:cleanup_file_variables Cleaning up file based variables section_end:1614181248:cleanup_file_variables Job succeeded