Running with gitlab-runner 13.5.0 (ece86343)  on global-shared-gitlab-runner-64c86d85d-g7jfn aHP3c8di section_start:1608575341:resolve_secrets Resolving secrets section_end:1608575341:resolve_secrets section_start:1608575341: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:1608575342:prepare_executor section_start:1608575342:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-ahp3c8di-project-247-concurrent-2f8qvz to be running, status is Pending Waiting for pod gitlab-runner/runner-ahp3c8di-project-247-concurrent-2f8qvz to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-ahp3c8di-project-247-concurrent-2f8qvz via global-shared-gitlab-runner-64c86d85d-g7jfn... section_end:1608575351:prepare_script section_start:1608575352:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/maven/maven-openjdk-8/.git/ Created fresh repository. Checking out 1d655e72 as development... Skipping Git submodules setup section_end:1608575354:get_sources section_start:1608575354:download_artifacts Downloading artifacts Downloading artifacts for load scripts (1194736)... Downloading artifacts from coordinator... ok  id=1194736 responseStatus=200 OK token=NpECZzcN section_end:1608575357:download_artifacts section_start:1608575357: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 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) 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.3.0-py3-none-any.whl (10 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=253876f217371f041f72e4ca0cd8b3f18f74694b460ffcf111ebffbb7b2f19b1 Stored in directory: /tmp/pip-ephem-wheel-cache-il0li8zn/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/opt/app-root/bin/python3.6 -m pip install --upgrade pip' command. Successfully built pyrsistent INFO: Log level set to info WARNING: hardening_manifest.yaml does not exist, autogenerating Installing collected packages: attrs, pyrsistent, zipp, typing-extensions, importlib-metadata, jsonschema INFO: Generated hardening manifest: --- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "opensource/maven/maven-openjdk-8" # 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: - "3.6.3" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/openjdk/openjdk8-devel" BASE_TAG: "1.8.0" # Docker image labels labels: org.opencontainers.image.title: "maven-openjdk-8" ## 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: "3.6.3" ## 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: maven:3.6.3-openjdk-8 url: docker://docker.io/library/maven@sha256:b51efa34dbad0c804fe53e800c3688d2e18f1ec34f1595bd02ca336dc429dc58 # 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: "melissari_sean@bah.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 Successfully installed attrs-20.3.0 importlib-metadata-3.3.0 jsonschema-3.2.0 pyrsistent-0.17.3 typing-extensions-3.7.4.3 zipp-3.4.0 INFO: Passed schema validation $ python3 "${PIPELINE_REPO_DIR}/stages/preflight/metadata.py" INFO: Keywords field does not exist in hardening_manifest.yaml section_end:1608575377:step_script section_start:1608575377: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=1194739 responseStatus=201 Created token=YteESPeo ci-artifacts/preflight/variables.env: found 1 matching files and directories Uploading artifacts as "dotenv" to coordinator... ok id=1194739 responseStatus=201 Created token=YteESPeo section_end:1608575380:upload_artifacts_on_success section_start:1608575381:cleanup_file_variables Cleaning up file based variables section_end:1608575382:cleanup_file_variables Job succeeded