Running with gitlab-runner 13.11.0 (7f7a4bb0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg WntjV97x  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1619191719:resolve_secrets Resolving secrets section_end:1619191719:resolve_secrets section_start:1619191719: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 ... section_end:1619191719:prepare_executor section_start:1619191719:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-wntjv97x-project-4906-concurrent-0sxsqc to be running, status is Pending Running on runner-wntjv97x-project-4906-concurrent-0sxsqc via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg... section_end:1619191722:prepare_script section_start:1619191722:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/platform-one/big-bang/apps/sandbox/nexus/.git/ Created fresh repository. Checking out f2a6fd40 as refs/merge-requests/1/head... Skipping Git submodules setup section_end:1619191723:get_sources section_start:1619191723: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 |-- README.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- OWNERS | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- configmap-sso.yaml | | | |-- license.yaml | | | |-- saml.yaml | | | |-- secret.yaml | | | `-- virtualservice.yaml | | |-- configmap-properties.yaml | | |-- configmap.yaml | | |-- deployment.yaml | | |-- ingress.yaml | | |-- proxy-route.yaml | | |-- psp-clusterrole.yaml | | |-- psp-rolebinding.yaml | | |-- psp.yaml | | |-- pv.yaml | | |-- pvc.yaml | | |-- route.yaml | | |-- service.yaml | | `-- serviceaccount.yaml | `-- values.yaml |-- docs | |-- general.md | `-- keycloak.md `-- tests |-- README.md |-- cypress | `-- integration | `-- nexus-healthspec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yml 7 directories, 35 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... FAIL - image 'registry1.dso.mil/ironbank/sonatype/nexus/nexus:latest' uses latest tag 21 tests, 20 passed, 0 warnings, 1 failure Error: plugin "conftest" exited with error section_end:1619191723:step_script section_start:1619191723:cleanup_file_variables Cleaning up file based variables section_end:1619191723:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1