Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-89dbd4db8-766jc x53-piE3 section_start:1620279649:resolve_secrets Resolving secrets section_end:1620279649:resolve_secrets section_start:1620279649: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:1620279657:prepare_executor section_start:1620279657:prepare_script Preparing environment Waiting for pod gitlab-runner/runner-x53-pie3-project-6549-concurrent-2gs4vp to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-x53-pie3-project-6549-concurrent-2gs4vp via global-shared-gitlab-runner-89dbd4db8-766jc... section_end:1620279671:prepare_script section_start:1620279672:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/r/r-studio/.git/ Created fresh repository. Checking out ed6a6aef as initial-release... Skipping Git submodules setup section_end:1620279679:get_sources section_start:1620279680:download_artifacts Downloading artifacts Downloading artifacts from coordinator... ok  id=3137459 responseStatus=200 OK token=V_w4xsa4 Downloading artifacts for load scripts (3137459)... section_end:1620279689:download_artifacts section_start:1620279690: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) Requirement already satisfied: setuptools in /opt/app-root/lib/python3.6/site-packages (from jsonschema) (39.2.0) WARNING: You are using pip version 20.2.4; however, version 21.1.1 is available. You should consider upgrading via the '/opt/app-root/bin/python3.6 -m pip install --upgrade pip' command. Collecting pyrsistent>=0.14.0 INFO: Log level set to info Downloading pyrsistent-0.17.3.tar.gz (106 kB) Traceback (most recent call last): File "ci-artifacts/[MASKED]/stages/preflight/metadata.py", line 133, in Collecting importlib-metadata; python_version < "3.8" main() File "ci-artifacts/[MASKED]/stages/preflight/metadata.py", line 33, in main Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) content = yaml.safe_load(f) File "/opt/app-root/lib/python3.6/site-packages/yaml/__init__.py", line 162, in safe_load Collecting zipp>=0.5 return load(stream, SafeLoader) File "/opt/app-root/lib/python3.6/site-packages/yaml/__init__.py", line 114, in load Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) return loader.get_single_data() File "/opt/app-root/lib/python3.6/site-packages/yaml/constructor.py", line 49, in get_single_data Collecting typing-extensions>=3.6.4; python_version < "3.8" node = self.get_single_node() File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 36, in get_single_node Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) document = self.compose_document() File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 55, in compose_document Building wheels for collected packages: pyrsistent node = self.compose_node(None, None) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 84, in compose_node Building wheel for pyrsistent (setup.py): started node = self.compose_mapping_node(anchor) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 133, in compose_mapping_node Building wheel for pyrsistent (setup.py): finished with status 'done' item_value = self.compose_node(node, item_key) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 82, in compose_node Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=55876 sha256=86320b4dc76cc3cc41421e4ef8fde7f6db276f15be7ab6f872124c1420682b62 node = self.compose_sequence_node(anchor) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 111, in compose_sequence_node Stored in directory: /tmp/pip-ephem-wheel-cache-nu8ssf5b/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb node.value.append(self.compose_node(node, index)) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 84, in compose_node Successfully built pyrsistent node = self.compose_mapping_node(anchor) File "/opt/app-root/lib/python3.6/site-packages/yaml/composer.py", line 127, in compose_mapping_node Installing collected packages: attrs, pyrsistent, zipp, typing-extensions, importlib-metadata, jsonschema while not self.check_event(MappingEndEvent): File "/opt/app-root/lib/python3.6/site-packages/yaml/parser.py", line 98, in check_event Successfully installed attrs-20.3.0 importlib-metadata-4.0.1 jsonschema-3.2.0 pyrsistent-0.17.3 typing-extensions-3.10.0.0 zipp-3.4.1 self.current_event = self.state() File "/opt/app-root/lib/python3.6/site-packages/yaml/parser.py", line 428, in parse_block_mapping_key $ python3 "${PIPELINE_REPO_DIR}/stages/preflight/metadata.py" if self.check_token(KeyToken): File "/opt/app-root/lib/python3.6/site-packages/yaml/scanner.py", line 116, in check_token self.fetch_more_tokens() File "/opt/app-root/lib/python3.6/site-packages/yaml/scanner.py", line 223, in fetch_more_tokens return self.fetch_value() File "/opt/app-root/lib/python3.6/site-packages/yaml/scanner.py", line 579, in fetch_value self.get_mark()) yaml.scanner.ScannerError: mapping values are not allowed here in "hardening_manifest.yaml", line 40, column 44 section_end:1620279728:step_script section_start:1620279731:upload_artifacts_on_failure Uploading artifacts for failed job ci-artifacts/preflight/: found 1 matching files and directories Uploading artifacts... Uploading artifacts... Uploading artifacts as "archive" to coordinator... ok id=3137462 responseStatus=201 Created token=a7x-3gcN WARNING: ci-artifacts/preflight/variables.env: no matching files ERROR: No files to upload  section_end:1620279740:upload_artifacts_on_failure section_start:1620279740:cleanup_file_variables Cleaning up file based variables section_end:1620279751:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1