Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1629844726:resolve_secrets Resolving secrets section_end:1629844726:resolve_secrets section_start:1629844726: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:1629844726:prepare_executor section_start:1629844726:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-3874-concurrent-06mqbp to be running, status is Pending Waiting for pod gitlab-runners/runner-hqqhwdzb-project-3874-concurrent-06mqbp to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-hqqhwdzb-project-3874-concurrent-06mqbp via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1629844733:prepare_script section_start:1629844733: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/haproxy/.git/ Created fresh repository. Checking out 4793283d as refs/merge-requests/3/head... Skipping Git submodules setup section_end:1629844734:get_sources section_start:1629844734: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 . . |-- CODEOWNERS |-- README.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- README.md | |-- ci | | |-- daemonset-basic-values.yaml | | |-- daemonset-hostnet-values.yaml | | |-- deployment-basic-values.yaml | | |-- deployment-config-values.yaml | | |-- deployment-hpa-values.yaml | | `-- deployment-securitycontext-values.yaml | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | `-- virtualservices.yaml | | |-- configmap.yaml | | |-- daemonset.yaml | | |-- deployment.yaml | | |-- hpa.yaml | | |-- podsecuritypolicy.yaml | | |-- pullsecret.yaml | | |-- service.yaml | | `-- serviceaccount.yaml | `-- values.yaml `-- tests |-- main-test-gateway.yaml `-- test-values.yml 5 directories, 25 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 - haproxy in the Deployment RELEASE-NAME-haproxy is missing livenessProbe WARN - haproxy in the Deployment RELEASE-NAME-haproxy is missing readinessProbe WARN - haproxy in the Deployment RELEASE-NAME-haproxy has ability to run as root WARN - Deployment RELEASE-NAME-haproxy using defaulting to image UID WARN - Deployment RELEASE-NAME-haproxy must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels 24 tests, 19 passed, 5 warnings, 0 failures Checking chart values... WARN - haproxy in the Deployment RELEASE-NAME-haproxy is missing livenessProbe WARN - haproxy in the Deployment RELEASE-NAME-haproxy is missing readinessProbe WARN - Deployment RELEASE-NAME-haproxy must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - haproxy in the Deployment RELEASE-NAME-haproxy has ability to run as root WARN - Deployment RELEASE-NAME-haproxy using defaulting to image UID 24 tests, 19 passed, 5 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1629844735:step_script section_start:1629844735:cleanup_file_variables Cleaning up file based variables section_end:1629844735:cleanup_file_variables Job succeeded