Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630098694:resolve_secrets Resolving secrets section_end:1630098694:resolve_secrets section_start:1630098694: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:1630098694:prepare_executor section_start:1630098694:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-4906-concurrent-0kq5jf to be running, status is Pending Running on runner-hqqhwdzb-project-4906-concurrent-0kq5jf via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630098700:prepare_script section_start:1630098700: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/developer-tools/nexus/.git/ Created fresh repository. Checking out a46886d0 as refs/merge-requests/17/head... Skipping Git submodules setup section_end:1630098701:get_sources section_start:1630098701: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 |-- LICENSE |-- README.md |-- chart | |-- Chart.lock | |-- Chart.yaml | |-- Kptfile | |-- OWNERS | |-- charts | | `-- gluon-0.1.1.tgz | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- configmap-proxy.yaml | | | |-- configmap-sso.yaml | | | |-- license.yaml | | | |-- networkpolicies | | | | |-- allow-ingress-prometheus.yaml | | | | |-- default-deny-all.yaml | | | | |-- helm-test-allow.yaml | | | | |-- istio.yaml | | | | |-- kube-api-egress.yaml | | | | |-- monitoring.yaml | | | | `-- namespace-allow.yaml | | | |-- proxy.yaml | | | |-- saml.yaml | | | |-- secret.yaml | | | |-- servicemonitor.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 | | `-- tests | | `-- nexus-cypress-test.yaml | |-- tests | | `-- cypress | | |-- cypress.json | | `-- nexus-healthspec.js | `-- values.yaml |-- docs | |-- README.md | |-- affinity.md | |-- general.md | `-- keycloak.md `-- tests `-- test-values.yml 10 directories, 49 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... WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager is not using a read only root filesystem WARN - Deployment RELEASE-NAME-nexus-repository-manager must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager has ability to run as root WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager using defaulting to image UID WARN - Deployment RELEASE-NAME-nexus-repository-manager using defaulting to image UID WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test does not have a memory requests set WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test does not have a CPU requests set WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test does not have a memory limit set WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test does not have a CPU limit set WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test does not have QoS class of Guaranteed WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test is missing livenessProbe WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test is missing readinessProbe WARN - nexus-repository-manager-cypress-test in the Pod nexus-repository-manager-cypress-test has ability to run as root 41 tests, 28 passed, 13 warnings, 0 failures Checking chart values... WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager is not using a read only root filesystem WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager has ability to run as root WARN - nexus-repository-manager in the Deployment RELEASE-NAME-nexus-repository-manager using defaulting to image UID WARN - Deployment RELEASE-NAME-nexus-repository-manager using defaulting to image UID WARN - Deployment RELEASE-NAME-nexus-repository-manager must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels 25 tests, 20 passed, 5 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1630098702:step_script section_start:1630098702:cleanup_file_variables Cleaning up file based variables section_end:1630098702:cleanup_file_variables Job succeeded