Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-fff9f8bf7-zq7sm 9ABmRJtD section_start:1607636103:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/ib-pipeline-image:0.1 ... section_end:1607636103:prepare_executor section_start:1607636103:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Waiting for pod gitlab-runner/runner-9abmrjtd-project-139-concurrent-5cjvtz to be running, status is Pending Running on runner-9abmrjtd-project-139-concurrent-5cjvtz via global-shared-gitlab-runner-fff9f8bf7-zq7sm... section_end:1607636137:prepare_script section_start:1607636137:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/redhat/ubi/ubi7/.git/ Created fresh repository. Checking out 4f96bd12 as master... Skipping Git submodules setup section_end:1607636138:get_sources section_start:1607636138:download_artifacts Downloading artifacts Downloading artifacts for load scripts (1055243)... Downloading artifacts from coordinator... ok  id=1055243 responseStatus=200 OK token=Qs3VmZSz section_end:1607636138:download_artifacts section_start:1607636138:step_script Executing "step_script" stage of the job script $ mkdir -p "${ARTIFACT_STORAGE}/preflight" $ pip3 install jsonschema Collecting jsonschema Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Requirement already satisfied: six>=1.11.0 in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (1.15.0) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting attrs>=17.4.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Requirement already satisfied: setuptools in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (39.2.0) Collecting zipp>=0.5 Downloading zipp-3.4.0-py3-none-any.whl (5.2 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=c4c211e30ee85449b95df9d81389d629649a823850dd1fc8f91ab796d422225f Stored in directory: /tmp/pip-ephem-wheel-cache-elb8syzf/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb Successfully built pyrsistent Installing collected packages: zipp, importlib-metadata, pyrsistent, attrs, jsonschema Successfully installed attrs-20.3.0 importlib-metadata-3.1.1 jsonschema-3.2.0 pyrsistent-0.17.3 zipp-3.4.0 $ python3 "${PIPELINE_REPO_DIR}/stages/preflight/metadata.py" WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. You should consider upgrading via the '/opt/app-root/bin/python3.6 -m pip install --upgrade pip' command. INFO: Log level set to info WARNING: hardening_manifest.yaml does not exist, autogenerating INFO: Generated hardening manifest: --- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "redhat/ubi/ubi7" # List of tags to push for the repository in registry1 # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - "7.9" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "" BASE_TAG: "" # Docker image labels labels: org.opencontainers.image.title: "ubi7" ## Human-readable description of the software packaged in the image # org.opencontainers.image.description: "FIXME" ## License(s) under which contained software is distributed # org.opencontainers.image.licenses: "FIXME" ## URL to find more information on the image # org.opencontainers.image.url: "FIXME" ## Name of the distributing entity, organization or individual # org.opencontainers.image.vendor: "FIXME" org.opencontainers.image.version: "7.9" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" # mil.dso.ironbank.image.type: "FIXME" ## Product the image belongs to for grouping multiple images # mil.dso.ironbank.product.name: "FIXME" # List of resources to make available to the offline build context resources: - tag: registry.access.redhat.com/ubi7/ubi:7.9 url: docker://registry.access.redhat.com/ubi7/ubi:7.9 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Include any other vendor information if applicable maintainers: - email: "taylor@redhat.com" # # The name of the current container owner # name: "FIXME" # # The gitlab username of the current container owner # username: "FIXME" # cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT # - name: "FIXME" # username: "FIXME" # email: "FIXME" INFO: Validating schema INFO: Passed schema validation section_end:1607636144:step_script section_start:1607636144:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/preflight/: found 6 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=1055246 responseStatus=201 Created token=FascbkZp Uploading artifacts... ci-artifacts/preflight/variables.env: found 1 matching files and directories Uploading artifacts as "dotenv" to coordinator... ok id=1055246 responseStatus=201 Created token=FascbkZp section_end:1607636145:upload_artifacts_on_success Job succeeded