Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630506097:resolve_secrets Resolving secrets section_end:1630506097:resolve_secrets section_start:1630506097:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runners Using Kubernetes executor with image registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.5 ... Using attach strategy to execute scripts... section_end:1630506097:prepare_executor section_start:1630506097:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-7074-concurrent-0f2ndm to be running, status is Pending Running on runner-hqqhwdzb-project-7074-concurrent-0f2ndm via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630506104:prepare_script section_start:1630506104:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/hQqhwDZb/0/platform-one/big-bang/apps/sandbox/vault/.git/ Created fresh repository. Checking out 975eab47 as refs/merge-requests/6/head... Skipping Git submodules setup section_end:1630506105:get_sources section_start:1630506105:step_script Executing "step_script" stage of the job script $ if [ -z ${PIPELINE_REPO_BRANCH} ]; then # collapsed multi-line command $ git clone -b ${PIPELINE_REPO_BRANCH} ${PIPELINE_REPO} ${PIPELINE_REPO_DESTINATION} Cloning into '../pipeline-repo'... $ echo "Directory structure of repository:" Directory structure of repository: $ tree . . |-- CHANGELOG.md |-- CODEOWNERS |-- CONTRIBUTING.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- monitoring | | | | `-- vault-policy.hcl | | | `-- vault-auto-init-seal | | | |-- configmap-for-vault-init | | | |-- job-to-initialize | | | |-- pv-claim | | | `-- vault-vs.yaml | | |-- csi-clusterrole.yaml | | |-- csi-clusterrolebinding.yaml | | |-- csi-daemonset.yaml | | |-- csi-serviceaccount.yaml | | |-- injector-certs-secret.yaml | | |-- injector-clusterrole.yaml | | |-- injector-clusterrolebinding.yaml | | |-- injector-deployment.yaml | | |-- injector-leader-endpoint.yaml | | |-- injector-mutating-webhook.yaml | | |-- injector-network-policy.yaml | | |-- injector-psp-role.yaml | | |-- injector-psp-rolebinding.yaml | | |-- injector-psp.yaml | | |-- injector-role.yaml | | |-- injector-rolebinding.yaml | | |-- injector-service.yaml | | |-- injector-serviceaccount.yaml | | |-- server-clusterrolebinding.yaml | | |-- server-config-configmap.yaml | | |-- server-discovery-role.yaml | | |-- server-discovery-rolebinding.yaml | | |-- server-disruptionbudget.yaml | | |-- server-ha-active-service.yaml | | |-- server-ha-standby-service.yaml | | |-- server-headless-service.yaml | | |-- server-ingress.yaml | | |-- server-network-policy.yaml | | |-- server-psp-role.yaml | | |-- server-psp-rolebinding.yaml | | |-- server-psp.yaml | | |-- server-route.yaml | | |-- server-service.yaml | | |-- server-serviceaccount.yaml | | |-- server-statefulset.yaml | | `-- ui-service.yaml | |-- tests | | |-- cypress | | | |-- cypress.json | | | `-- vault-health.spec.js | | |-- scripts | | | `-- server.bat | | `-- server-test.yaml | |-- values.openshift.yaml | `-- values.yaml |-- docs | |-- aws-kms-policy-for-vault.md | `-- login-vault.md `-- tests |-- main-test-gateway.yaml `-- test-values.yaml 10 directories, 58 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ $(ls -1 tests/test-values.y*ml 2>/dev/null | wc -l) -gt 0 ]; then # collapsed multi-line command Checking test values... Error: YAML parse error on vault/templates/bigbang/monitoring/vault-policy.hcl: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type releaseutil.SimpleHead Use --debug flag to render out invalid YAML Error: plugin "conftest" exited with error section_end:1630506106:step_script section_start:1630506106:cleanup_file_variables Cleaning up file based variables section_end:1630506107:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1