Running with gitlab-runner 13.10.0 (54944146)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-6f56fbdsgs4w aAuVx__Q  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1617146752:resolve_secrets Resolving secrets section_end:1617146752:resolve_secrets section_start:1617146752: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:1617146752:prepare_executor section_start:1617146752:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-aauvxq-project-2317-concurrent-08cgct to be running, status is Pending Running on runner-aauvxq-project-2317-concurrent-08cgct via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-6f56fbdsgs4w... section_end:1617146755:prepare_script section_start:1617146755: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/developer-tools/sonarqube/.git/ Created fresh repository. Checking out 555cf3e6 as refs/merge-requests/21/head... Skipping Git submodules setup section_end:1617146756:get_sources section_start:1617146756: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 |-- Dockerfile |-- README.md |-- chart | |-- Chart.yaml | |-- LICENSE | |-- README.md | |-- charts | | `-- postgresql | | |-- Chart.yaml | | |-- README.md | | |-- ci | | | |-- default-values.yaml | | | `-- shmvolume-disabled-values.yaml | | |-- files | | | |-- README.md | | | |-- conf.d | | | | `-- README.md | | | `-- docker-entrypoint-initdb.d | | | `-- README.md | | |-- templates | | | |-- NOTES.txt | | | |-- _helpers.tpl | | | |-- configmap.yaml | | | |-- extended-config-configmap.yaml | | | |-- initialization-configmap.yaml | | | |-- metrics-configmap.yaml | | | |-- metrics-svc.yaml | | | |-- networkpolicy.yaml | | | |-- prometheusrule.yaml | | | |-- secrets.yaml | | | |-- serviceaccount.yaml | | | |-- servicemonitor.yaml | | | |-- statefulset-slaves.yaml | | | |-- statefulset.yaml | | | |-- svc-headless.yaml | | | |-- svc-read.yaml | | | `-- svc.yaml | | |-- values-production.yaml | | |-- values.schema.json | | `-- values.yaml | |-- requirements.yaml | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- monitoring.yaml | | | `-- virtualservice.yaml | | |-- change-admin-password-hook.yml | | |-- config.yaml | | |-- deployment.yaml | | |-- ingress.yaml | | |-- init-sysctl.yaml | | |-- install-plugins.yaml | | |-- postgres-config.yaml | | |-- pvc.yaml | | |-- secret.yaml | | |-- service.yaml | | |-- serviceaccount.yaml | | |-- sonarqube-scc.yaml | | `-- tests | | |-- sonarqube-test.yaml | | `-- test-config.yaml | `-- values.yaml |-- docs | |-- ECK.md | |-- Keycloak.md | |-- PartyBus.md | |-- Prometheus.md | `-- README.md `-- tests |-- cy-run.sh |-- cypress | `-- integration | `-- sonarqube-health.spec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yml 15 directories, 65 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ -f "tests/test-values.yml" ]; then # collapsed multi-line command Checking test values... WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb:8.6-community-bb' in 'RELEASE-NAME-sonarqube' is not from Ironbank WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/postgresql:11.7.0-debian-10-r26' in 'RELEASE-NAME-postgresql' is not from Ironbank 33 tests, 31 passed, 2 warnings, 0 failures Checking chart values... WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb:8.6-community-bb' in 'RELEASE-NAME-sonarqube' is not from Ironbank WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/postgresql:11.7.0-debian-10-r26' in 'RELEASE-NAME-postgresql' is not from Ironbank 30 tests, 28 passed, 2 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1617146757:step_script section_start:1617146757:cleanup_file_variables Cleaning up file based variables section_end:1617146757:cleanup_file_variables Job succeeded