Running with gitlab-runner 13.12.0 (7a6612da)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-7df565ccnfc6 RsVhcwun  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1624465875:resolve_secrets Resolving secrets section_end:1624465875:resolve_secrets section_start:1624465875: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:1624465875:prepare_executor section_start:1624465875:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-rsvhcwun-project-2318-concurrent-0tgv75 to be running, status is Pending Running on runner-rsvhcwun-project-2318-concurrent-0tgv75 via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-7df565ccnfc6... section_end:1624465878:prepare_script section_start:1624465878:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/RsVhcwun/0/platform-one/big-bang/apps/third-party/confluence/.git/ Created fresh repository. Checking out 07b590d8 as refs/merge-requests/8/head... Skipping Git submodules setup section_end:1624465879:get_sources section_start:1624465879: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 | |-- README.md | |-- files | | |-- init-script.sh | | |-- server.xml | | `-- server.xml.j2 | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- destinationrule.yaml | | | `-- virtualservice.yaml | | |-- clusterrole.yaml | | |-- clusterrolebinding.yaml | | |-- config-jvm.yaml | | |-- db-secret.yaml | | |-- ingress.yaml | | |-- init-configmap.yaml | | |-- nfs-permission-fixer.yaml | | |-- server-xml-j2.configmap.yaml | | |-- server-xml.configmap.yaml | | |-- service-synchrony.yaml | | |-- service.yaml | | |-- serviceaccount.yaml | | |-- servicemonitor.yaml | | |-- shared-home-pv.yaml | | |-- shared-home-pvc.yaml | | |-- statefulset-synchrony.yaml | | |-- statefulset.yaml | | |-- synchrony-start-script.yaml | | `-- test | | |-- test-application-status.yaml | | |-- test-database-connectivity.yaml | | `-- test-shared-home-permissions.yaml | `-- values.yaml |-- docs | |-- README.md | `-- keycloak.md `-- tests |-- cy-run.sh |-- cypress | `-- integration | `-- confluence-health.spec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yaml 9 directories, 43 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 - confluence in the StatefulSet RELEASE-NAME-confluence has ability to run as root WARN - confluence in the StatefulSet RELEASE-NAME-confluence has a UID of less than 1000 WARN - StatefulSet RELEASE-NAME-confluence using defaulting to image UID WARN - confluence in the StatefulSet RELEASE-NAME-confluence is not using a read only root filesystem WARN - confluence in the StatefulSet RELEASE-NAME-confluence is missing livenessProbe WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a memory requests set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a CPU requests set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a memory limit set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a CPU limit set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have QoS class of Guaranteed WARN - test in the Pod RELEASE-NAME-confluence-application-status-test has ability to run as root WARN - Pod RELEASE-NAME-confluence-application-status-test is using default Service Account WARN - test in the Pod RELEASE-NAME-confluence-application-status-test is missing livenessProbe WARN - test in the Pod RELEASE-NAME-confluence-application-status-test is missing readinessProbe WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a memory requests set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a CPU requests set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a memory limit set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a CPU limit set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have QoS class of Guaranteed WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test has ability to run as root WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test has a UID of less than 1000 WARN - Pod RELEASE-NAME-confluence-shared-home-permissions-test is using default Service Account WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is not using a read only root filesystem WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is missing livenessProbe WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is missing readinessProbe WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a memory requests set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a CPU requests set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a memory limit set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a CPU limit set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have QoS class of Guaranteed 49 tests, 19 passed, 30 warnings, 0 failures Checking chart values... WARN - confluence in the StatefulSet RELEASE-NAME-confluence has ability to run as root WARN - confluence in the StatefulSet RELEASE-NAME-confluence has a UID of less than 1000 WARN - StatefulSet RELEASE-NAME-confluence using defaulting to image UID WARN - confluence in the StatefulSet RELEASE-NAME-confluence is not using a read only root filesystem WARN - confluence in the StatefulSet RELEASE-NAME-confluence is missing livenessProbe WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a memory requests set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a CPU requests set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a memory limit set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have a CPU limit set WARN - confluence in the StatefulSet RELEASE-NAME-confluence does not have QoS class of Guaranteed WARN - test in the Pod RELEASE-NAME-confluence-application-status-test has ability to run as root WARN - test in the Pod RELEASE-NAME-confluence-application-status-test is missing livenessProbe WARN - test in the Pod RELEASE-NAME-confluence-application-status-test is missing readinessProbe WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a memory requests set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a CPU requests set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a memory limit set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have a CPU limit set WARN - test in the Pod RELEASE-NAME-confluence-application-status-test does not have QoS class of Guaranteed WARN - Pod RELEASE-NAME-confluence-application-status-test is using default Service Account WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test has ability to run as root WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test has a UID of less than 1000 WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is not using a read only root filesystem WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is missing livenessProbe WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test is missing readinessProbe WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a memory requests set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a CPU requests set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a memory limit set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have a CPU limit set WARN - test in the Pod RELEASE-NAME-confluence-shared-home-permissions-test does not have QoS class of Guaranteed WARN - Pod RELEASE-NAME-confluence-shared-home-permissions-test is using default Service Account 45 tests, 15 passed, 30 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1624465880:step_script section_start:1624465880:cleanup_file_variables Cleaning up file based variables section_end:1624465880:cleanup_file_variables Job succeeded