Running with gitlab-runner 13.11.0 (7f7a4bb0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg WntjV97x  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1620662109:resolve_secrets Resolving secrets section_end:1620662109:resolve_secrets section_start:1620662109: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:1620662109:prepare_executor section_start:1620662109:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-wntjv97x-project-4885-concurrent-0ngqvl to be running, status is Pending Running on runner-wntjv97x-project-4885-concurrent-0ngqvl via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-797d46cxptjg... section_end:1620662112:prepare_script section_start:1620662112:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/platform-one/big-bang/apps/sandbox/podinfo/.git/ Created fresh repository. Checking out 34537553 as refs/merge-requests/1/head... Skipping Git submodules setup section_end:1620662112:get_sources section_start:1620662112: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 . . |-- README.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- LICENSE | |-- README.md | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | `-- virtualservice.yaml | | |-- certificate.yaml | | |-- deployment.yaml | | |-- hpa.yaml | | |-- ingress.yaml | | |-- linkerd.yaml | | |-- redis | | | |-- config.yaml | | | |-- deployment.yaml | | | `-- service.yaml | | |-- service.yaml | | |-- serviceaccount.yaml | | |-- servicemonitor.yaml | | `-- tests | | |-- cache.yaml | | |-- fail.yaml | | |-- grpc.yaml | | |-- jwt.yaml | | |-- service.yaml | | |-- timeout.yaml | | `-- tls.yaml | |-- values-prod.yaml | |-- values-secure.yaml | `-- values.yaml `-- tests |-- cy-run.sh |-- cypress | `-- integration | `-- podinfo-health.spec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yml 8 directories, 34 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 RELEASE-NAME-podinfo must include Kubernetes recommended labels: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels WARN - Deployment RELEASE-NAME-podinfo is using default Service Account WARN - podinfo in the Deployment RELEASE-NAME-podinfo does not have a memory limit set WARN - podinfo in the Deployment RELEASE-NAME-podinfo does not have a CPU limit set WARN - podinfo in the Deployment RELEASE-NAME-podinfo does not have QoS class of Guaranteed WARN - podinfo in the Deployment RELEASE-NAME-podinfo has ability to run as root WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji is missing livenessProbe WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji is missing readinessProbe WARN - Pod RELEASE-NAME-podinfo-grpc-test-2fcji is using default Service Account WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji does not have a memory requests set WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji does not have a CPU requests set WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji does not have a memory limit set WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji does not have a CPU limit set WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji does not have QoS class of Guaranteed WARN - grpc-health-probe in the Pod RELEASE-NAME-podinfo-grpc-test-2fcji has ability to run as root WARN - Image 'stefanprodan/grpc_health_probe' in 'Pod' 'RELEASE-NAME-podinfo-grpc-test-2fcji' is not from Ironbank WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb is missing livenessProbe WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb is missing readinessProbe WARN - Pod RELEASE-NAME-podinfo-jwt-test-khopb is using default Service Account WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb does not have a memory requests set WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb does not have a CPU requests set WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb does not have a memory limit set WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb does not have a CPU limit set WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb does not have QoS class of Guaranteed WARN - tools in the Pod RELEASE-NAME-podinfo-jwt-test-khopb has ability to run as root WARN - Image 'giantswarm/tiny-tools' in 'Pod' 'RELEASE-NAME-podinfo-jwt-test-khopb' is not from Ironbank WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok is missing livenessProbe WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok is missing readinessProbe WARN - Pod RELEASE-NAME-podinfo-service-test-r5cok is using default Service Account WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok does not have a memory requests set WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok does not have a CPU requests set WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok does not have a memory limit set WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok does not have a CPU limit set WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok does not have QoS class of Guaranteed WARN - curl in the Pod RELEASE-NAME-podinfo-service-test-r5cok has ability to run as root WARN - Image 'curlimages/curl' in 'Pod' 'RELEASE-NAME-podinfo-service-test-r5cok' is not from Ironbank FAIL - Image 'stefanprodan/grpc_health_probe' in 'Pod' 'RELEASE-NAME-podinfo-grpc-test-2fcji' is not from approved registries FAIL - Image 'giantswarm/tiny-tools' in 'Pod' 'RELEASE-NAME-podinfo-jwt-test-khopb' is not from approved registries FAIL - Image 'curlimages/curl' in 'Pod' 'RELEASE-NAME-podinfo-service-test-r5cok' is not from approved registries 44 tests, 5 passed, 36 warnings, 3 failures Error: plugin "conftest" exited with error section_end:1620662113:step_script section_start:1620662113:cleanup_file_variables Cleaning up file based variables section_end:1620662113:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1