Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630333911:resolve_secrets Resolving secrets section_end:1630333911:resolve_secrets section_start:1630333911: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:1630333911:prepare_executor section_start:1630333911:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-2575-concurrent-0tzcwt to be running, status is Pending Running on runner-hqqhwdzb-project-2575-concurrent-0tzcwt via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630333918:prepare_script section_start:1630333918: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/coder/.git/ Created fresh repository. Checking out 67f27abf as refs/merge-requests/18/head... Skipping Git submodules setup section_end:1630333919:get_sources section_start:1630333919: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 |-- CONTRIBUTING.md |-- README.md |-- chart | |-- Chart.yaml | |-- LICENSE | |-- Makefile | |-- NOTES.txt | |-- README.md | |-- README.md.gotmpl | |-- assets | | `-- coder.svg | |-- certs | |-- examples | | |-- images.yaml | | `-- kind | | `-- kind.values.yaml | |-- kube-linter.yaml | |-- scripts | | |-- depfind | | | |-- markdown.sh | | | `-- sh.sh | | |-- fmt.sh | | |-- install_deps.sh | | |-- lib.sh | | |-- package.sh | | `-- test_helm.sh | |-- templates | | |-- NOTES.txt | | |-- _common.tpl | | |-- _environments.tpl | | |-- _functions.tpl | | |-- _ingress.tpl | | |-- bigbang | | | |-- coder-vs.yaml | | | `-- serviceMonitor.yaml | | |-- coderd.yaml | | |-- dashboard.yaml | | |-- environments.yaml | | |-- envproxy.yaml | | |-- ingress.yaml | | |-- psp.yaml | | |-- rbac.yaml | | `-- timescale.yaml | `-- values.yaml |-- docs | |-- Keycloak.md | |-- README.md | |-- Registry.md | `-- helper.sh `-- tests |-- cy-run.sh |-- cypress | `-- integration | `-- healthspec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yml 13 directories, 45 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 - Deployment cemanager must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - migrations in the Deployment cemanager is missing livenessProbe WARN - migrations in the Deployment cemanager is missing readinessProbe WARN - migrations in the Deployment cemanager does not have a memory requests set WARN - migrations in the Deployment cemanager does not have a CPU requests set WARN - migrations in the Deployment cemanager does not have a memory limit set WARN - migrations in the Deployment cemanager does not have a CPU limit set WARN - migrations in the Deployment cemanager does not have QoS class of Guaranteed WARN - cemanager in the Deployment cemanager has ability to run as root WARN - migrations in the Deployment cemanager has ability to run as root WARN - cemanager in the Deployment cemanager using defaulting to image UID WARN - Deployment cemanager has a UID of less than 1000 WARN - Deployment dashboard must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - dashboard in the Deployment dashboard has ability to run as root WARN - dashboard in the Deployment dashboard using defaulting to image UID WARN - Deployment dashboard has a UID of less than 1000 WARN - Deployment envproxy must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - envproxy in the Deployment envproxy has ability to run as root WARN - envproxy in the Deployment envproxy using defaulting to image UID WARN - Deployment envproxy has a UID of less than 1000 WARN - timescale in the StatefulSet timescale has ability to run as root WARN - timescale in the StatefulSet timescale using defaulting to image UID WARN - StatefulSet timescale has a UID of less than 1000 59 tests, 36 passed, 23 warnings, 0 failures Checking chart values... WARN - Deployment cemanager must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - migrations in the Deployment cemanager does not have a memory requests set WARN - migrations in the Deployment cemanager does not have a CPU requests set WARN - migrations in the Deployment cemanager does not have a memory limit set WARN - migrations in the Deployment cemanager does not have a CPU limit set WARN - migrations in the Deployment cemanager does not have QoS class of Guaranteed WARN - cemanager in the Deployment cemanager has ability to run as root WARN - migrations in the Deployment cemanager has ability to run as root WARN - cemanager in the Deployment cemanager using defaulting to image UID WARN - Deployment cemanager has a UID of less than 1000 WARN - migrations in the Deployment cemanager is missing livenessProbe WARN - migrations in the Deployment cemanager is missing readinessProbe WARN - Deployment dashboard must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - dashboard in the Deployment dashboard has ability to run as root WARN - dashboard in the Deployment dashboard using defaulting to image UID WARN - Deployment dashboard has a UID of less than 1000 WARN - Deployment envproxy must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - envproxy in the Deployment envproxy has ability to run as root WARN - envproxy in the Deployment envproxy using defaulting to image UID WARN - Deployment envproxy has a UID of less than 1000 WARN - timescale in the StatefulSet timescale has ability to run as root WARN - timescale in the StatefulSet timescale using defaulting to image UID WARN - StatefulSet timescale has a UID of less than 1000 57 tests, 34 passed, 23 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1630333920:step_script section_start:1630333920:cleanup_file_variables Cleaning up file based variables section_end:1630333920:cleanup_file_variables Job succeeded