Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630260290:resolve_secrets Resolving secrets section_end:1630260290:resolve_secrets section_start:1630260290: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:1630260290:prepare_executor section_start:1630260290:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-2575-concurrent-0rfxgz to be running, status is Pending Running on runner-hqqhwdzb-project-2575-concurrent-0rfxgz via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630260297:prepare_script section_start:1630260297: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 1f988d65 as refs/merge-requests/17/head... Skipping Git submodules setup section_end:1630260298:get_sources section_start:1630260298: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 | |-- LICENSE | |-- Makefile | |-- NOTES.txt | |-- README.md | |-- README.md.gotmpl | |-- assets | | `-- coder.svg | |-- certs | |-- examples | | |-- images.yaml | | |-- kind | | | `-- kind.values.yaml | | `-- openshift | | `-- openshift.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 | | |-- _migrate.tpl | | |-- bigbang | | | |-- coder-vs.yaml | | | `-- serviceMonitor.yaml | | |-- coderd.yaml | | |-- dashboard.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 14 directories, 47 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 coderd must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - migrations in the Deployment coderd does not have a memory requests set WARN - migrations in the Deployment coderd does not have a CPU requests set WARN - migrations in the Deployment coderd does not have a memory limit set WARN - migrations in the Deployment coderd does not have a CPU limit set WARN - migrations in the Deployment coderd does not have QoS class of Guaranteed WARN - coderd in the Deployment coderd has ability to run as root WARN - migrations in the Deployment coderd has ability to run as root WARN - coderd in the Deployment coderd using defaulting to image UID WARN - migrations in the Deployment coderd using defaulting to image UID WARN - Deployment coderd has a UID of less than 1000 WARN - migrations in the Deployment coderd is missing livenessProbe WARN - migrations in the Deployment coderd is missing readinessProbe 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 34 tests, 18 passed, 16 warnings, 0 failures Checking chart values... WARN - migrations in the Deployment coderd does not have a memory requests set WARN - migrations in the Deployment coderd does not have a CPU requests set WARN - migrations in the Deployment coderd does not have a memory limit set WARN - migrations in the Deployment coderd does not have a CPU limit set WARN - migrations in the Deployment coderd does not have QoS class of Guaranteed WARN - coderd in the Deployment coderd has ability to run as root WARN - migrations in the Deployment coderd has ability to run as root WARN - coderd in the Deployment coderd using defaulting to image UID WARN - migrations in the Deployment coderd using defaulting to image UID WARN - Deployment coderd has a UID of less than 1000 WARN - migrations in the Deployment coderd is missing livenessProbe WARN - migrations in the Deployment coderd is missing readinessProbe WARN - Deployment coderd must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels 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 32 tests, 16 passed, 16 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1630260299:step_script section_start:1630260299:cleanup_file_variables Cleaning up file based variables section_end:1630260300:cleanup_file_variables Job succeeded