Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630509518:resolve_secrets Resolving secrets section_end:1630509518:resolve_secrets section_start:1630509518: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:1630509518:prepare_executor section_start:1630509518:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-2325-concurrent-0kbwhc to be running, status is Pending Running on runner-hqqhwdzb-project-2325-concurrent-0kbwhc via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630509524:prepare_script section_start:1630509524: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/gitlab-runner/.git/ Created fresh repository. Checking out 4e2f7c38 as 0.29.0-bb.1... Skipping Git submodules setup section_end:1630509526:get_sources section_start:1630509526: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 | |-- CHANGELOG.md | |-- CONTRIBUTING.md | |-- Chart.yaml | |-- Kptfile | |-- LICENSE | |-- Makefile | |-- NOTICE | |-- README.md | |-- charts | | `-- gluon-0.2.2.tgz | |-- requirements.lock | |-- requirements.yaml | |-- scripts | | `-- security-harness | |-- templates | | |-- NOTES.txt | | |-- _cache.tpl | | |-- _env_vars.tpl | | |-- _helpers.tpl | | |-- bigbang | | | |-- service.yaml | | | `-- serviceMonitor.yaml | | |-- configmap.yaml | | |-- deployment.yaml | | |-- hpa.yaml | | |-- role-binding.yaml | | |-- role.yaml | | |-- secrets.yaml | | |-- service-account.yaml | | `-- tests | | |-- test-gitlab-runners-allow-egress.yaml | | `-- test-gitlab-runners.yaml | |-- tests | | `-- cypress | | |-- 01-gitlab-health-check.spec.js | | |-- 02-gitlab-login.spec.js | | |-- 03-gitlab-create-user.spec.js | | |-- 04-gitlab-approve-user.spec.js | | |-- 05-create-project.spec.js | | |-- 06-gitlab-run-pipeline.spec.js | | `-- cypress.json | `-- values.yaml |-- docs | |-- AFFINITY.md | |-- README.md | `-- rootless-podman.md `-- tests |-- dependencies.yaml `-- test-values.yml 10 directories, 44 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 - configure in the Deployment RELEASE-NAME-gitlab-runner is missing livenessProbe WARN - configure in the Deployment RELEASE-NAME-gitlab-runner is missing readinessProbe WARN - Deployment RELEASE-NAME-gitlab-runner must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner has ability to run as root WARN - configure in the Deployment RELEASE-NAME-gitlab-runner has ability to run as root WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner using defaulting to image UID WARN - configure in the Deployment RELEASE-NAME-gitlab-runner using defaulting to image UID WARN - Deployment RELEASE-NAME-gitlab-runner has a UID of less than 1000 WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner is not using a read only root filesystem WARN - configure in the Deployment RELEASE-NAME-gitlab-runner is not using a read only root filesystem WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test does not have a memory requests set WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test does not have a CPU requests set WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test does not have a memory limit set WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test does not have a CPU limit set WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test does not have QoS class of Guaranteed WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test is missing livenessProbe WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test is missing readinessProbe WARN - gitlab-runner-cypress-test in the Pod gitlab-runner-cypress-test has ability to run as root 40 tests, 22 passed, 18 warnings, 0 failures Checking chart values... WARN - Deployment RELEASE-NAME-gitlab-runner must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner has ability to run as root WARN - configure in the Deployment RELEASE-NAME-gitlab-runner has ability to run as root WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner using defaulting to image UID WARN - configure in the Deployment RELEASE-NAME-gitlab-runner using defaulting to image UID WARN - Deployment RELEASE-NAME-gitlab-runner has a UID of less than 1000 WARN - configure in the Deployment RELEASE-NAME-gitlab-runner is missing livenessProbe WARN - configure in the Deployment RELEASE-NAME-gitlab-runner is missing readinessProbe WARN - RELEASE-NAME-gitlab-runner in the Deployment RELEASE-NAME-gitlab-runner is not using a read only root filesystem WARN - configure in the Deployment RELEASE-NAME-gitlab-runner is not using a read only root filesystem 25 tests, 15 passed, 10 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1630509527:step_script section_start:1630509527:cleanup_file_variables Cleaning up file based variables section_end:1630509527:cleanup_file_variables Job succeeded