Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59s948w yScSXEaE section_start:1627428435:resolve_secrets Resolving secrets section_end:1627428435:resolve_secrets section_start:1627428435: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:1627428435:prepare_executor section_start:1627428435:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-yscsxeae-project-2489-concurrent-0qwjch to be running, status is Pending Running on runner-yscsxeae-project-2489-concurrent-0qwjch via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59s948w... section_end:1627428439:prepare_script section_start:1627428439:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/yScSXEaE/0/platform-one/big-bang/apps/application-utilities/minio/.git/ Created fresh repository. Checking out 3d833297 as refs/merge-requests/34/head... Skipping Git submodules setup section_end:1627428440:get_sources section_start:1627428440: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.lock | |-- Chart.yaml | |-- charts | | `-- bb-test-lib-0.5.0.tgz | |-- templates | | |-- _helpers.tpl | | |-- bigbang | | | `-- networkpolicies | | | |-- default-deny-egress.yaml | | | |-- default-deny-ingress.yaml | | | |-- helm-test-network-policy.yaml | | | |-- istio-allow.yaml | | | |-- monitoring-ingress.yaml | | | `-- namespace-allow.yaml | | |-- console-secret.yaml | | |-- minio-vs.yaml | | |-- service-account.yaml | | |-- serviceMonitor.yaml | | |-- tenant-secret.yaml | | |-- tenant.yaml | | `-- tests | | |-- test-ui.yaml | | `-- test-write.yaml | |-- tests | | |-- cypress | | | |-- cypress.json | | | |-- minio-health.spec.js | | | `-- minio-login.js | | `-- scripts | | `-- test-write.sh | `-- values.yaml |-- deployment | |-- integrations | | `-- monitoring | | `-- prometheus | | |-- kustomization.yaml | | |-- minioServiceMonitor.yaml | | |-- role.yaml | | `-- roleBinding.yaml | `-- manifests | |-- README.md | |-- minio-instance | | |-- kustomization.yaml | | |-- namespace.yaml | | |-- patches | | | `-- image-patch.yaml | | `-- upstream | | `-- minioinstance.yaml | `-- minio-operator | |-- kustomization.yaml | `-- upstream | |-- crd.yaml | |-- deployment.yaml | |-- kustomization.yaml | |-- namespace.yaml | |-- rbac.yaml | `-- service-account.yaml |-- docs | |-- affinity.md | |-- backup.md | |-- elastic.md | |-- keycloak.md | |-- overview.md | |-- prometheus.md | `-- troubleshooting.md `-- tests |-- dependencies.yaml `-- test-values.yml 21 directories, 52 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 - minio-instance-cypress-test in the Pod minio-instance-cypress-test has ability to run as root WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test is missing livenessProbe WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test is missing readinessProbe WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a memory requests set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a CPU requests set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a memory limit set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a CPU limit set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have QoS class of Guaranteed WARN - minio-instance-script-test in the Pod minio-instance-script-test has ability to run as root WARN - minio-instance-script-test in the Pod minio-instance-script-test is missing livenessProbe WARN - minio-instance-script-test in the Pod minio-instance-script-test is missing readinessProbe WARN - minio-instance-script-test in the Pod minio-instance-script-test does not have a memory requests set WARN - minio-instance-script-test in the Pod minio-instance-script-test does not have a CPU requests set WARN - minio-instance-script-test in the Pod minio-instance-script-test does not have a memory limit set WARN - minio-instance-script-test in the Pod minio-instance-script-test does not have a CPU limit set WARN - minio-instance-script-test in the Pod minio-instance-script-test does not have QoS class of Guaranteed WARN - Pod minio-instance-script-test is using default Service Account 35 tests, 18 passed, 17 warnings, 0 failures Checking chart values... WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test has ability to run as root WARN - Pod minio-instance-cypress-test is using default Service Account WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test is missing livenessProbe WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test is missing readinessProbe WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a memory requests set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a CPU requests set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a memory limit set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have a CPU limit set WARN - minio-instance-cypress-test in the Pod minio-instance-cypress-test does not have QoS class of Guaranteed 24 tests, 15 passed, 9 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1627428441:step_script section_start:1627428441:cleanup_file_variables Cleaning up file based variables section_end:1627428442:cleanup_file_variables Job succeeded