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:1618515202:resolve_secrets Resolving secrets section_end:1618515202:resolve_secrets section_start:1618515202: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:1618515202:prepare_executor section_start:1618515202:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-aauvxq-project-2324-concurrent-0dnp9v to be running, status is Pending Running on runner-aauvxq-project-2324-concurrent-0dnp9v via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-6f56fbdsgs4w... section_end:1618515205:prepare_script section_start:1618515205: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/security-tools/keycloak/.git/ Created fresh repository. Checking out 80646861 as refs/merge-requests/7/head... Skipping Git submodules setup section_end:1618515206:get_sources section_start:1618515206: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 | |-- Kptfile | |-- OWNERS | |-- README.md | |-- charts | | `-- postgresql-9.1.1.tgz | |-- ci | | |-- h2-values.yaml | | `-- postgres-ha-values.yaml | |-- requirements.yaml | |-- resources | | |-- dev | | | |-- baby-yoda.json | | | |-- baby-yoda.yaml | | | |-- tls.crt | | | `-- tls.key | | `-- dod_cas.pem | |-- scripts | | |-- bigbang.cli | | `-- keycloak.cli | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | |-- network-policy.yaml | | | `-- virtualservice.yaml | | |-- configmap-startup.yaml | | |-- hpa.yaml | | |-- ingress.yaml | | |-- networkpolicy.yaml | | |-- poddisruptionbudget.yaml | | |-- prometheusrule.yaml | | |-- rbac.yaml | | |-- route.yaml | | |-- secrets.yaml | | |-- service-headless.yaml | | |-- service-http.yaml | | |-- serviceaccount.yaml | | |-- servicemonitor.yaml | | |-- statefulset.yaml | | `-- test | | |-- configmap-test.yaml | | `-- pod-test.yaml | |-- values.schema.json | `-- values.yaml |-- development | |-- Dockerfile | |-- Dockerfile.dev | |-- README.md | |-- baby-yoda.json | |-- baby-yoda.yaml | |-- build.sh | |-- certs | | |-- dod_cas.pem | | |-- tls.crt | | `-- tls.key | |-- cypress | | |-- README.md | | |-- fixtures | | | `-- example.json | | |-- integration | | | |-- auth.spec.js | | | |-- newuser.spec.js | | | |-- reg.spec.js | | | `-- spec.js | | |-- plugins | | | `-- index.js | | `-- support | | |-- commands.js | | `-- index.js | |-- cypress.json | |-- disable-theme-cache.cli | |-- js-console.war | `-- plugin | |-- README.md | |-- build.gradle | |-- gradle | | `-- wrapper | | |-- gradle-wrapper.jar | | `-- gradle-wrapper.properties | |-- gradlew | |-- gradlew.bat | |-- lombok.config | |-- settings.gradle | `-- src | |-- main | | |-- java | | | `-- dod | | | `-- p1 | | | `-- keycloak | | | |-- authentication | | | | |-- RequireGroupAuthenticator.java | | | | `-- RequireGroupAuthenticatorFactory.java | | | |-- common | | | | |-- CommonConfig.java | | | | |-- YAMLConfig.java | | | | |-- YAMLConfigEmailAutoJoin.java | | | | `-- YAMLConfigX509.java | | | `-- registration | | | |-- RegistrationValidation.java | | | |-- RegistrationX509Password.java | | | |-- UpdateX509.java | | | `-- X509Tools.java | | `-- resources | | |-- META-INF | | | |-- jboss-deployment-structure.xml | | | |-- keycloak-themes.json | | | `-- services | | | |-- org.keycloak.authentication.AuthenticatorFactory | | | |-- org.keycloak.authentication.FormActionFactory | | | `-- org.keycloak.authentication.RequiredActionFactory | | `-- theme | | `-- p1-sso | | |-- account | | | |-- account.ftl | | | |-- applications.ftl | | | |-- messages | | | | `-- messages_en.properties | | | |-- resources -> ../custom-resources | | | |-- theme.properties | | | `-- totp.ftl | | |-- admin | | | |-- resources -> ../custom-resources | | | `-- theme.properties | | |-- custom-resources | | | |-- css | | | | `-- custom.css | | | |-- img | | | | |-- favicon.ico | | | | |-- p1-logo-alt.png | | | | |-- p1-logo-tall.png | | | | |-- p1-logo.png | | | | `-- tech-bg.jpg | | | `-- js | | | `-- base64url.js | | `-- login | | |-- login-config-totp.ftl | | |-- login-x509-info.ftl | | |-- login.ftl | | |-- messages | | | `-- messages_en.properties | | |-- register.ftl | | |-- resources -> ../custom-resources | | |-- terms.ftl | | `-- theme.properties | `-- test | `-- java | `-- dod | `-- p1 | `-- keycloak | |-- authentication | | |-- RequireGroupAuthenticatorFactoryTest.java | | `-- RequireGroupAuthenticatorTest.java | |-- registration | | `-- RegistrationValidationTest.java | `-- utils | `-- Utils.java |-- docs | |-- AFFINITY.md | |-- configuration.md | |-- create-a-test-case.md | `-- img | |-- add-test-user.png | |-- impersonate-user.png | |-- invite-link.png | |-- login.png | |-- navigate-to-registration.png | |-- realm-baby-yoda.png | |-- users.png | `-- welcome.png `-- tests `-- test-values.yml 56 directories, 121 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 - Image 'registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/postgresql:11.8.0-debian-10-r61' in 'RELEASE-NAME-postgresql' is not from Ironbank WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/keycloak-ib-p1:11.0.1-bb.0' in 'RELEASE-NAME-keycloa' is not from Ironbank 54 tests, 52 passed, 2 warnings, 0 failures Checking chart values... WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/postgresql:11.8.0-debian-10-r61' in 'RELEASE-NAME-postgresql' is not from Ironbank WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/keycloak-ib-p1:11.0.1-bb.0' in 'RELEASE-NAME-keycloa' is not from Ironbank 51 tests, 49 passed, 2 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1618515207:step_script section_start:1618515207:cleanup_file_variables Cleaning up file based variables section_end:1618515207:cleanup_file_variables Job succeeded