Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-8dd6b4777-87gcx dPJcxnQf section_start:1601420462:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner Using Kubernetes executor with image ${REGISTRY_URL}/redhat/python/python36:3.6 ... section_end:1601420462:prepare_executor section_start:1601420462:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-dpjcxnqf-project-701-concurrent-0clq7j to be running, status is Pending Running on runner-dpjcxnqf-project-701-concurrent-0clq7j via global-shared-gitlab-runner-8dd6b4777-87gcx... section_end:1601420466:prepare_script section_start:1601420466:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/coder-enterprise/coder-enterprise/timescale/.git/ Created fresh repository. Checking out 0ebbd133 as development... Skipping Git submodules setup section_end:1601420466:get_sources section_start:1601420466:download_artifacts Downloading artifacts Downloading artifacts for load scripts (340705)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340705 responseStatus=200 OK token=N1hQkL92 Downloading artifacts for openscap compliance (340712)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340712 responseStatus=200 OK token=nkY1uaAZ Downloading artifacts for openscap cve (340713)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340713 responseStatus=200 OK token=9ubLcfqo Downloading artifacts for twistlock scan (340714)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340714 responseStatus=200 OK token=NhF2Aun- Downloading artifacts for anchore scan (340715)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340715 responseStatus=200 OK token=v2ixENma section_end:1601420467:download_artifacts section_start:1601420467:step_script Executing "step_script" stage of the job script $ mkdir -p "${CSV_REPORT}" $ pip3 install --upgrade pip Collecting pip Downloading https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl (1.5MB) Installing collected packages: pip Found existing installation: pip 9.0.3 Uninstalling pip-9.0.3: Successfully uninstalled pip-9.0.3 Successfully installed pip-20.2.3 $ pip3 install bs4 pandas argparse openpyxl Collecting bs4 Downloading bs4-0.0.1.tar.gz (1.1 kB) Collecting pandas Downloading pandas-1.1.2-cp36-cp36m-manylinux1_x86_64.whl (10.5 MB) Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting openpyxl Downloading openpyxl-3.0.5-py2.py3-none-any.whl (242 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.9.2-py3-none-any.whl (115 kB) Collecting numpy>=1.15.4 Downloading numpy-1.19.2-cp36-cp36m-manylinux2010_x86_64.whl (14.5 MB) Collecting python-dateutil>=2.7.3 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting pytz>=2017.2 Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB) Collecting jdcal Downloading jdcal-1.4.1-py2.py3-none-any.whl (9.5 kB) Collecting et-xmlfile Downloading et_xmlfile-1.0.1.tar.gz (8.4 kB) Collecting soupsieve>1.2; python_version >= "3.0" Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) Collecting six>=1.5 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Building wheels for collected packages: bs4, et-xmlfile Building wheel for bs4 (setup.py): started Building wheel for bs4 (setup.py): finished with status 'done' Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1278 sha256=eb27f725c679d1c3bba525d36a133273cb4d74128e2e9afaad93408417b1f516 Stored in directory: /tmp/pip-ephem-wheel-cache-y822_k_a/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 Building wheel for et-xmlfile (setup.py): started Building wheel for et-xmlfile (setup.py): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-1.0.1-py3-none-any.whl size=8921 sha256=b420cb0244ed42b57225705bdb98096d5502af82dcab038c6b94f5c09aff9c8f Stored in directory: /tmp/pip-ephem-wheel-cache-y822_k_a/wheels/ef/92/e0/956c00decf3091294b8800d9104f6169a1adacfaafd122ed42 Successfully built bs4 et-xmlfile Installing collected packages: soupsieve, beautifulsoup4, bs4, numpy, six, python-dateutil, pytz, pandas, argparse, jdcal, et-xmlfile, openpyxl Successfully installed argparse-1.4.0 beautifulsoup4-4.9.2 bs4-0.0.1 et-xmlfile-1.0.1 jdcal-1.4.1 numpy-1.19.2 openpyxl-3.0.5 pandas-1.1.2 python-dateutil-2.8.1 pytz-2020.1 six-1.15.0 soupsieve-2.0.1 $ python3 ${PIPELINE_REPO_DIR}/stages/csv-output/pipeline_csv_gen.py --oscap ${ARTIFACT_STORAGE}/scan-results/openscap/report.html --oval ${ARTIFACT_STORAGE}/scan-results/openscap/report-cve.html --twistlock ${ARTIFACT_STORAGE}/scan-results/twistlock/${IMG_VERSION}.json --anchore-sec ${ARTIFACT_STORAGE}/scan-results/anchore/anchore_security.json --anchore-gates ${ARTIFACT_STORAGE}/scan-results/anchore/anchore_gates.json --output-dir ${CSV_REPORT} section_end:1601420554:step_script section_start:1601420554:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/scan-results/csvs/: found 8 matching files and directories Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Uploading artifacts as "archive" to coordinator... ok id=340716 responseStatus=201 Created token=uRShaDEc section_end:1601420555:upload_artifacts_on_success Job succeeded