Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-89dbd4db8-gbfgw 79hzYLUT section_start:1613647064:resolve_secrets Resolving secrets section_end:1613647064:resolve_secrets section_start:1613647064: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:1613647067:prepare_executor section_start:1613647067:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-79hzylut-project-172-concurrent-2hjxjm to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-79hzylut-project-172-concurrent-2hjxjm via global-shared-gitlab-runner-89dbd4db8-gbfgw... section_end:1613647076:prepare_script section_start:1613647076:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/elastic/elasticsearch/elasticsearch/.git/ Created fresh repository. Checking out 9c5fa469 as master... Skipping Git submodules setup section_end:1613647082:get_sources section_start:1613647082:download_artifacts Downloading artifacts Downloading artifacts from coordinator... ok  id=2030976 responseStatus=200 OK token=wCuG5K61 Downloading artifacts for load scripts (2030976)... section_end:1613647086:download_artifacts section_start:1613647086: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) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-3.4.0-py3-none-any.whl (10 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) Requirement already satisfied: six>=1.11.0 in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (1.15.0) 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" 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. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) INFO: Log level set to info WARNING: hardening_manifest.yaml does not exist, autogenerating Building wheels for collected packages: pyrsistent INFO: Generated hardening manifest: --- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "elastic/elasticsearch/elasticsearch" # 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.10.0" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.3" # Docker image labels labels: org.opencontainers.image.title: "elasticsearch" ## 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.10.0" ## 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: - filename: elasticsearch-7.10.0-linux-x86_64.tar.gz url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-linux-x86_64.tar.gz validation: type: sha512 value: 5c159bdf0d6e140a2bee5fbb1c379fbe23b0ea39b01d715564f02e4674b444b065a8abfda86440229c4b70defa175722c479b60009b7eef7b3de66e2339aacea - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: type: sha256 value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c # 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: "nassim.kammah@elastic.co" # # 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 Building wheel for pyrsistent (setup.py): started INFO: Passed schema validation Building wheel for pyrsistent (setup.py): finished with status 'done' INFO: Keywords field does not exist in hardening_manifest.yaml Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=55876 sha256=75242ca9229853594b57345d3a348c3767b1427f95850a55bbb6a9453276cd16 Stored in directory: /tmp/pip-ephem-wheel-cache-vd8xvzzx/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb Successfully built pyrsistent Installing collected packages: pyrsistent, zipp, typing-extensions, importlib-metadata, attrs, jsonschema Successfully installed attrs-20.3.0 importlib-metadata-3.4.0 jsonschema-3.2.0 pyrsistent-0.17.3 typing-extensions-3.7.4.3 zipp-3.4.0 $ timeout --signal=SIGUSR1 --preserve-status 2m python3 "${PIPELINE_REPO_DIR}/stages/preflight/metadata.py" section_end:1613647106:step_script section_start:1613647106:upload_artifacts_on_success Uploading artifacts for successful job ci-artifacts/preflight/: found 6 matching files and directories Uploading artifacts... Uploading artifacts... Uploading artifacts as "archive" to coordinator... ok id=2030979 responseStatus=201 Created token=Fce4xaVk ci-artifacts/preflight/variables.env: found 1 matching files and directories Uploading artifacts as "dotenv" to coordinator... ok id=2030979 responseStatus=201 Created token=Fce4xaVk section_end:1613647111:upload_artifacts_on_success section_start:1613647111:cleanup_file_variables Cleaning up file based variables section_end:1613647115:cleanup_file_variables Job succeeded