[0KRunning with gitlab-runner 14.3.2 (e0218c92)[0;m [0K on gitlab-runners-bigbang-gitlab-runner-privileged-gitlab-runjsr58 RKphpr5_[0;m section_start:1634761950:resolve_secrets [0K[0K[36;1mResolving secrets[0;m[0;m section_end:1634761950:resolve_secrets [0Ksection_start:1634761950:prepare_executor [0K[0K[36;1mPreparing the "kubernetes" executor[0;m[0;m [0KUsing Kubernetes namespace: gitlab-runners[0;m [0KUsing Kubernetes executor with image registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k8s-ci:v1.20.4-bb.3 ...[0;m [0KUsing attach strategy to execute scripts...[0;m section_end:1634761950:prepare_executor [0Ksection_start:1634761950:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Waiting for pod gitlab-runners/runner-rkphpr5-project-2872-concurrent-6tdxp2 to be running, status is Pending ContainersNotInitialized: "containers with incomplete status: [init-permissions]" ContainersNotReady: "containers with unready status: [build helper svc-0]" ContainersNotReady: "containers with unready status: [build helper svc-0]" Running on runner-rkphpr5-project-2872-concurrent-6tdxp2 via gitlab-runners-bigbang-gitlab-runner-privileged-gitlab-runjsr58... section_end:1634761965:prepare_script [0Ksection_start:1634761965:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 50...[0;m hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /builds/RKphpr5_/6/platform-one/big-bang/bigbang/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out b9d2e3a1 as refs/merge-requests/1021/head...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1634761966:get_sources [0Ksection_start:1634761966:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ echo -e "\e[0Ksection_start:`date +%s`:k3d_up[collapsed=true]\r\e[0K\e[33;1mK3D Cluster Create\e[37m"[0;m [0Ksection_start:1634761966:k3d_up[collapsed=true] [0K[33;1mK3D Cluster Create[37m [32;1m$ i=0; while [ "$i" -lt 12 ]; do docker info &>/dev/null && break; sleep 5; i=$(( i + 1 )) ; done[0;m [32;1m$ docker network create ${CI_JOB_ID} --driver=bridge -o "com.docker.network.driver.mtu"="1450" --subnet=172.20.0.0/16[0;m 16669004ff9a961974b5f45b495b436827647786f26d7ef7e210889510411db3 [32;1m$ chmod +x tests/ci/k3d/deploy_k3d.sh; echo "Executing tests/ci/k3d/deploy_k3d.sh..."; ./tests/ci/k3d/deploy_k3d.sh[0;m Executing tests/ci/k3d/deploy_k3d.sh... + trap 'echo exit at ${0}:${LINENO}, command was: ${BASH_COMMAND} 1>&2' ERR + docker login -u [MASKED] -p [MASKED] WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + [[ '' == \m\a\s\t\e\r ]] + [[ ! -z '' ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines =~ keycloak ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines =~ all-packages ]] + k3d cluster create 7434666 --config tests/ci/k3d/disable-servicelb-config.yaml --network 7434666 [36mINFO[0m[0000] Using config file tests/ci/k3d/disable-servicelb-config.yaml [36mINFO[0m[0000] Prep: Network [36mINFO[0m[0000] Network with name '7434666' already exists with ID '16669004ff9a961974b5f45b495b436827647786f26d7ef7e210889510411db3' [36mINFO[0m[0000] Created volume 'k3d-7434666-images' [36mINFO[0m[0001] Creating node 'k3d-7434666-server-0' [36mINFO[0m[0002] Pulling image 'docker.io/rancher/k3s:v1.20.4-k3s1' [36mINFO[0m[0004] Creating LoadBalancer 'k3d-7434666-serverlb' [36mINFO[0m[0005] Pulling image 'docker.io/rancher/k3d-proxy:v4.3.0' [36mINFO[0m[0007] Starting cluster '7434666' [36mINFO[0m[0007] Starting servers... [36mINFO[0m[0007] Starting Node 'k3d-7434666-server-0' [36mINFO[0m[0013] Starting agents... [36mINFO[0m[0013] Starting helpers... [36mINFO[0m[0013] Starting Node 'k3d-7434666-serverlb' [36mINFO[0m[0013] (Optional) Trying to get IP of the docker host and inject it into the cluster as 'host.k3d.internal' for easy access [36mINFO[0m[0013] Cluster '7434666' created successfully! [36mINFO[0m[0013] --kubeconfig-update-default=false --> sets --kubeconfig-switch-context=false [36mINFO[0m[0013] You can now use it like this: kubectl config use-context k3d-7434666 kubectl cluster-info [32;1m$ until kubectl get deployment coredns -n kube-system -o go-template='{{.status.availableReplicas}}' | grep -v -e '<no value>'; do sleep 1s; done[0;m Error from server (NotFound): deployments.apps "coredns" not found 1 [32;1m$ chmod +x tests/ci/k3d/metallb/install_metallb.sh; echo "Executing tests/ci/k3d/metallb/install_metallb.sh..."; ./tests/ci/k3d/metallb/install_metallb.sh[0;m Executing tests/ci/k3d/metallb/install_metallb.sh... + trap 'echo exit at ${0}:${LINENO}, command was: ${BASH_COMMAND} 1>&2' ERR + [[ '' == \m\a\s\t\e\r ]] + [[ ! -z '' ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines =~ keycloak ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines =~ all-packages ]] + kubectl create -f tests/ci/k3d/metallb/metallb.yaml namespace/metallb-system created podsecuritypolicy.policy/controller created podsecuritypolicy.policy/speaker created serviceaccount/controller created serviceaccount/speaker created clusterrole.rbac.authorization.k8s.io/metallb-system:controller created clusterrole.rbac.authorization.k8s.io/metallb-system:speaker created role.rbac.authorization.k8s.io/config-watcher created role.rbac.authorization.k8s.io/pod-lister created role.rbac.authorization.k8s.io/controller created clusterrolebinding.rbac.authorization.k8s.io/metallb-system:controller created clusterrolebinding.rbac.authorization.k8s.io/metallb-system:speaker created rolebinding.rbac.authorization.k8s.io/config-watcher created rolebinding.rbac.authorization.k8s.io/pod-lister created rolebinding.rbac.authorization.k8s.io/controller created daemonset.apps/speaker created deployment.apps/controller created + kubectl create -f tests/ci/k3d/metallb/metallb-config.yaml configmap/config created [32;1m$ kubectl get all -A[0;m NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/local-path-provisioner-5ff76fc89d-khcwl 1/1 Running 0 11s kube-system pod/metrics-server-86cbb8457f-hqzsm 1/1 Running 0 11s kube-system pod/coredns-854c77959c-zdngf 1/1 Running 0 11s metallb-system pod/controller-f6dcd56df-64fhm 0/1 ContainerCreating 0 1s metallb-system pod/speaker-hhsgd 0/1 ContainerCreating 0 1s NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default service/kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 28s kube-system service/kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 26s kube-system service/metrics-server ClusterIP 10.43.2.127 <none> 443/TCP 26s NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE metallb-system daemonset.apps/speaker 1 1 0 1 0 kubernetes.io/os=linux 1s NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE kube-system deployment.apps/local-path-provisioner 1/1 1 1 26s kube-system deployment.apps/metrics-server 1/1 1 1 26s kube-system deployment.apps/coredns 1/1 1 1 26s metallb-system deployment.apps/controller 0/1 1 0 1s NAMESPACE NAME DESIRED CURRENT READY AGE kube-system replicaset.apps/local-path-provisioner-5ff76fc89d 1 1 1 11s kube-system replicaset.apps/metrics-server-86cbb8457f 1 1 1 11s kube-system replicaset.apps/coredns-854c77959c 1 1 1 11s metallb-system replicaset.apps/controller-f6dcd56df 1 1 0 1s [32;1m$ echo -e "\e[0Ksection_end:`date +%s`:k3d_up\r\e[0K"[0;m [0Ksection_end:1634762008:k3d_up [0K [32;1m$ echo "Install Big Bang from ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"[0;m Install Big Bang from master [32;1m$ echo -e "\e[0Ksection_start:`date +%s`:git_master[collapsed=true]\r\e[0K\e[33;1mGit Fetch Master\e[37m"[0;m [0Ksection_start:1634762008:git_master[collapsed=true] [0K[33;1mGit Fetch Master[37m [32;1m$ git fetch && git checkout ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}[0;m From https://repo1.dso.mil/platform-one/big-bang/bigbang * [new branch] 1.12.0/valuefiles-patch -> origin/1.12.0/valuefiles-patch * [new branch] 1.12.1-valuefiles-patch -> origin/1.12.1-valuefiles-patch * [new branch] 141-add-documentation-for-bigbang-helm-values -> origin/141-add-documentation-for-bigbang-helm-values * [new branch] 145-add-additional-image-list-for-release -> origin/145-add-additional-image-list-for-release * [new branch] 183-gitlab-support-for-pages -> origin/183-gitlab-support-for-pages * [new branch] 194-fluent-bit-image-missing -> origin/194-fluent-bit-image-missing * [new branch] 240-introduce-capabilities-matrix-to-documentation -> origin/240-introduce-capabilities-matrix-to-documentation * [new branch] 253-release-pipeline-always-clones-from-main -> origin/253-release-pipeline-always-clones-from-main * [new branch] 282-minio-istio-defaults-to-enabled -> origin/282-minio-istio-defaults-to-enabled * [new branch] 295-document-gitlab-package-architecture-in-charter -> origin/295-document-gitlab-package-architecture-in-charter * [new branch] 302-document-minio-package-architecture-in-charter -> origin/302-document-minio-package-architecture-in-charter * [new branch] 408-kiali-custom-root-ca -> origin/408-kiali-custom-root-ca * [new branch] 42-feat-add-mattermost-as-bigbang-addon -> origin/42-feat-add-mattermost-as-bigbang-addon * [new branch] 492-publish-images-txt-for-individual-bb-components -> origin/492-publish-images-txt-for-individual-bb-components * [new branch] 497-keycloak-release -> origin/497-keycloak-release * [new branch] 518-flux-install-script-directory-bug -> origin/518-flux-install-script-directory-bug * [new branch] 528-add-ability-to-the-install_flux-sh-script-to-use-existing-registry-secret-if-it-exists -> origin/528-add-ability-to-the-install_flux-sh-script-to-use-existing-registry-secret-if-it-exists * [new branch] 549-all-packages-implementation -> origin/549-all-packages-implementation * [new branch] 549-testing-branch -> origin/549-testing-branch * [new branch] 561-update-codeowners-fluentbit -> origin/561-update-codeowners-fluentbit * [new branch] 571-nexus-dns-netpol-does-not-allow-port-5353-for-openshift -> origin/571-nexus-dns-netpol-does-not-allow-port-5353-for-openshift * [new branch] 572-anchore-dns-netpol-does-not-allow-port-5353-for-openshift -> origin/572-anchore-dns-netpol-does-not-allow-port-5353-for-openshift * [new branch] 599-monitoring-helmrelease-does-not-achieve-health -> origin/599-monitoring-helmrelease-does-not-achieve-health * [new branch] 601-unable-to-deploy-bigbang-when-deployed-over-an-ec2 -> origin/601-unable-to-deploy-bigbang-when-deployed-over-an-ec2 * [new branch] 647-logging-loki -> origin/647-logging-loki * [new branch] 647-logging-loki-riley -> origin/647-logging-loki-riley * [new branch] 653-flux-infinite -> origin/653-flux-infinite * [new branch] 659-no-cert -> origin/659-no-cert * [new branch] 698-eckoperator-bump -> origin/698-eckoperator-bump * [new branch] 715-gitlab-hostname-improvements -> origin/715-gitlab-hostname-improvements * [new branch] 719-retrospective-update-codeowners -> origin/719-retrospective-update-codeowners * [new branch] 758-add-support-for-gitlab-multipart -> origin/758-add-support-for-gitlab-multipart * [new branch] 79-pipelines-call-package-tests -> origin/79-pipelines-call-package-tests * [new branch] 80-prometheus-sso-not-working-2 -> origin/80-prometheus-sso-not-working-2 * [new branch] 811-update-jaeger-to-1-26-0 -> origin/811-update-jaeger-to-1-26-0 * [new branch] 813-authservice-sso-change -> origin/813-authservice-sso-change * [new branch] 824-helm-test-failure-on-upgrade-job-aborts-the-upgrade-testing -> origin/824-helm-test-failure-on-upgrade-job-aborts-the-upgrade-testing * [new branch] 833-gitlab-object-storage-use_iam_role -> origin/833-gitlab-object-storage-use_iam_role * [new branch] 838-docs-upstream -> origin/838-docs-upstream * [new branch] 839-doc-pipeline-integration -> origin/839-doc-pipeline-integration * [new branch] 842-docs-flux-integration -> origin/842-docs-flux-integration * [new branch] 843-docs-istio-integration -> origin/843-docs-istio-integration * [new branch] 848-doc-adding-network-policies -> origin/848-doc-adding-network-policies * [new branch] 850-docs-extra -> origin/850-docs-extra * [new branch] 851-docs-supported-integration -> origin/851-docs-supported-integration * [new branch] 871-monitoring-jaeger-connection-broken-when-monitoring-sso-enabled -> origin/871-monitoring-jaeger-connection-broken-when-monitoring-sso-enabled * [new branch] 871-monitoring-jaeger-connection-broken-when-monitoring-sso-enabled-2 -> origin/871-monitoring-jaeger-connection-broken-when-monitoring-sso-enabled-2 * [new branch] 872-kiali-prometheus-connection-broken-when-monitoring-sso-enabled -> origin/872-kiali-prometheus-connection-broken-when-monitoring-sso-enabled * [new branch] 875-kiali-ci -> origin/875-kiali-ci * [new branch] 875-kiali-cypress -> origin/875-kiali-cypress * [new branch] 888-wait_crd-in-bb-ci-doesn-t-exit-on-failure -> origin/888-wait_crd-in-bb-ci-doesn-t-exit-on-failure * [new branch] 892-more-emoji -> origin/892-more-emoji * [new branch] BB-1003 -> origin/BB-1003 * [new branch] BB-1073 -> origin/BB-1073 * [new branch] BB-1073-airgap -> origin/BB-1073-airgap * [new branch] BB-1073-airgap-ismail -> origin/BB-1073-airgap-ismail * [new branch] BB-1084 -> origin/BB-1084 * [new branch] BB-694 -> origin/BB-694 * [new branch] BB-857_8 -> origin/BB-857_8 * [new branch] BBOI-435_data_flow_diagram -> origin/BBOI-435_data_flow_diagram * [new branch] BBOI-464_Network_Flow_Diagram -> origin/BBOI-464_Network_Flow_Diagram * [new branch] BrandenCobb-master-patch-66080 -> origin/BrandenCobb-master-patch-66080 * [new branch] add-coder-charter -> origin/add-coder-charter * [new branch] add-kube-labels -> origin/add-kube-labels * [new branch] add-terraform-optional-secret -> origin/add-terraform-optional-secret * [new branch] addon/mysql -> origin/addon/mysql * [new branch] addons/keycloak -> origin/addons/keycloak * [new branch] airgap-BB-1073 -> origin/airgap-BB-1073 * [new branch] airgap-test-123 -> origin/airgap-test-123 * [new branch] airgapped-docs-update-suggestions -> origin/airgapped-docs-update-suggestions * [new branch] aks-defaults -> origin/aks-defaults * [new branch] anchore-upgrade -> origin/anchore-upgrade * [new branch] antora -> origin/antora * [new branch] argocd-istio-enabled-by-default -> origin/argocd-istio-enabled-by-default * [new branch] argocd-network-policy -> origin/argocd-network-policy * [new branch] argocd-tag-bump -> origin/argocd-tag-bump * [new branch] authservice-external-redis -> origin/authservice-external-redis * [new branch] authservice-for-kibana -> origin/authservice-for-kibana * [new branch] autoscaler-load-test -> origin/autoscaler-load-test * [new branch] bb-1173-jira-addon-2 -> origin/bb-1173-jira-addon-2 * [new branch] bb-1188/confluence -> origin/bb-1188/confluence * [new branch] bb-1203 -> origin/bb-1203 * [new branch] bb-1272 -> origin/bb-1272 * [new branch] bb-1287 -> origin/bb-1287 * [new branch] bb-16/postgres-operator -> origin/bb-16/postgres-operator * [new branch] bb-291-keycloak -> origin/bb-291-keycloak * [new branch] bb-628-dev-docs -> origin/bb-628-dev-docs * [new branch] bb-736 -> origin/bb-736 * [new branch] bb-751 -> origin/bb-751 * [new branch] bb-81 -> origin/bb-81 * [new branch] bb-843 -> origin/bb-843 * [new branch] bb-843-grafana -> origin/bb-843-grafana * [new branch] bb-844-2 -> origin/bb-844-2 * [new branch] bb-844-auth -> origin/bb-844-auth * [new branch] bb-848 -> origin/bb-848 * [new branch] bb-870 -> origin/bb-870 * [new branch] bigbang-json-schema -> origin/bigbang-json-schema * [new branch] blloyd-fluentbit-5353udp -> origin/blloyd-fluentbit-5353udp * [new branch] blloyd-fluentbit-ci-testing-2 -> origin/blloyd-fluentbit-ci-testing-2 * [new branch] blloyd-master-patch-12171 -> origin/blloyd-master-patch-12171 * [new branch] blloyd-minio-port5353 -> origin/blloyd-minio-port5353 * [new branch] branch-1.12.x -> origin/branch-1.12.x * [new branch] breakout-cicd-steps -> origin/breakout-cicd-steps * [new branch] bundle-jobs -> origin/bundle-jobs * [new branch] bundler -> origin/bundler * [new branch] charter-update-gabe -> origin/charter-update-gabe * [new branch] charter-update-jasonkrause -> origin/charter-update-jasonkrause * [new branch] cherry-pick-2e1bacb7 -> origin/cherry-pick-2e1bacb7 * [new branch] cherry-pick-6306ab9e -> origin/cherry-pick-6306ab9e * [new branch] cherry-pick-cfedd8c1 -> origin/cherry-pick-cfedd8c1 * [new branch] ci-environments -> origin/ci-environments * [new branch] ci/buildkit -> origin/ci/buildkit * [new branch] ci/infra-image -> origin/ci/infra-image * [new branch] ci/only-infra-on-schedule -> origin/ci/only-infra-on-schedule * [new branch] ci/rke2-stig -> origin/ci/rke2-stig * [new branch] ci/sizing -> origin/ci/sizing * [new branch] ci/skip-docs -> origin/ci/skip-docs * [new branch] ci/tester -> origin/ci/tester * [new branch] cluster-auditor-network-policies -> origin/cluster-auditor-network-policies * [new branch] cluster-auditor-prometheus -> origin/cluster-auditor-prometheus * [new branch] codeowners -> origin/codeowners * [new branch] coder-n-bigbang -> origin/coder-n-bigbang * [new branch] compliance -> origin/compliance * [new branch] cz-test -> origin/cz-test * [new branch] demo -> origin/demo * [new branch] deploy-mattermost -> origin/deploy-mattermost * [new branch] deploy-vault -> origin/deploy-vault * [new branch] dev-confluence -> origin/dev-confluence * [new branch] doc-arch-eckoperator-311 -> origin/doc-arch-eckoperator-311 * [new branch] doc-update -> origin/doc-update * [new branch] docs -> origin/docs * [new branch] docs-edge -> origin/docs-edge * [new branch] docs-edge-deployment -> origin/docs-edge-deployment * [new branch] docs-robk -> origin/docs-robk * [new branch] documentation/Deploy-Secrets -> origin/documentation/Deploy-Secrets * [new branch] dogfood -> origin/dogfood * [new branch] eck-operator-network-policies -> origin/eck-operator-network-policies * [new branch] ek-28-update-to-support-istio -> origin/ek-28-update-to-support-istio * [new branch] elastic-is-slow -> origin/elastic-is-slow * [new branch] enable-monitoring-istio-injection -> origin/enable-monitoring-istio-injection * [new branch] enhanced-testing -> origin/enhanced-testing * [new branch] feature/add-keycloak-repo -> origin/feature/add-keycloak-repo * [new branch] feature/authservice-google-auth-example -> origin/feature/authservice-google-auth-example * [new branch] feature/rothandrew-proposed-docs-updates -> origin/feature/rothandrew-proposed-docs-updates * [new branch] filmo003-master-patch-17332 -> origin/filmo003-master-patch-17332 * [new branch] filmo003-master-patch-66184 -> origin/filmo003-master-patch-66184 * [new branch] filmo003-master-patch-87347 -> origin/filmo003-master-patch-87347 * [new branch] fix/remove_interval_nxrm -> origin/fix/remove_interval_nxrm * [new branch] fix/remove_interval_nxrm-1.12.0 -> origin/fix/remove_interval_nxrm-1.12.0 * [new branch] fix/set-reasonable-flux-reqs -> origin/fix/set-reasonable-flux-reqs * [new branch] fluentd -> origin/fluentd * [new branch] flux-helm -> origin/flux-helm * [new branch] flux-https-patch -> origin/flux-https-patch * [new branch] gatekeeper-nps -> origin/gatekeeper-nps * [new branch] gatekeeper-remove-bigbang-overrides -> origin/gatekeeper-remove-bigbang-overrides * [new branch] gatekeeper-remove-disabled-constraints -> origin/gatekeeper-remove-disabled-constraints * [new branch] gitlab-runners -> origin/gitlab-runners * [new branch] gitpkg -> origin/gitpkg * [new branch] glr15-enable-BBCI-for-gitlab-runner -> origin/glr15-enable-BBCI-for-gitlab-runner * [new branch] hotfix/release-ci -> origin/hotfix/release-ci * [new branch] husky-v5 -> origin/husky-v5 * [new branch] issue-685-gatekeeper-metrics -> origin/issue-685-gatekeeper-metrics * [new branch] issue_587 -> origin/issue_587 * [new branch] istio-annotations -> origin/istio-annotations * [new branch] istio-operator-network-policy -> origin/istio-operator-network-policy * [new branch] istio-vs-consolodation -> origin/istio-vs-consolodation * [new branch] jasonkrause-master-patch-28584 -> origin/jasonkrause-master-patch-28584 * [new branch] json-schema -> origin/json-schema * [new branch] kenna-doc-hardened -> origin/kenna-doc-hardened * [new branch] kevin.wilder-master-patch-18378 -> origin/kevin.wilder-master-patch-18378 * [new branch] keycloak_quickstart -> origin/keycloak_quickstart * [new branch] kiali-jaeger-depends -> origin/kiali-jaeger-depends * [new branch] killian.byrne-master-patch-54167 -> origin/killian.byrne-master-patch-54167 * [new branch] killian.byrne-master-patch-99227 -> origin/killian.byrne-master-patch-99227 * [new branch] kustomizestrategicmerge -> origin/kustomizestrategicmerge * [new branch] logging-affinity -> origin/logging-affinity * [new branch] machine-id -> origin/machine-id * [new branch] machinetests -> origin/machinetests * [new branch] master -> origin/master * [new branch] micah.nagel-master-patch-38375 -> origin/micah.nagel-master-patch-38375 * [new branch] micah.nagel-master-patch-58087 -> origin/micah.nagel-master-patch-58087 * [new branch] micah.nagel-master-patch-69357 -> origin/micah.nagel-master-patch-69357 * [new branch] micah.nagel-master-patch-71988 -> origin/micah.nagel-master-patch-71988 * [new branch] micah.nagel-master-patch-76060 -> origin/micah.nagel-master-patch-76060 * [new branch] mm-istio-inject -> origin/mm-istio-inject * [new branch] mm-istio-sidecars -> origin/mm-istio-sidecars * [new branch] mm-operator-bug -> origin/mm-operator-bug * [new branch] nexus -> origin/nexus * [new branch] nexus-role-mapping -> origin/nexus-role-mapping * [new branch] nexus-tag-bump -> origin/nexus-tag-bump * [new branch] nexus_random_secret -> origin/nexus_random_secret * [new branch] nosysctls-deny -> origin/nosysctls-deny * [new branch] optional-codeowners -> origin/optional-codeowners * [new branch] pass-labels -> origin/pass-labels * [new branch] patch-gitsecretname -> origin/patch-gitsecretname * [new branch] patch-updated-gitrepository-in-base -> origin/patch-updated-gitrepository-in-base * [new branch] pb-SDElements -> origin/pb-SDElements * [new branch] pb-jira -> origin/pb-jira * [new branch] pb-retrotool -> origin/pb-retrotool * [new branch] pin-umbrella -> origin/pin-umbrella * [new branch] pipeline-fixes -> origin/pipeline-fixes * [new branch] pipeline-structure -> origin/pipeline-structure * [new branch] pydio-cells -> origin/pydio-cells * [new branch] readme-linting -> origin/readme-linting * [new branch] release -> origin/release * [new branch] release-1.1 -> origin/release-1.1 * [new branch] release-1.10.x -> origin/release-1.10.x * [new branch] release-1.11.x -> origin/release-1.11.x * [new branch] release-1.12.x -> origin/release-1.12.x * [new branch] release-1.13.x -> origin/release-1.13.x * [new branch] release-1.14.x -> origin/release-1.14.x * [new branch] release-1.15.x -> origin/release-1.15.x * [new branch] release-1.16.x -> origin/release-1.16.x * [new branch] release-1.17.x -> origin/release-1.17.x * [new branch] release-1.18.x -> origin/release-1.18.x * [new branch] release-1.19.x -> origin/release-1.19.x * [new branch] release-1.2.x -> origin/release-1.2.x * [new branch] release-1.3.x -> origin/release-1.3.x * [new branch] release-1.4.x -> origin/release-1.4.x * [new branch] release-1.5.0-changes -> origin/release-1.5.0-changes * [new branch] release-1.5.x -> origin/release-1.5.x * [new branch] release-1.6.x -> origin/release-1.6.x * [new branch] release-1.7.x -> origin/release-1.7.x * [new branch] release-1.8.x -> origin/release-1.8.x * [new branch] release-1.9.x -> origin/release-1.9.x * [new branch] release-job -> origin/release-job * [new branch] release-jobs -> origin/release-jobs * [new branch] remote-cluster -> origin/remote-cluster * [new branch] removecomment -> origin/removecomment * [new branch] resource-limits-gatekeeper-issue74-2 -> origin/resource-limits-gatekeeper-issue74-2 * [new branch] revert-1b509840 -> origin/revert-1b509840 * [new branch] rgarcia-helm-tests-2 -> origin/rgarcia-helm-tests-2 * [new branch] rkdevera-master-patch-75165 -> origin/rkdevera-master-patch-75165 * [new branch] rkdevera-master-patch-83497 -> origin/rkdevera-master-patch-83497 * [new branch] rkdevera-master-patch-97209 -> origin/rkdevera-master-patch-97209 * [new branch] rke2-pipeline -> origin/rke2-pipeline * [new branch] secret-for-thirdparty -> origin/secret-for-thirdparty * [new branch] semantic-test -> origin/semantic-test * [new branch] semantic-upgrade -> origin/semantic-upgrade * [new branch] sidt-1569-mv -> origin/sidt-1569-mv * [new branch] sonarqube-external-postgres -> origin/sonarqube-external-postgres * [new branch] sonarqube-tag -> origin/sonarqube-tag * [new branch] sops-test -> origin/sops-test * [new branch] sopstesting -> origin/sopstesting * [new branch] spdx -> origin/spdx * [new branch] staging -> origin/staging * [new branch] synkerpkg -> origin/synkerpkg * [new branch] temporary-branch-pending-release -> origin/temporary-branch-pending-release * [new branch] test-coder -> origin/test-coder * [new branch] test-coder-deployment -> origin/test-coder-deployment * [new branch] test-local -> origin/test-local * [new branch] test-manual-jobs -> origin/test-manual-jobs * [new branch] testing-documentation -> origin/testing-documentation * [new branch] tetrate_url -> origin/tetrate_url * [new branch] third-party-ux -> origin/third-party-ux * [new branch] tmp -> origin/tmp * [new branch] tst-ban-image-tags -> origin/tst-ban-image-tags * [new branch] update-gatekeeper-3.6.0 -> origin/update-gatekeeper-3.6.0 * [new branch] update-istio -> origin/update-istio * [new branch] update-pods-have-istio -> origin/update-pods-have-istio * [new branch] utility -> origin/utility * [new branch] vault -> origin/vault * [new branch] vault-dev -> origin/vault-dev * [new branch] velero-test -> origin/velero-test * [new branch] victor-test -> origin/victor-test * [new branch] workflow-example -> origin/workflow-example * [new tag] 1.1.2 -> 1.1.2 * [new tag] 1.10.1 -> 1.10.1 * [new tag] 1.11.0 -> 1.11.0 * [new tag] 1.11.0-rc.0 -> 1.11.0-rc.0 * [new tag] 1.12.0 -> 1.12.0 * [new tag] 1.12.0-rc.0 -> 1.12.0-rc.0 * [new tag] 1.12.1 -> 1.12.1 * [new tag] 1.12.1-rc.0 -> 1.12.1-rc.0 * [new tag] 1.13.1 -> 1.13.1 * [new tag] 1.14.1 -> 1.14.1 * [new tag] 1.14.1-rc.0 -> 1.14.1-rc.0 * [new tag] 1.15.3 -> 1.15.3 * [new tag] 1.16.2 -> 1.16.2 * [new tag] 1.16.2-rc.0 -> 1.16.2-rc.0 * [new tag] 1.17.0 -> 1.17.0 * [new tag] 1.2.0 -> 1.2.0 * [new tag] 1.2.0-rc1 -> 1.2.0-rc1 * [new tag] 1.3.0 -> 1.3.0 * [new tag] 1.3.0-rc.2 -> 1.3.0-rc.2 * [new tag] 1.4.0 -> 1.4.0 * [new tag] 1.5.0 -> 1.5.0 * [new tag] 1.6.2 -> 1.6.2 * [new tag] 1.7.0 -> 1.7.0 * [new tag] 1.7.0-rc.2 -> 1.7.0-rc.2 * [new tag] 1.8.1 -> 1.8.1 * [new tag] 1.8.1-rc.0 -> 1.8.1-rc.0 * [new tag] 1.9.1 -> 1.9.1 * [new tag] 1.9.1-rc.1 -> 1.9.1-rc.1 * [new tag] 0.0.1 -> 0.0.1 * [new tag] 0.0.2 -> 0.0.2 * [new tag] 1.0.0 -> 1.0.0 * [new tag] 1.0.0-rc.1 -> 1.0.0-rc.1 * [new tag] 1.0.0-rc.2 -> 1.0.0-rc.2 * [new tag] 1.0.1 -> 1.0.1 * [new tag] 1.0.2 -> 1.0.2 * [new tag] 1.0.4 -> 1.0.4 * [new tag] 1.0.6 -> 1.0.6 * [new tag] 1.0.7 -> 1.0.7 * [new tag] 1.1.0 -> 1.1.0 * [new tag] 1.1.1 -> 1.1.1 * [new tag] 1.1.1-rc1 -> 1.1.1-rc1 * [new tag] 1.10.0 -> 1.10.0 * [new tag] 1.10.0-rc.0 -> 1.10.0-rc.0 * [new tag] 1.10.0-rc.1 -> 1.10.0-rc.1 * [new tag] 1.10.0-rc.2 -> 1.10.0-rc.2 * [new tag] 1.13.0 -> 1.13.0 * [new tag] 1.13.0-rc.0 -> 1.13.0-rc.0 * [new tag] 1.13.1-rc.0 -> 1.13.1-rc.0 * [new tag] 1.13.1-rc.1 -> 1.13.1-rc.1 * [new tag] 1.14.0 -> 1.14.0 * [new tag] 1.14.0-rc.0 -> 1.14.0-rc.0 * [new tag] 1.15.0 -> 1.15.0 * [new tag] 1.15.0-rc.0 -> 1.15.0-rc.0 * [new tag] 1.15.1 -> 1.15.1 * [new tag] 1.15.1-rc.0 -> 1.15.1-rc.0 * [new tag] 1.15.2 -> 1.15.2 * [new tag] 1.15.2-rc.0 -> 1.15.2-rc.0 * [new tag] 1.15.3-rc.0 -> 1.15.3-rc.0 * [new tag] 1.16.0 -> 1.16.0 * [new tag] 1.16.0-rc.0 -> 1.16.0-rc.0 * [new tag] 1.16.0-rc.1 -> 1.16.0-rc.1 * [new tag] 1.16.1 -> 1.16.1 * [new tag] 1.16.1-rc.0 -> 1.16.1-rc.0 * [new tag] 1.17.0-rc.0 -> 1.17.0-rc.0 * [new tag] 1.17.0-rc.1 -> 1.17.0-rc.1 * [new tag] 1.17.0-rc.2 -> 1.17.0-rc.2 * [new tag] 1.18.0 -> 1.18.0 * [new tag] 1.18.0-rc.0 -> 1.18.0-rc.0 * [new tag] 1.18.0-rc.1 -> 1.18.0-rc.1 * [new tag] 1.18.0-rc.2 -> 1.18.0-rc.2 * [new tag] 1.18.0-rc.3 -> 1.18.0-rc.3 * [new tag] 1.18.0-rc.4 -> 1.18.0-rc.4 * [new tag] 1.3.0-rc.1 -> 1.3.0-rc.1 * [new tag] 1.4.0-rc.1 -> 1.4.0-rc.1 * [new tag] 1.5.0-rc.1 -> 1.5.0-rc.1 * [new tag] 1.6.0 -> 1.6.0 * [new tag] 1.6.0-rc.1 -> 1.6.0-rc.1 * [new tag] 1.6.1 -> 1.6.1 * [new tag] 1.7.0-rc.1 -> 1.7.0-rc.1 * [new tag] 1.8.0 -> 1.8.0 * [new tag] 1.8.0-rc.0 -> 1.8.0-rc.0 * [new tag] 1.8.0-rc.1 -> 1.8.0-rc.1 * [new tag] 1.8.0-rc.2 -> 1.8.0-rc.2 * [new tag] 1.9.0 -> 1.9.0 * [new tag] 1.9.0-rc.1 -> 1.9.0-rc.1 * [new tag] 1.9.0-rc.2 -> 1.9.0-rc.2 Previous HEAD position was b9d2e3a1 update kiali tag Switched to a new branch 'master' M tests/ci/k3d/deploy_k3d.sh M tests/ci/k3d/metallb/install_metallb.sh Branch 'master' set up to track remote branch 'master' from 'origin'. [32;1m$ echo -e "\e[0Ksection_end:`date +%s`:git_master\r\e[0K"[0;m [0Ksection_end:1634762009:git_master [0K [32;1m$ set -e # collapsed multi-line command[0;m [0Ksection_start:1634762009:00_deploy_flux.sh[collapsed=true] [0K[33;1m00_deploy_flux.sh[37m + trap 'echo exit at ${0}:${LINENO}, command was: ${BASH_COMMAND} 1>&2' ERR + ./scripts/install_flux.sh --registry-username 'robot$bb-dev-imagepullonly' --registry-password [MASKED] --registry-email bigbang@bigbang.dev REGISTRY_URL: registry1.dso.mil REGISTRY_USERNAME: robot$bb-dev-imagepullonly namespace/flux-system created Creating secret private-registry in namespace flux-system secret/private-registry created Installing flux from kustomization Warning: resource namespaces/flux-system is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically. namespace/flux-system configured customresourcedefinition.apiextensions.k8s.io/alerts.notification.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/buckets.source.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/gitrepositories.source.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/helmcharts.source.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/helmreleases.helm.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/helmrepositories.source.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/kustomizations.kustomize.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/providers.notification.toolkit.fluxcd.io created customresourcedefinition.apiextensions.k8s.io/receivers.notification.toolkit.fluxcd.io created serviceaccount/helm-controller created serviceaccount/kustomize-controller created serviceaccount/notification-controller created serviceaccount/source-controller created clusterrole.rbac.authorization.k8s.io/crd-controller-flux-system created clusterrolebinding.rbac.authorization.k8s.io/cluster-reconciler-flux-system created clusterrolebinding.rbac.authorization.k8s.io/crd-controller-flux-system created service/notification-controller created service/source-controller created service/webhook-receiver created deployment.apps/helm-controller created deployment.apps/kustomize-controller created deployment.apps/notification-controller created deployment.apps/source-controller created networkpolicy.networking.k8s.io/allow-egress created networkpolicy.networking.k8s.io/allow-scraping created networkpolicy.networking.k8s.io/allow-webhooks created deployment.apps/helm-controller condition met deployment.apps/source-controller condition met deployment.apps/kustomize-controller condition met deployment.apps/notification-controller condition met [0Ksection_end:1634762025:00_deploy_flux.sh [0K [0Ksection_start:1634762025:01_deploy_bigbang.sh[collapsed=true] [0K[33;1m01_deploy_bigbang.sh[37m + trap 'echo exit at ${0}:${LINENO}, command was: ${BASH_COMMAND} 1>&2' ERR + [[ '' == \m\a\s\t\e\r ]] + [[ ! -z '' ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines =~ all-packages ]] + echo 'all-packages label enabled, or on default branch or tag, enabling all addons' all-packages label enabled, or on default branch or tag, enabling all addons + yq e '.addons.*.enabled = true' tests/ci/k3d/values.yaml + mv tmpfile tests/ci/k3d/values.yaml ++ yq e .addons.keycloak.enabled tests/ci/k3d/values.yaml + '[' true == true ']' + yq eval-all 'select(fileIndex == 0) * select(filename == "tests/ci/keycloak-certs/keycloak-passthrough-values.yaml")' tests/ci/k3d/values.yaml tests/ci/keycloak-certs/keycloak-passthrough-values.yaml + mv tmpfile tests/ci/k3d/values.yaml + yq eval-all 'select(filename == "tests/ci/k3d/values.yaml") * select(filename == "tests/ci/passthrough-gateway.yaml")' tests/ci/k3d/values.yaml tests/ci/passthrough-gateway.yaml + mv tmpfile tests/ci/k3d/values.yaml + [[ merge_request_event == \s\c\h\e\d\u\l\e ]] + [[ all-packages,kind::bug,status::doing,team::ci/pipelines = *\t\e\s\t\-\c\i\:\:\i\n\f\r\a* ]] + echo 'Installing BigBang with the following configurations:' Installing BigBang with the following configurations: + cat tests/ci/k3d/values.yaml hostname: bigbang.dev flux: interval: 1m rollback: cleanupOnFail: false networkPolicies: controlPlaneCidr: 172.16.0.0/12 logging: enabled: true values: elasticsearch: master: count: 1 persistence: size: 256Mi resources: requests: cpu: .5 limits: {} heap: min: 1g max: 1g data: count: 2 persistence: size: 256Mi resources: requests: cpu: .5 limits: {} heap: min: 1g max: 1g kibana: count: 1 bbtests: enabled: true cypress: artifacts: true envs: cypress_kibana_url: "https://kibana.bigbang.dev" secretEnvs: - name: cypress_elastic_password valueFrom: secretKeyRef: name: "logging-ek-es-elastic-user" key: elastic scripts: image: registry1.dso.mil/ironbank/stedolan/jq:1.6 envs: elasticsearch_host: "https://{{ .Release.Name }}-es-http.{{ .Release.Namespace }}.svc.cluster.local:9200" desired_version: "{{ .Values.elasticsearch.version }}" secretEnvs: - name: ELASTIC_PASSWORD valueFrom: secretKeyRef: name: "logging-ek-es-elastic-user" key: elastic fluentbit: values: securityContext: privileged: true bbtests: # TODO: Connection refused on the test currently # https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit/-/issues/18 scripts: # Image commented out to disable the test since the BB Test Lib version being used doesn't have the enabled flag # image: registry1.dso.mil/ironbank/stedolan/jq:1.6 envs: fluent_host: "http://{{ include \"fluent-bit.fullname\" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}" desired_version: "{{ .Values.image.tag }}" istio: enabled: true values: kiali: dashboard: auth: strategy: "anonymous" ingressGateways: passthrough-ingressgateway: type: "LoadBalancer" # or "NodePort" kubernetesResourceSpec: {} # https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#KubernetesResourcesSpec # Node ports are assigned starting from nodePortBase. The nodePortBase specifies the start of a range of 4 unused node ports. # Node port will be assigned as follows: Port 15021 (Status) = nodePortBase, Port 80 = nodePortBase+1, Port 443 = nodePortBase+2, Port 15443 (SNI) = nodePortBase+3 # Node port base should be in the range from 30000 to 32764 # nodePortBase: 32000 # Alternatively, the kubernetesResourceSpec can be used to configure all port parameters gateways: passthrough: ingressGateway: "passthrough-ingressgateway" hosts: - "*.{{ .Values.domain }}" tls: mode: "PASSTHROUGH" jaeger: enabled: true values: bbtests: enabled: true cypress: artifacts: true envs: cypress_url: "https://tracing.bigbang.dev" kiali: enabled: true values: cr: spec: auth: strategy: "anonymous" bbtests: enabled: true cypress: artifacts: true envs: cypress_url: 'https://kiali.bigbang.dev' clusterAuditor: enabled: true values: resources: requests: cpu: 100m memory: .5Gi limits: {} monitoring: enabled: true values: prometheus: prometheusSpec: resources: requests: cpu: 100m memory: 200Mi limits: {} kube-state-metrics: resources: requests: cpu: 10m memory: 32Mi limits: {} prometheus-node-exporter: resources: requests: cpu: 100m memory: 30Mi limits: {} grafana: testFramework: enabled: false dashboards: default: k8s-deployment: gnetId: 741 revision: 1 datasource: Prometheus downloadDashboards: resources: limits: cpu: 20m memory: 20Mi requests: cpu: 20m memory: 20Mi dashboardProviders: dashboardproviders.yaml: apiVersion: 1 providers: - name: 'default' orgId: 1 folder: '' type: file disableDeletion: false editable: true options: path: /var/lib/grafana/dashboards bbtests: enabled: true cypress: artifacts: true envs: cypress_prometheus_url: 'https://prometheus.bigbang.dev' cypress_grafana_url: 'https://grafana.bigbang.dev' cypress_alertmanager_url: 'https://alertmanager.bigbang.dev' gatekeeper: enabled: true values: replicas: 1 resources: requests: cpu: 100m memory: 256Mi limits: {} violations: allowedCapabilities: parameters: excludedResources: # Allows k3d load balancer containers to not drop capabilities# Allows k3d load balancer containers to not drop capabilities# Allows k3d load balancer containers to not drop capabilities# Allows k3d load balancer containers to not drop capabilities - istio-system/lb-port-.* allowedDockerRegistries: parameters: excludedResources: # Allows k3d load balancer containers to pull from public repos# Allows k3d load balancer containers to pull from public repos# Allows k3d load balancer containers to pull from public repos# Allows k3d load balancer containers to pull from public repos - istio-system/lb-port-.* allowedSecCompProfiles: parameters: excludedResources: # Allows k3d load balancer containers to have an undefined defined seccomp# Allows k3d load balancer containers to have an undefined defined seccomp# Allows k3d load balancer containers to have an undefined defined seccomp# Allows k3d load balancer containers to have an undefined defined seccomp - istio-system/lb-port-.* allowedUsers: parameters: excludedResources: # Allows k3d load balancer containers to run as any user/group# Allows k3d load balancer containers to run as any user/group# Allows k3d load balancer containers to run as any user/group# Allows k3d load balancer containers to run as any user/group - istio-system/lb-port-.* containerRatio: parameters: excludedResources: # Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests - istio-system/lb-port-.* hostNetworking: parameters: excludedResources: # Allows k3d load balancer containers to mount host ports# Allows k3d load balancer containers to mount host ports# Allows k3d load balancer containers to mount host ports# Allows k3d load balancer containers to mount host ports - istio-system/lb-port-.* noBigContainers: parameters: excludedResources: # Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests# Allows k3d load balancer containers to have undefined limits/requests - istio-system/lb-port-.* noPrivilegedEscalation: parameters: excludedResources: # Allows k3d load balancer containers to have undefined security context# Allows k3d load balancer containers to have undefined security context# Allows k3d load balancer containers to have undefined security context# Allows k3d load balancer containers to have undefined security context - istio-system/lb-port-.* readOnlyRoot: parameters: excludedResources: # Allows k3d load balancer containers to mount filesystems read/write# Allows k3d load balancer containers to mount filesystems read/write# Allows k3d load balancer containers to mount filesystems read/write# Allows k3d load balancer containers to mount filesystems read/write - istio-system/lb-port-.* requiredLabels: parameters: excludedResources: # Allows k3d load balancer pods to not have required labels# Allows k3d load balancer pods to not have required labels# Allows k3d load balancer pods to not have required labels# Allows k3d load balancer pods to not have required labels - istio-system/svclb-.* requiredProbes: parameters: excludedResources: # Allows k3d load balancer containers to not have readiness/liveness probes# Allows k3d load balancer containers to not have readiness/liveness probes# Allows k3d load balancer containers to not have readiness/liveness probes# Allows k3d load balancer containers to not have readiness/liveness probes - istio-system/lb-port-.* bbtests: # TODO: Test will need to be refactored at BB level to properly run since we can't turn everything to deny # https://repo1.dso.mil/platform-one/big-bang/apps/core/policy/-/issues/133 enabled: false scripts: image: registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.1 additionalVolumeMounts: - name: "{{ .Chart.Name }}-test-config" mountPath: /yaml - name: "{{ .Chart.Name }}-kube-cache" mountPath: /.kube/cache additionalVolumes: - name: "{{ .Chart.Name }}-test-config" configMap: name: "{{ .Chart.Name }}-test-config" - name: "{{ .Chart.Name }}-kube-cache" emptyDir: {} twistlock: enabled: true values: console: persistence: size: 256Mi bbtests: enabled: true cypress: artifacts: true envs: cypress_baseUrl: "https://twistlock.bigbang.dev" scripts: image: registry1.dso.mil/ironbank/stedolan/jq:1.6 envs: twistlock_host: "https://twistlock.bigbang.dev" desired_version: "{{ .Values.console.image.tag }}" # Addons are toggled based on labels in CI addons: argocd: enabled: true values: controller: resources: requests: cpu: 500m memory: 2Gi limits: {} dex: resources: requests: cpu: 10m memory: 128Mi limits: {} redis-bb: master: persistence: size: 256Mi replica: persistence: size: 256Mi redis: resources: requests: cpu: 50m memory: 64Mi limits: {} server: resources: requests: cpu: 20m memory: 128Mi limits: {} repoServer: resources: requests: cpu: 50m memory: 128Mi limits: {} configs: secret: argocdServerAdminPassword: '$2a$10$rUDZDckdDZ2TEwk9PDs3QuqjkL58qR1IHE1Kj4MwDx.7/m5dytZJm' bbtests: # TODO: Disabled pending resolution of some "timing?" issues # https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd/-/issues/17 enabled: false cypress: artifacts: true envs: cypress_url: "https://argocd.bigbang.dev" cypress_user: "admin" cypress_password: "Password123" authservice: enabled: true chains: minimal: callback_uri: "https://minimal.bigbang.dev" values: resources: requests: cpu: 100m memory: 100Mi limits: {} redis: master: persistence: size: 256Mi replica: persistence: size: 256Mi gitlab: enabled: true sso: enabled: false flux: timeout: 20m values: global: rails: bootstrap: enabled: false gitlab-runner: resources: requests: cpu: 10m limits: {} gitlab: webservice: minReplicas: 1 maxReplicas: 1 helmTests: enabled: false sidekiq: minReplicas: 1 maxReplicas: 1 gitlab-shell: minReplicas: 1 maxReplicas: 1 gitaly: persistence: size: 256Mi resources: requests: cpu: 50m limits: {} shared-secrets: resources: requests: cpu: 10m limits: {} migrations: resources: requests: cpu: 10m limits: {} task-runner: persistence: size: 256Mi resources: requests: cpu: 10m limits: {} registry: hpa: minReplicas: 1 maxReplicas: 1 postgresql: persistence: size: 256Mi metrics: resources: requests: cpu: 10m limits: {} minio: persistence: size: 256Mi resources: requests: cpu: 50m limits: {} redis: master: persistence: size: 256Mi slave: persistence: size: 256Mi bbtests: enabled: true cypress: artifacts: true envs: cypress_baseUrl: https://gitlab.bigbang.dev cypress_gitlab_first_name: "test" cypress_gitlab_last_name: "user" cypress_gitlab_username: "testuser" cypress_gitlab_password: "12345678" cypress_gitlab_email: "testuser@example.com" cypress_gitlab_project: "my-awesome-project" secretEnvs: - name: cypress_adminpassword valueFrom: secretKeyRef: name: gitlab-gitlab-initial-root-password key: password scripts: image: "registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/bbtests:0.0.3" envs: GITLAB_USER: "testuser" GITLAB_PASS: "12345678" GITLAB_EMAIL: "testuser@example.com" GITLAB_PROJECT: "my-awesome-project" GITLAB_REPOSITORY: https://gitlab.bigbang.dev GITLAB_ORIGIN: https://testuser:12345678@gitlab.bigbang.dev GITLAB_REGISTRY: registry.bigbang.dev gitlabRunner: enabled: true values: resources: requests: memory: 64Mi cpu: 50m limits: {} runners: protected: false bbtests: # TODO: This test runs fine locally with the same values, but fails in CI enabled: false cypress: artifacts: true secretEnvs: - name: cypress_adminpassword valueFrom: secretKeyRef: name: gitlab-gitlab-initial-root-password key: password envs: cypress_baseUrl: "https://gitlab.bigbang.dev" cypress_gitlab_email: "gitlab@bigbang.dev" cypress_gitlab_user: "gitlab_user" cypress_gitlab_password: "gitlab_pass" cypress_gitlab_project: "hello-world" anchore: enabled: true values: ensureDbJobs: resources: requests: cpu: 100m memory: 200Mi limits: {} sso: resources: requests: cpu: 100m memory: 200Mi limits: {} postgresql: persistence: size: 256Mi resources: requests: cpu: 100m memory: 200Mi limits: {} metrics: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreAnalyzer: replicaCount: 1 resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreApi: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreCatalog: resources: requests: cpu: 100m memory: 200Mi limits: {} anchorePolicyEngine: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreSimpleQueue: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEngineUpgradeJob: resources: requests: cpu: 100m memory: 200Mi limits: {} anchore-feeds-db: resources: requests: cpu: 100m memory: 200Mi limits: {} metrics: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseFeeds: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseFeedsUpgradeJob: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseRbac: authResources: resources: requests: cpu: 100m memory: 200Mi limits: {} managerResources: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseReports: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseNotifications: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEntperpiseUi: resources: requests: cpu: 100m memory: 200Mi limits: {} anchoreEnterpriseEngineUpgradeJob: resources: requests: cpu: 100m memory: 200Mi limits: {} bbtests: enabled: true scripts: image: registry1.dso.mil/ironbank/anchore/cli/cli:0.9.1 envs: ANCHORE_CLI_URL: "https://anchore-api.bigbang.dev/v1" ANCHORE_CLI_USER: admin secretEnvs: - name: ANCHORE_CLI_PASS valueFrom: secretKeyRef: name: "{{ template \"anchore-engine.fullname\" . }}-admin-pass" key: ANCHORE_ADMIN_PASSWORD sonarqube: enabled: true values: plugins: install: [] resources: requests: cpu: 100m memory: 200Mi limits: {} persistence: enabled: false size: 5Gi postgresql: persistence: size: 256Mi resources: requests: cpu: 100m memory: 200Mi limits: {} tests: enabled: false bbtests: enabled: true cypress: artifacts: true envs: cypress_url: "https://sonarqube.bigbang.dev" cypress_url_setup: "https://sonarqube.bigbang.dev/setup" cypress_user: "admin" cypress_password: "new_admin_password" account: adminPassword: new_admin_password currentAdminPassword: admin curlContainerImage: registry1.dso.mil/ironbank/big-bang/base:8.4 minioOperator: enabled: true minio: enabled: true values: tenants: pools: - servers: 1 volumesPerServer: 4 size: 256Mi resources: requests: cpu: 250m memory: 2Gi limits: cpu: 250m memory: 2Gi securityContext: runAsUser: 1001 runAsGroup: 1001 fsGroup: 1001 bbtests: # There have been intermittent failures of the tests in the past. The issue is tracked in the below issue. # https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/-/issues/7 # This issue can be reopened if problems reappear. enabled: true cypress: artifacts: true envs: cypress_url: 'http://minio.bigbang.dev/login' secretEnvs: - name: cypress_secretkey valueFrom: secretKeyRef: name: "{{ .Values.tenants.secrets.name }}" key: secretkey - name: cypress_accesskey valueFrom: secretKeyRef: name: "{{ .Values.tenants.secrets.name }}" key: accesskey scripts: image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2021-09-02T09-21-27Z envs: MINIO_PORT: '80' MINIO_HOST: 'http://minio' secretEnvs: - name: SECRET_KEY valueFrom: secretKeyRef: name: "{{ .Values.tenants.secrets.name }}" key: secretkey - name: ACCESS_KEY valueFrom: secretKeyRef: name: "{{ .Values.tenants.secrets.name }}" key: accesskey mattermostoperator: enabled: true mattermost: enabled: true elasticsearch: enabled: true values: postgresql: persistence: size: 256Mi replicaCount: 1 resources: requests: cpu: 100m memory: 128Mi limits: {} minio: tenants: pools: - servers: 1 volumesPerServer: 4 size: 256Mi resources: requests: cpu: 250m memory: 2Gi limits: cpu: 250m memory: 2Gi securityContext: runAsUser: 1001 runAsGroup: 1001 fsGroup: 1001 bbtests: enabled: true cypress: artifacts: true envs: cypress_url: https://chat.bigbang.dev cypress_mm_email: "test@bigbang.dev" cypress_mm_user: "bigbang" cypress_mm_password: "Bigbang#123" nexus: enabled: true values: persistence: # Do NOT set this below 5Gi, nexus will fail to boot storageSize: 5Gi nexus: # https://help.sonatype.com/repomanager3/installation/system-requirements#SystemRequirements-JVMDirectMemory env: - name: install4jAddVmParams value: "-Xms500M -Xmx500M -XX:MaxDirectMemorySize=500M -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap" resources: requests: cpu: 100m memory: 1500Mi bbtests: enabled: true cypress: artifacts: true envs: cypress_nexus_url: "https://nexus.bigbang.dev" cypress_nexus_user: "admin" cypress_nexus_pass_new: "new_admin_password" secretEnvs: - name: cypress_nexus_pass valueFrom: secretKeyRef: name: nexus-repository-manager-secret key: admin.password velero: enabled: true plugins: - aws values: serviceAccount: server: name: velero configuration: # minio uses s3 provider provider: aws backupStorageLocation: bucket: velero config: &minio-config region: velero insecureSkipTLSVerify: "true" s3ForcePathStyle: "true" s3Url: &minio-address https://minio.bigbang.dev volumeSnapshotLocation: provider: aws config: region: velero credentials: useSecret: true secretContents: cloud: | [default] aws_access_key_id = minio aws_secret_access_key = minio123 bbtests: # TODO: Velero test is messy and times out running in BB CI # https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/issues/9 enabled: false scripts: image: registry1.dso.mil/ironbank/opensource/velero/velero:v1.6.0 additionalVolumes: - name: transfer-kubectl emptyDir: {} - name: &yamlVolName yaml-configs configMap: name: "{{ .Chart.Name }}-backup-restore-files-config" additionalVolumeMounts: - name: transfer-kubectl mountPath: /usr/local/bin/kubectl subPath: kubectl - name: *yamlVolName mountPath: &yamlMountPath /yaml envs: MINIO_HOST: *minio-address TEST_YAML_DIR: *yamlMountPath MINIO_USER: minio MINIO_PASS: minio123 secretEnvs: - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace keycloak: enabled: true ingress: # *.bigbang.dev gateway: "passthrough" key: | -----BEGIN PRIVATE KEY----- MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDbaLWaC86eG74Z D5JxLJ0X4DpOTZgGeP3oY+oS5S1pE+nZq30LrC6YMQeBLSvJDWpBtvV5x9F88gMz yhU94HgrWH26LBUQIBti+ip6IbS0sAKc6bicw6NBtR2F4BnLGw+mrUniVT8WNrRL C1NkN5shexmTE6XAY9Ak6UpApHVmTiB8xz6hypr4JwqnqQfxDO0+AfaGSHheKo5h xTSgUYULhyA9UaImHU+S/SekwGLRLX1KfcTpnz1+TZiQqShG9vqUB4dAge+imwAs ZTCnI9H3tmz6jWekXQYRUraJUwjEaqqLoSQT5VQmEl518ueeRKKNB/8mi1pylWqN UjedV4A5AgMBAAECggEBAM56xORaljBO9WAKOotNK+1rNBO6jAYTWQeY95CeolSP y/PvobcZa6QICAL16o3DlSqQroTTmf7WllLnq4PWueA43+ETWSMaxAsqWE0laTTd qyfV/8lvhzTv5/+z/TIZnmoCDFT2Wm9iPdudpfXbKp+ghFnYFJVwmVITRbB91InX 38LaEvLWFnJ3/DPYursaXerwwrm50d0PCdpa/ceqBCVHlpT3Zc0lT0rYpDVtc9BG 3gjbvKwhVUQBDfD3FGEobxhbc5eEH6JEf0PUWKnsU5F0qRKjQnfM19XKbczP+9gY 71BDL1sALSZxxJXW865+7GeXKCtxObkcCwYbf8UrS30CgYEA+HSH4ZpuHZ8IKIbs vFaAjsEMkRfZPao8b/g4/JCg4TuOpAdFZUTSPWmdUq3i/J8o9b+e8/bznn9HLHIT qyreSyiRUQRtcniSL1ZUHSzzW9QefYKzPghGYHXQLIBAWt50PDaMfPQ6Sj1NaEPH h3hq4YNYNMQP/QVmfFdiT4xVA6cCgYEA4hJgSc17hh/u84uYAKhg2zSlFG5LlYKc Yb2aFQJhFz2QqGxMeOXyIVDFD6btGcOLtPt4RdsBuCLZZzFBDUlWL7rY9qlL+/+P ERStyHE9gFBDa0KWfvQxHSXIuxN2mkokktiVfaTisi8SWEKRJYp+B8HCa5lSDBti eXcGBK3hWR8CgYBJ+aBPmsR4i1ZJgsrP1M2YM4CDXt9uzdYK3JRTFtjf1vTEf+m4 mkIiyORvrphr8ROn//La3sdwhKLzZ8/VYgEnzZ9eyPuxXpbgA0suGKkoyUJ+ykCG Er6pj8p4xYLjy2I+X1t7BNiqLBB1H+Ezw7XHCW1k4I+GHWqDUR1TZAwX9wKBgFhy KAm3wqPuymWuL4HSXlJkflFH9XpA5z22GBowHBwjkfzSofiKvfgayX4eKJTz1Cyy VZO+4yVPPQ8KThEMqBN0Xn3iLkAg87ATDwpkg1M4E6hbHNX+Y1ir96R5MOWcLELn SVUmtSpREDRHltHBJR2TyKSgD2F9NUGgN1KNVKSxAoGARyx7VceWlpdmnr+i26UH B4h6/rL/nY7M2oWgUaj7FeygcfemtO6cV+R1Bl876Q9Dx797hZ4ddGAgxmDFsv8J f6SSzTJBB6IGxt+1ZcxD4uFXUrOVFv00br/Re14bsXQcMwi9kEJF2idbR5E7O2qc qbLlPssjuZS5pDnRa05bEIQ= -----END PRIVATE KEY----- cert: | -----BEGIN CERTIFICATE----- MIIFHzCCBAegAwIBAgISA9KlIFfDVyxZ1/qZXl4HMuIOMA0GCSqGSIb3DQEBCwUA MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD EwJSMzAeFw0yMTA5MjcxNDU1MDdaFw0yMTEyMjYxNDU1MDZaMBgxFjAUBgNVBAMM DSouYmlnYmFuZy5kZXYwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb aLWaC86eG74ZD5JxLJ0X4DpOTZgGeP3oY+oS5S1pE+nZq30LrC6YMQeBLSvJDWpB tvV5x9F88gMzyhU94HgrWH26LBUQIBti+ip6IbS0sAKc6bicw6NBtR2F4BnLGw+m rUniVT8WNrRLC1NkN5shexmTE6XAY9Ak6UpApHVmTiB8xz6hypr4JwqnqQfxDO0+ AfaGSHheKo5hxTSgUYULhyA9UaImHU+S/SekwGLRLX1KfcTpnz1+TZiQqShG9vqU B4dAge+imwAsZTCnI9H3tmz6jWekXQYRUraJUwjEaqqLoSQT5VQmEl518ueeRKKN B/8mi1pylWqNUjedV4A5AgMBAAGjggJHMIICQzAOBgNVHQ8BAf8EBAMCBaAwHQYD VR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0O BBYEFLUbMi65bMLlINPzTplLjtCHZfa0MB8GA1UdIwQYMBaAFBQusxe3WFbLrlAJ QOYfr52LFMLGMFUGCCsGAQUFBwEBBEkwRzAhBggrBgEFBQcwAYYVaHR0cDovL3Iz Lm8ubGVuY3Iub3JnMCIGCCsGAQUFBzAChhZodHRwOi8vcjMuaS5sZW5jci5vcmcv MBgGA1UdEQQRMA+CDSouYmlnYmFuZy5kZXYwTAYDVR0gBEUwQzAIBgZngQwBAgEw NwYLKwYBBAGC3xMBAQEwKDAmBggrBgEFBQcCARYaaHR0cDovL2Nwcy5sZXRzZW5j cnlwdC5vcmcwggEDBgorBgEEAdZ5AgQCBIH0BIHxAO8AdQBElGUusO7Or8RAB9io /ijA2uaCvtjLMbU/0zOWtbaBqAAAAXwn948JAAAEAwBGMEQCIBkkdKr6WRtmZYO8 kuchAYDxGPaCnU9FYU3BZBpsbJvLAiButEYn4AvTFiZMILymyuuqct/eFjIR9MEE pNotyaD+bQB2AH0+8viP/4hVaCTCwMqeUol5K8UOeAl/LmqXaJl+IvDXAAABfCf3 kGUAAAQDAEcwRQIhAOOOX0qpI8xjqARUfU4ErGe8icHORlNHHzP/a6b3XE4ZAiBp fMNh3oihXS1e6EM9Xs8m+9nuCi7rqLNSkCNuwisK7zANBgkqhkiG9w0BAQsFAAOC AQEABMjkLKKxYyL4ZT6BPuOyqC4hnczDYUmZdCCysLu7psCjrZIAlSRxLIWXdWir ogi/Vf+wdPKk38NDar0T9+rfAehuvQjQKCzIKVzr+MGauW0Wytwt63EgLIl2znvX jWEIUwDQkqeFzPMbov8BK8hdLibBSz9nLrT0Zyw9mgRIzslemsi62+AjSNERTCTv qyhinnBHLd3dGLOAXexwXu7ic2ZwCgnSgcli+MWC30QOh6ePJJqgw6OpwvOC9DAV fkvGYFXlgYXnhQeLr0/4tzw3koclRWe/qgjAdAjB03yp1e53b+j9NoOfyobo1MFe nMqEgcgAiA2VuE62Q4HE0Rs5wA== -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIFFjCCAv6gAwIBAgIRAJErCErPDBinU/bWLiWnX1owDQYJKoZIhvcNAQELBQAw TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjAwOTA0MDAwMDAw WhcNMjUwOTE1MTYwMDAwWjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg RW5jcnlwdDELMAkGA1UEAxMCUjMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQC7AhUozPaglNMPEuyNVZLD+ILxmaZ6QoinXSaqtSu5xUyxr45r+XXIo9cP R5QUVTVXjJ6oojkZ9YI8QqlObvU7wy7bjcCwXPNZOOftz2nwWgsbvsCUJCWH+jdx sxPnHKzhm+/b5DtFUkWWqcFTzjTIUu61ru2P3mBw4qVUq7ZtDpelQDRrK9O8Zutm NHz6a4uPVymZ+DAXXbpyb/uBxa3Shlg9F8fnCbvxK/eG3MHacV3URuPMrSXBiLxg Z3Vms/EY96Jc5lP/Ooi2R6X/ExjqmAl3P51T+c8B5fWmcBcUr2Ok/5mzk53cU6cG /kiFHaFpriV1uxPMUgP17VGhi9sVAgMBAAGjggEIMIIBBDAOBgNVHQ8BAf8EBAMC AYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIGA1UdEwEB/wQIMAYB Af8CAQAwHQYDVR0OBBYEFBQusxe3WFbLrlAJQOYfr52LFMLGMB8GA1UdIwQYMBaA FHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcw AoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzAnBgNVHR8EIDAeMBygGqAYhhZodHRw Oi8veDEuYy5sZW5jci5vcmcvMCIGA1UdIAQbMBkwCAYGZ4EMAQIBMA0GCysGAQQB gt8TAQEBMA0GCSqGSIb3DQEBCwUAA4ICAQCFyk5HPqP3hUSFvNVneLKYY611TR6W PTNlclQtgaDqw+34IL9fzLdwALduO/ZelN7kIJ+m74uyA+eitRY8kc607TkC53wl ikfmZW4/RvTZ8M6UK+5UzhK8jCdLuMGYL6KvzXGRSgi3yLgjewQtCPkIVz6D2QQz CkcheAmCJ8MqyJu5zlzyZMjAvnnAT45tRAxekrsu94sQ4egdRCnbWSDtY7kh+BIm lJNXoB1lBMEKIq4QDUOXoRgffuDghje1WrG9ML+Hbisq/yFOGwXD9RiX8F6sw6W4 avAuvDszue5L3sz85K+EC4Y/wFVDNvZo4TYXao6Z0f+lQKc0t8DQYzk1OXVu8rp2 yJMC6alLbBfODALZvYH7n7do1AZls4I9d1P4jnkDrQoxB3UqQ9hVl3LEKQ73xF1O yK5GhDDX8oVfGKF5u+decIsH4YaTw7mP3GFxJSqv3+0lUFJoi5Lc5da149p90Ids hCExroL1+7mryIkXPeFM5TgO9r0rvZaBFOvV2z0gp35Z0+L4WPlbuEjN/lxPFin+ HlUjr8gRsI3qfJOQFy/9rKIJR0Y/8Omwt/8oTWgy1mdeHmmjk7j1nYsvC9JSQ6Zv MldlTTKB3zhThV1+XWYp6rjd5JW1zbVWEkLNxE7GJThEUG3szgBVGP7pSWTUTsqX nLRbwHOoq7hHwg== -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIFYDCCBEigAwIBAgIQQAF3ITfU6UK47naqPGQKtzANBgkqhkiG9w0BAQsFADA/ MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT DkRTVCBSb290IENBIFgzMB4XDTIxMDEyMDE5MTQwM1oXDTI0MDkzMDE4MTQwM1ow TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwggIiMA0GCSqGSIb3DQEB AQUAA4ICDwAwggIKAoICAQCt6CRz9BQ385ueK1coHIe+3LffOJCMbjzmV6B493XC ov71am72AE8o295ohmxEk7axY/0UEmu/H9LqMZshftEzPLpI9d1537O4/xLxIZpL wYqGcWlKZmZsj348cL+tKSIG8+TA5oCu4kuPt5l+lAOf00eXfJlII1PoOK5PCm+D LtFJV4yAdLbaL9A4jXsDcCEbdfIwPPqPrt3aY6vrFk/CjhFLfs8L6P+1dy70sntK 4EwSJQxwjQMpoOFTJOwT2e4ZvxCzSow/iaNhUd6shweU9GNx7C7ib1uYgeGJXDR5 bHbvO5BieebbpJovJsXQEOEO3tkQjhb7t/eo98flAgeYjzYIlefiN5YNNnWe+w5y sR2bvAP5SQXYgd0FtCrWQemsAXaVCg/Y39W9Eh81LygXbNKYwagJZHduRze6zqxZ Xmidf3LWicUGQSk+WT7dJvUkyRGnWqNMQB9GoZm1pzpRboY7nn1ypxIFeFntPlF4 FQsDj43QLwWyPntKHEtzBRL8xurgUBN8Q5N0s8p0544fAQjQMNRbcTa0B7rBMDBc SLeCO5imfWCKoqMpgsy6vYMEG6KDA0Gh1gXxG8K28Kh8hjtGqEgqiNx2mna/H2ql PRmP6zjzZN7IKw0KKP/32+IVQtQi0Cdd4Xn+GOdwiK1O5tmLOsbdJ1Fu/7xk9TND TwIDAQABo4IBRjCCAUIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw SwYIKwYBBQUHAQEEPzA9MDsGCCsGAQUFBzAChi9odHRwOi8vYXBwcy5pZGVudHJ1 c3QuY29tL3Jvb3RzL2RzdHJvb3RjYXgzLnA3YzAfBgNVHSMEGDAWgBTEp7Gkeyxx +tvhS5B1/8QVYIWJEDBUBgNVHSAETTBLMAgGBmeBDAECATA/BgsrBgEEAYLfEwEB ATAwMC4GCCsGAQUFBwIBFiJodHRwOi8vY3BzLnJvb3QteDEubGV0c2VuY3J5cHQu b3JnMDwGA1UdHwQ1MDMwMaAvoC2GK2h0dHA6Ly9jcmwuaWRlbnRydXN0LmNvbS9E U1RST09UQ0FYM0NSTC5jcmwwHQYDVR0OBBYEFHm0WeZ7tuXkAXOACIjIGlj26Ztu MA0GCSqGSIb3DQEBCwUAA4IBAQAKcwBslm7/DlLQrt2M51oGrS+o44+/yQoDFVDC 5WxCu2+b9LRPwkSICHXM6webFGJueN7sJ7o5XPWioW5WlHAQU7G75K/QosMrAdSW 9MUgNTP52GE24HGNtLi1qoJFlcDyqSMo59ahy2cI2qBDLKobkx/J3vWraV0T9VuG WCLKTVXkcGdtwlfFRjlBz4pYg1htmf5X6DYO8A4jqv2Il9DjXA6USbW1FzXSLr9O he8Y4IWS6wY7bCkjCWDcRQJMEhg76fsO3txE+FiYruq9RUWhiF1myv4Q6W+CyBFC Dfvp7OOGAN6dEOM4+qR9sdjoSYKEBpsr6GtPAQw4dy753ec5 -----END CERTIFICATE----- values: replicas: 1 resources: requests: cpu: 10m memory: 16Mi limits: {} bbtests: enabled: true cypress: artifacts: true envs: cypress_url: "https://keycloak.bigbang.dev" cypress_username: "admin" cypress_password: "password" # Custom dev secret configuration secrets: env: stringData: CUSTOM_REGISTRATION_CONFIG: /opt/jboss/keycloak/customreg.yaml KEYCLOAK_IMPORT: /opt/jboss/keycloak/realm.json X509_CA_BUNDLE: /etc/x509/https/cas.pem certauthority: stringData: cas.pem: '{{ .Files.Get "resources/dev/dod_cas.pem" }}' customreg: stringData: customreg.yaml: '{{ .Files.Get "resources/dev/baby-yoda.yaml" }}' realm: stringData: realm.json: '{{ .Files.Get "resources/dev/baby-yoda.json" }}' extraVolumes: |- - name: certauthority secret: secretName: {{ include "keycloak.fullname" . }}-certauthority - name: customreg secret: secretName: {{ include "keycloak.fullname" . }}-customreg - name: realm secret: secretName: {{ include "keycloak.fullname" . }}-realm extraVolumeMounts: |- - name: certauthority mountPath: /etc/x509/https/cas.pem subPath: cas.pem readOnly: true - name: customreg mountPath: /opt/jboss/keycloak/customreg.yaml subPath: customreg.yaml readOnly: true - name: realm mountPath: /opt/jboss/keycloak/realm.json subPath: realm.json readOnly: true extraVolumeMountsBigBang: - name: tlscert mountPath: /etc/x509/https/tls.crt subPath: tls.crt readOnly: true - name: tlskey mountPath: /etc/x509/https/tls.key subPath: tls.key readOnly: true + helm upgrade -i bigbang chart -n bigbang --create-namespace --set 'registryCredentials[0].username=robot$bb-dev-imagepullonly' --set 'registryCredentials[0].password=[MASKED]' --set 'registryCredentials[0].registry=registry1.dso.mil' --set 'registryCredentials[1].username=[MASKED]' --set 'registryCredentials[1].password=[MASKED]' --set 'registryCredentials[1].registry=docker.io' -f tests/ci/k3d/values.yaml Release "bigbang" does not exist. Installing it now. NAME: bigbang LAST DEPLOYED: Wed Oct 20 20:33:45 2021 NAMESPACE: bigbang STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: Thank you for supporting PlatformOne! Gitlab is enabled. Please follow the Gitlab online documentation for proper configuration. This BigBang chart provides convenient enhancements to the Gitlab Package helm chart. If you enable these features certain settings will be defaulted for you and any required secrets will be automatically created. You should point to your cloud provider's RDS and object storage. Gitlab will not provision storage for you. You will need to provision the database and the S3 buckets. Here is an example of how to configure your deployment. addons: gitlab: enabled: true hostnames: gitlab: gitlab.example.mil registry: registry.example.mil sso: enabled: true label: "Platform One SSO" client_id: "platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-gitlab" client_secret: "" database: host: postgres.example.mil port: 5432 username: gitlab database: gitlab password: mysecretpassword objectstorage: type: s3 endpoint: https://s3.us-gov-west-1.amazonaws.com region: us-gov-west-1 accessKey: myaccesskey accessSecret: mysecretkey bucketPrefix: prod PLATFORM ONE GITLAB WARNING: You have enabled an internal postgres database in the BigBang configuration. PlatformOne does not support this option for production deployments because your persistent data can be permanently lost. This option should only be used for development or CI pipelines. PLATFORM ONE GITLAB WARNING: You have enabled a MinIO internal service in the BigBang configuration. PlatformOne does not support this option for production deployments because your persistent data can be permanently lost. This option should only be used for development or CI pipelines. Anchore is enabled. PLATFORM ONE ANCHORE WARNING: You have enabled an internal postgres database (main-db) in the values configuration. PlatformOne does not support this option for production deployments. This option should only be used for development or CI pipelines. Mattermost is enabled. PLATFORM ONE MATTERMOST WARNING: You have enabled an internal postgres database in the values configuration. PlatformOne does not support this option for production deployments. This option should only be used for development or CI pipelines. PLATFORM ONE MATTERMOST WARNING: You have enabled an internal Minio instance in the values configuration. PlatformOne does not support this option for production deployments. This option should only be used for development or CI pipelines. DEPRECATION NOTICE: The top level yaml key "hostname" has been deprecated and replaced with "domain". Please update your values override to use the "domain" key. ++ git branch --show-current + [[ master == \m\a\s\t\e\r ]] + echo 'Deploying secrets from the master branch' Deploying secrets from the master branch + kubectl apply -f tests/ci/shared-secrets.yaml secret/sops-gpg created gitrepository.source.toolkit.fluxcd.io/secrets created kustomization.kustomize.toolkit.fluxcd.io/secrets created [0Ksection_end:1634762026:01_deploy_bigbang.sh [0K [0Ksection_start:1634762026:02_wait_for_helmreleases.sh[collapsed=true] [0K[33;1m02_wait_for_helmreleases.sh[37m All helmreleases enabled: all-packages label enabled, or on default branch or tag. Waiting on GitRepositories gitrepository.source.toolkit.fluxcd.io/jaeger condition met gitrepository.source.toolkit.fluxcd.io/fluentbit condition met gitrepository.source.toolkit.fluxcd.io/authservice condition met gitrepository.source.toolkit.fluxcd.io/gitlab condition met gitrepository.source.toolkit.fluxcd.io/argocd condition met gitrepository.source.toolkit.fluxcd.io/velero condition met gitrepository.source.toolkit.fluxcd.io/gitlab-runner condition met gitrepository.source.toolkit.fluxcd.io/gatekeeper condition met gitrepository.source.toolkit.fluxcd.io/mattermost condition met gitrepository.source.toolkit.fluxcd.io/minio-operator condition met gitrepository.source.toolkit.fluxcd.io/keycloak condition met gitrepository.source.toolkit.fluxcd.io/cluster-auditor condition met gitrepository.source.toolkit.fluxcd.io/istio-controlplane condition met gitrepository.source.toolkit.fluxcd.io/kiali condition met gitrepository.source.toolkit.fluxcd.io/elasticsearch-kibana condition met gitrepository.source.toolkit.fluxcd.io/minio condition met gitrepository.source.toolkit.fluxcd.io/istio-operator condition met gitrepository.source.toolkit.fluxcd.io/mattermost-operator condition met gitrepository.source.toolkit.fluxcd.io/nexus-repository-manager condition met gitrepository.source.toolkit.fluxcd.io/monitoring condition met gitrepository.source.toolkit.fluxcd.io/sonarqube condition met gitrepository.source.toolkit.fluxcd.io/anchore condition met gitrepository.source.toolkit.fluxcd.io/twistlock condition met gitrepository.source.toolkit.fluxcd.io/eck-operator condition met gitrepository.source.toolkit.fluxcd.io/secrets condition met Waiting for gatekeeper HR to exist Waiting for istio-operator HR to exist Waiting for istio HR to exist Waiting for monitoring HR to exist Waiting for eck-operator HR to exist Waiting for ek HR to exist Waiting for fluent-bit HR to exist Waiting for twistlock HR to exist Waiting for cluster-auditor HR to exist Waiting for jaeger HR to exist Waiting for kiali HR to exist Waiting for argocd HR to exist Waiting for authservice HR to exist Waiting for gitlab HR to exist Waiting for gitlab-runner HR to exist Waiting for anchore HR to exist Waiting for sonarqube HR to exist Waiting for minio-operator HR to exist Waiting for minio HR to exist Waiting for mattermost-operator HR to exist Waiting for mattermost HR to exist Waiting for nexus-repository-manager HR to exist Waiting for velero HR to exist Waiting on helm releases... All HR's deployed Waiting for custom resources... Checking for tests/wait.sh in istio:1.11.2-bb.2... found, running Checking for tests/wait.sh in istiooperator:1.11.2-bb.0... not found Checking for tests/wait.sh in jaeger:2.23.0-bb.4... found, running jaeger custom resource creation finished Checking for tests/wait.sh in kiali:1.40.1-bb.0... found, running kiali custom resource creation finished Checking for tests/wait.sh in clusterAuditor:0.3.0-bb.7... not found Checking for tests/wait.sh in gatekeeper:3.6.0-bb.2... not found Checking for tests/wait.sh in logging:0.1.21-bb.2... found, running Checking for tests/wait.sh in eckoperator:1.7.1-bb.0... not found Checking for tests/wait.sh in fluentbit:0.16.6-bb.0... not found Checking for tests/wait.sh in monitoring:14.0.0-bb.11... not found Checking for tests/wait.sh in twistlock:0.0.9-bb.1... not found NAMESPACE NAME READY STATUS AGE bigbang helmrelease.helm.toolkit.fluxcd.io/gatekeeper True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/istio-operator True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/istio True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/authservice True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/eck-operator True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/velero True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/monitoring True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/ek True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/mattermost-operator True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/anchore True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/fluent-bit True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/jaeger True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/nexus-repository-manager True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/cluster-auditor True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/sonarqube True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/gitlab True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/minio-operator True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/kiali True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/minio True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/twistlock True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/argocd True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/gitlab-runner True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/keycloak True Release reconciliation succeeded 11m bigbang helmrelease.helm.toolkit.fluxcd.io/mattermost True Release reconciliation succeeded 11m NAMESPACE NAME READY STATUS AGE bigbang kustomization.kustomize.toolkit.fluxcd.io/secrets True Applied revision: master/256d554de5bd8dc7953c26947636e3f44f4038dc 11m NAMESPACE NAME URL READY STATUS AGE bigbang gitrepository.source.toolkit.fluxcd.io/eck-operator https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator.git True Fetched revision: 1.7.1-bb.0/97c489b2b094e64c04f84712110b0d01484f7417 11m bigbang gitrepository.source.toolkit.fluxcd.io/anchore https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git True Fetched revision: 1.14.7-bb.1/a01ac673c387006dabf477e2999eb08076407ad0 11m bigbang gitrepository.source.toolkit.fluxcd.io/jaeger https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git True Fetched revision: 2.23.0-bb.4/dd1fd813df08c94d7040c3b23e1a6492e81b52fb 11m bigbang gitrepository.source.toolkit.fluxcd.io/fluentbit https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git True Fetched revision: 0.16.6-bb.0/1d7f518333097e87ad5e7a4886444b69c81609e0 11m bigbang gitrepository.source.toolkit.fluxcd.io/authservice https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git True Fetched revision: 0.4.0-bb.17/6f2917cb89c6ba7d5937956e9c621561de97f870 11m bigbang gitrepository.source.toolkit.fluxcd.io/argocd https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git True Fetched revision: 3.6.8-bb.10/78c0c5a3527169e6b36cd9bb967cf1b28e7258b9 11m bigbang gitrepository.source.toolkit.fluxcd.io/gitlab https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git True Fetched revision: 5.3.1-bb.2/128c3b856d5200fd5fccf03bf688c74123fbdeef 11m bigbang gitrepository.source.toolkit.fluxcd.io/gitlab-runner https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner.git True Fetched revision: 0.33.1-bb.2/408a301020f4956dbe2765eb47e2b945ecd27d56 11m bigbang gitrepository.source.toolkit.fluxcd.io/velero https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git True Fetched revision: 2.23.6-bb.2/dabcbeb02d0f6bd7e1d1914e82e20bcfacae7e26 11m bigbang gitrepository.source.toolkit.fluxcd.io/mattermost https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git True Fetched revision: 0.2.2-bb.0/b8063b4103f35f05d2a34fc132df4e5811a7ee7f 11m bigbang gitrepository.source.toolkit.fluxcd.io/gatekeeper https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git True Fetched revision: 3.6.0-bb.2/2885f823302f49d5e7a193ab3cf4e0e3d7cfdc81 11m bigbang gitrepository.source.toolkit.fluxcd.io/keycloak https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git True Fetched revision: 11.0.1-bb.8/d6a77805afe65a85bb640c62ef9136b731cb56bc 11m bigbang gitrepository.source.toolkit.fluxcd.io/minio-operator https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git True Fetched revision: 4.2.3-bb.2/e6157eceb0e8f8f4802a2e74aa4b9e5e7f56aa20 11m bigbang gitrepository.source.toolkit.fluxcd.io/istio-controlplane https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git True Fetched revision: 1.11.2-bb.2/3e3728d91f8a494e4e89e26d5396a8883a25309a 11m bigbang gitrepository.source.toolkit.fluxcd.io/kiali https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git True Fetched revision: 1.40.1-bb.0/9d5e3fcbcef67213849fb3658266a92637413eda 11m bigbang gitrepository.source.toolkit.fluxcd.io/cluster-auditor https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git True Fetched revision: 0.3.0-bb.7/2e4bb4379ea6beb937b521738044eae2cc83a9ba 11m bigbang gitrepository.source.toolkit.fluxcd.io/minio https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git True Fetched revision: 4.2.3-bb.5/831699df06a2344fbc4352cf87404cbd0a4a296a 11m bigbang gitrepository.source.toolkit.fluxcd.io/elasticsearch-kibana https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git True Fetched revision: 0.1.21-bb.2/bef705eb5b0d02e5355db0d1f52ca4e93a2b898d 11m bigbang gitrepository.source.toolkit.fluxcd.io/istio-operator https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git True Fetched revision: 1.11.2-bb.0/adda883edce2c789e8ea3e8c815760f2af49c241 11m bigbang gitrepository.source.toolkit.fluxcd.io/mattermost-operator https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git True Fetched revision: 1.15.0-bb.0/13541081f459a17b38abf9bac8053d5b77dd8d50 11m bigbang gitrepository.source.toolkit.fluxcd.io/nexus-repository-manager https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git True Fetched revision: 34.1.0-bb.2/cbdc94fbb2baffce8871ae8d4540e54532ec6944 11m bigbang gitrepository.source.toolkit.fluxcd.io/sonarqube https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git True Fetched revision: 9.6.3-bb.8/8ac2d0700fa91a6582fe490b0bfaebd0650aec73 11m bigbang gitrepository.source.toolkit.fluxcd.io/monitoring https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git True Fetched revision: 14.0.0-bb.11/3065f8ea564858211d36132bec072c45e32a1aaa 11m bigbang gitrepository.source.toolkit.fluxcd.io/twistlock https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git True Fetched revision: 0.0.9-bb.1/7f2e39b2d81cc259f3d7f89888ae0d316c5dc1d4 11m bigbang gitrepository.source.toolkit.fluxcd.io/secrets https://repo1.dso.mil/platform-one/big-bang/bigbang.git True Fetched revision: master/256d554de5bd8dc7953c26947636e3f44f4038dc 11m Waiting on Secrets Kustomization kustomization.kustomize.toolkit.fluxcd.io/secrets condition met Waiting on all jobs, deployments, statefulsets, and daemonsets [0Ksection_end:1634762792:02_wait_for_helmreleases.sh [0K [32;1m$ set -e # collapsed multi-line command[0;m [0Ksection_start:1634762792:01_virtualservices.sh[collapsed=true] [0K[33;1m01_virtualservices.sh[37m Executing ./tests/tests/01_virtualservices.sh... Checking **************************************** Begin curl alertmanager.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to alertmanager.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "alertmanager.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x5571fda4a4a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: alertmanager.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < accept-ranges: bytes < cache-control: no-cache, no-store, must-revalidate < content-length: 1314 < content-type: text/html; charset=utf-8 < expires: 0 < last-modified: Thu, 01 Jan 1970 00:00:01 GMT < pragma: no-cache < date: Wed, 20 Oct 2021 20:46:33 GMT < { [1314 bytes data] * Connection #0 to host alertmanager.bigbang.dev left intact **************************************** End curl alertmanager.bigbang.dev **************************************** **************************************** Begin curl grafana.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to grafana.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "grafana.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55b8be5c14a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: grafana.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 302 < cache-control: no-cache < content-type: text/html; charset=utf-8 < expires: -1 < location: /login < pragma: no-cache < set-cookie: redirect_to=%2F; Path=/; HttpOnly; SameSite=Lax < x-content-type-options: nosniff < x-frame-options: deny < x-xss-protection: 1; mode=block < date: Wed, 20 Oct 2021 20:46:33 GMT < content-length: 29 < { [29 bytes data] * Connection #0 to host grafana.bigbang.dev left intact **************************************** End curl grafana.bigbang.dev **************************************** **************************************** Begin curl prometheus.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to prometheus.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "prometheus.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x56457f7af4a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: prometheus.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 302 < content-type: text/html; charset=utf-8 < location: /graph < date: Wed, 20 Oct 2021 20:46:33 GMT < content-length: 29 < { [29 bytes data] * Connection #0 to host prometheus.bigbang.dev left intact **************************************** End curl prometheus.bigbang.dev **************************************** **************************************** Begin curl nexus.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to nexus.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "nexus.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55f7f004a4a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: nexus.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < date: Wed, 20 Oct 2021 20:46:33 GMT < x-content-type-options: nosniff < x-frame-options: DENY < x-xss-protection: 1; mode=block < content-type: text/html < last-modified: Wed, 20 Oct 2021 20:46:33 GMT < pragma: no-cache < cache-control: no-cache, no-store, max-age=0, must-revalidate, post-check=0, pre-check=0 < expires: 0 < content-length: 8113 < { [8113 bytes data] * Connection #0 to host nexus.bigbang.dev left intact **************************************** End curl nexus.bigbang.dev **************************************** **************************************** Begin curl kibana.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to kibana.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "kibana.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x556ee04314a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: kibana.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 302 < location: /login?next=%2F < kbn-name: logging-ek < kbn-license-sig: b1e96c56cdf9cbc516e80f76e5c78c023b1639c25ec3ca6096b90218ac71445d < cache-control: private, no-cache, no-store, must-revalidate < content-length: 0 < date: Wed, 20 Oct 2021 20:46:33 GMT < { [0 bytes data] * Connection #0 to host kibana.bigbang.dev left intact **************************************** End curl kibana.bigbang.dev **************************************** **************************************** Begin curl sonarqube.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to sonarqube.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "sonarqube.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55fac347b4a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: sonarqube.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < x-frame-options: SAMEORIGIN < x-xss-protection: 1; mode=block < x-content-type-options: nosniff < cache-control: no-cache, no-store, must-revalidate < vary: accept-encoding < content-type: text/html;charset=utf-8 < date: Wed, 20 Oct 2021 20:46:33 GMT < { [16210 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection #0 to host sonarqube.bigbang.dev left intact **************************************** End curl sonarqube.bigbang.dev **************************************** **************************************** Begin curl anchore-api.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to anchore-api.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "anchore-api.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55838331b4a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: anchore-api.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 421 < content-length: 19 < date: Wed, 20 Oct 2021 20:46:32 GMT < { [19 bytes data] * Connection #0 to host anchore-api.bigbang.dev left intact **************************************** End curl anchore-api.bigbang.dev **************************************** **************************************** Begin curl tracing.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to tracing.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "tracing.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x556db27c14a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: tracing.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < content-type: text/html; charset=utf-8 < vary: Accept-Encoding < date: Wed, 20 Oct 2021 20:46:33 GMT < { [3276 bytes data] * Connection #0 to host tracing.bigbang.dev left intact **************************************** End curl tracing.bigbang.dev **************************************** **************************************** Begin curl gitlab.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to gitlab.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "gitlab.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55ab985894a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: gitlab.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 302 < cache-control: no-cache < content-type: text/html; charset=utf-8 < location: https://gitlab.bigbang.dev/users/sign_in < referrer-policy: strict-origin-when-cross-origin < x-content-type-options: nosniff < x-download-options: noopen < x-frame-options: DENY < x-permitted-cross-domain-policies: none < x-request-id: 01FJFQ98CM83W6W8C3Q34GFGC5 < x-runtime: 0.023696 < x-ua-compatible: IE=edge < x-xss-protection: 1; mode=block < date: Wed, 20 Oct 2021 20:46:33 GMT < content-length: 106 < { [106 bytes data] * Connection #0 to host gitlab.bigbang.dev left intact **************************************** End curl gitlab.bigbang.dev **************************************** **************************************** Begin curl registry.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to registry.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "registry.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x564dbc2994a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: registry.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < cache-control: no-cache < date: Wed, 20 Oct 2021 20:46:33 GMT < content-length: 0 < { [0 bytes data] * Connection #0 to host registry.bigbang.dev left intact **************************************** End curl registry.bigbang.dev **************************************** **************************************** Begin curl argocd.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to argocd.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "argocd.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55803bc234a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: argocd.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < accept-ranges: bytes < content-length: 831 < content-type: text/html; charset=utf-8 < last-modified: Thu, 22 Jul 2021 20:50:31 GMT < x-frame-options: sameorigin < x-xss-protection: 1 < date: Wed, 20 Oct 2021 20:46:33 GMT < { [831 bytes data] * Connection #0 to host argocd.bigbang.dev left intact **************************************** End curl argocd.bigbang.dev **************************************** **************************************** Begin curl keycloak.bigbang.dev **************************************** * Trying 172.20.1.240... * TCP_NODELAY set * Connected to keycloak.bigbang.dev (172.20.1.240) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [94 bytes data] * TLSv1.2 (IN), TLS handshake, Certificate (11): { [4017 bytes data] * TLSv1.2 (IN), TLS handshake, Server key exchange (12): { [300 bytes data] * TLSv1.2 (IN), TLS handshake, Request CERT (13): { [3390 bytes data] * TLSv1.2 (IN), TLS handshake, Server finished (14): { [4 bytes data] * TLSv1.2 (OUT), TLS handshake, Certificate (11): } [7 bytes data] * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): } [37 bytes data] * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.2 (OUT), TLS handshake, Finished (20): } [16 bytes data] * TLSv1.2 (IN), TLS handshake, Finished (20): { [16 bytes data] * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "keycloak.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * Using Stream ID: 1 (easy handle 0x55b5446314a0) } [5 bytes data] > GET / HTTP/2 > Host: keycloak.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 4294967295)! } [5 bytes data] < HTTP/2 200 < last-modified: Fri, 18 Jun 2021 07:21:53 GMT < content-length: 1087 < content-type: text/html < accept-ranges: bytes < date: Wed, 20 Oct 2021 20:46:33 GMT < { [1087 bytes data] * Connection #0 to host keycloak.bigbang.dev left intact **************************************** End curl keycloak.bigbang.dev **************************************** **************************************** Begin curl kiali.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to kiali.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "kiali.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x5606627014a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: kiali.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 302 < content-type: text/html; charset=utf-8 < location: /kiali/ < vary: Accept-Encoding < date: Wed, 20 Oct 2021 20:46:33 GMT < content-length: 30 < { [30 bytes data] * Connection #0 to host kiali.bigbang.dev left intact **************************************** End curl kiali.bigbang.dev **************************************** **************************************** Begin curl twistlock.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to twistlock.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "twistlock.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55b9e31c24a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: twistlock.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < accept-ranges: bytes < content-length: 5514 < content-type: text/html; charset=utf-8 < last-modified: Mon, 21 Jun 2021 09:26:21 GMT < strict-transport-security: max-age=31536000; includeSubDomains < x-frame-options: DENY < date: Wed, 20 Oct 2021 20:46:33 GMT < { [5514 bytes data] * Connection #0 to host twistlock.bigbang.dev left intact **************************************** End curl twistlock.bigbang.dev **************************************** **************************************** Begin curl minio.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to minio.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "minio.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x55c9b6f764a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: minio.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < accept-ranges: bytes < content-length: 2979 < content-type: text/html; charset=utf-8 < x-content-type-options: nosniff < x-frame-options: DENY < x-xss-protection: 1; mode=block < date: Wed, 20 Oct 2021 20:46:33 GMT < { [2979 bytes data] * Connection #0 to host minio.bigbang.dev left intact **************************************** End curl minio.bigbang.dev **************************************** **************************************** Begin curl chat.bigbang.dev **************************************** * Trying 172.20.1.241... * TCP_NODELAY set * Connected to chat.bigbang.dev (172.20.1.241) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [15 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4024 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.bigbang.dev * start date: Sep 27 14:55:07 2021 GMT * expire date: Dec 26 14:55:06 2021 GMT * subjectAltName: host "chat.bigbang.dev" matched cert's "*.bigbang.dev" * issuer: C=US; O=Let's Encrypt; CN=R3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * Using Stream ID: 1 (easy handle 0x564d5ad394a0) } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] > GET / HTTP/2 > Host: chat.bigbang.dev > User-Agent: curl/7.61.1 > Accept: */* > { [5 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [230 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * Connection state changed (MAX_CONCURRENT_STREAMS == 2147483647)! } [5 bytes data] * TLSv1.3 (OUT), TLS app data, [no content] (0): } [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS app data, [no content] (0): { [1 bytes data] < HTTP/2 200 < accept-ranges: bytes < cache-control: no-cache, max-age=31556926, public < content-length: 3122 < content-security-policy: frame-ancestors 'self'; script-src 'self' cdn.rudderlabs.com < content-type: text/html; charset=utf-8 < last-modified: Wed, 20 Oct 2021 20:45:25 GMT < x-frame-options: SAMEORIGIN < x-request-id: kp1pezeykpbhzko15mfrh7u4ge < x-version-id: 5.39.0.5.39.0.03d4620716247c5eca8c420388c99e7b.false < date: Wed, 20 Oct 2021 20:46:33 GMT < { [3122 bytes data] * Connection #0 to host chat.bigbang.dev left intact **************************************** End curl chat.bigbang.dev **************************************** [0Ksection_end:1634762793:01_virtualservices.sh [0K [0Ksection_start:1634762793:02_non_ironbank.sh[collapsed=true] [0K[33;1m02_non_ironbank.sh[37m Executing ./tests/tests/02_non_ironbank.sh... Showing images not from ironbank: 1 docker.io/library/postgres:13 1 postgres:13 2 registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/postgresql:12.7.0 2 registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/postgresql:11.7.0-debian-10-r26 2 registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/busybox:1.32 2 registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/keycloak-ib:14.0.0-1.0.7-1 2 registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/postgresql:11.8.0-debian-10-r61 2 registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/metallb-controller:v0.10.2 2 registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/metallb-speaker:v0.10.2 [0Ksection_end:1634762794:02_non_ironbank.sh [0K [0Ksection_start:1634762794:03_helm_tests.sh[collapsed=true] [0K[33;1m03_helm_tests.sh[37m Executing ./tests/tests/03_helm_tests.sh... Setting up CoreDNS for VS resolution... configmap/coredns patched deployment.apps/coredns restarted Waiting for deployment "coredns" rollout to finish: 0 of 1 updated replicas are available... deployment "coredns" successfully rolled out Running helm tests for anchore... Error: timed out waiting for the condition β One or more tests failed for anchore --- Running helm tests for argocd-argocd... π No tests found for argocd-argocd Running helm tests for authservice-authservice... π No tests found for authservice-authservice Running helm tests for eck-operator-eck-operator... π No tests found for eck-operator-eck-operator Running helm tests for gatekeeper-system-gatekeeper... π No tests found for gatekeeper-system-gatekeeper Running helm tests for gitlab... β All tests sucessful for gitlab Running helm tests for gitlab-runner... π No tests found for gitlab-runner Running helm tests for istio-operator-istio-operator... π No tests found for istio-operator-istio-operator Running helm tests for istio-system-istio... π No tests found for istio-system-istio Running helm tests for jaeger-jaeger... β All tests sucessful for jaeger-jaeger Running helm tests for keycloak... β All tests sucessful for keycloak Running helm tests for kiali-kiali... Error: pod kiali-operator-cypress-test failed β One or more tests failed for kiali-kiali --- Logs for kiali-operator-cypress-test: --- [90m====================================================================================================[39m [0m ([4m[1mRun Starting[22m[24m)[0m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [90m β[39m [90mCypress:[39m 5.0.0 [90mβ[39m [90m β[39m [90mBrowser:[39m Chrome 83 [90m(headless)[39m [90mβ[39m [90m β[39m [90mSpecs:[39m [0m1 found (kiali-health.spec.js)[0m [90mβ[39m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m Running: [90mkiali-health.spec.js[39m [90m(1 of 1)[39m Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db [0m[0m [0m Basic Kiali[0m [31m 1) Check Kiali UI is accessible[0m [92m [0m[32m 0 passing[0m[90m (6s)[0m [31m 1 failing[0m [0m 1) Basic Kiali Check Kiali UI is accessible: [0m[31m AssertionError: Timed out retrying: Expected to find element: `#Graph`, but never found it.[0m[90m at Context.eval (https://kiali.bigbang.dev/__cypress/tests?p=cypress/integration/kiali-health.spec.js:103:8) [0m [31m ([4m[1mResults[22m[24m)[39m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [90m β[39m [90mTests:[39m [31m1[39m [90mβ[39m [90m β[39m [90mPassing:[39m [31m0[39m [90mβ[39m [90m β[39m [90mFailing:[39m [31m1[39m [90mβ[39m [90m β[39m [90mPending:[39m [31m0[39m [90mβ[39m [90m β[39m [90mSkipped:[39m [31m0[39m [90mβ[39m [90m β[39m [90mScreenshots:[39m [31m1[39m [90mβ[39m [90m β[39m [90mVideo:[39m [31mtrue[39m [90mβ[39m [90m β[39m [90mDuration:[39m [31m5 seconds[39m [90mβ[39m [90m β[39m [90mSpec Ran:[39m [31m[31mkiali-health.spec.js[31m[39m [90mβ[39m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [33m ([4m[1mScreenshots[22m[24m)[39m [90m [39m - [0m/test/cypress/screenshots/kiali-health.spec.js/Basic Kiali -- Check Kiali UI is [0m [90m[90m(1280x720)[90m[39m [90m [39m [0maccessible (failed).png[0m [36m ([4m[1mVideo[22m[24m)[39m [90m [39m [90m-[39m [90mStarted processing:[39m [36mCompressing to 32 CRF[39m [90m [39m [90m-[39m [90mFinished processing:[39m [36m/test/cypress/videos/kiali-health.spec.js.mp4[39m [90m(0 seconds)[39m [90m====================================================================================================[39m [0m ([4m[1mRun Finished[22m[24m)[0m [90m [39m [90mSpec[39m [90mTests[39m [90mPassing[39m [90mFailing[39m [90mPending[39m [90mSkipped[39m [90m [39m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [90m β[39m [31mβ[39m [0mkiali-health.spec.js[0m [90m00:05[39m [0m1[0m [90m-[39m [31m1[39m [90m-[39m [90m-[39m [90mβ[39m [90m β[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m[90mβ[39m [90m [39m [31mβ[39m [31m1 of 1 failed (100%)[39m [90m00:05[39m [0m1[0m [90m-[39m [31m1[39m [90m-[39m [90m-[39m [90m [39m tar: Removing leading `/' from member names configmap/cypress-screenshots created tar: Removing leading `/' from member names configmap/cypress-videos created --- Running helm tests for logging-cluster-auditor... π No tests found for logging-cluster-auditor Running helm tests for logging-ek... β All tests sucessful for logging-ek Running helm tests for logging-fluent-bit... π No tests found for logging-fluent-bit Running helm tests for mattermost... β All tests sucessful for mattermost Running helm tests for mattermost-operator-mattermost-operator... π No tests found for mattermost-operator-mattermost-operator Running helm tests for minio-minio... β All tests sucessful for minio-minio Running helm tests for minio-operator-minio-operator... π No tests found for minio-operator-minio-operator Running helm tests for monitoring-monitoring... β All tests sucessful for monitoring-monitoring Running helm tests for nexus-repository-manager... β All tests sucessful for nexus-repository-manager Running helm tests for sonarqube... β All tests sucessful for sonarqube Running helm tests for twistlock-twistlock... β All tests sucessful for twistlock-twistlock Running helm tests for velero-velero... π No tests found for velero-velero Finished running all helm tests. β Encountered 2 package(s) with errors while running tests. See output logs for failed test(s) above and artifacts in the job. ./tests/tests/03_helm_tests.sh failed, see log output above and cluster debug. section_end:1634763872:step_script [0Ksection_start:1634763872:after_script [0K[0K[36;1mRunning after_script[0;m[0;m [32;1mRunning after script...[0;m [32;1m$ echo -e "\e[0Ksection_start:`date +%s`:k3d_down[collapsed=true]\r\e[0K\e[33;1mK3D Cluster Delete\e[37m"[0;m [0Ksection_start:1634763872:k3d_down[collapsed=true] [0K[33;1mK3D Cluster Delete[37m [32;1m$ kubectl get all -A[0;m NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/local-path-provisioner-5ff76fc89d-khcwl 1/1 Running 0 31m kube-system pod/metrics-server-86cbb8457f-hqzsm 1/1 Running 0 31m metallb-system pod/controller-f6dcd56df-64fhm 1/1 Running 0 31m flux-system pod/kustomize-controller-68b899d765-bq946 1/1 Running 0 31m flux-system pod/notification-controller-585cd4cd84-6wcw6 1/1 Running 0 31m metallb-system pod/speaker-hhsgd 1/1 Running 0 31m flux-system pod/source-controller-5995bc4d45-xk87r 1/1 Running 0 31m flux-system pod/helm-controller-66cd66c8c5-6g9gv 1/1 Running 0 31m gatekeeper-system pod/gatekeeper-audit-846d6f8698-kzj8r 1/1 Running 0 30m gatekeeper-system pod/gatekeeper-controller-manager-699848fb65-stzpd 1/1 Running 0 30m istio-operator pod/istio-operator-8576cc9b76-jg67j 1/1 Running 0 27m istio-system pod/istiod-5c877f8d5d-nfk7b 1/1 Running 0 26m istio-system pod/passthrough-ingressgateway-68f864949f-64trs 1/1 Running 0 26m istio-system pod/public-ingressgateway-6db79654bc-k8mm5 1/1 Running 0 26m monitoring pod/monitoring-monitoring-kube-operator-5b95b955c4-cwlcm 1/1 Running 0 26m authservice pod/authservice-8668d685d6-4fqlw 2/2 Running 0 26m velero pod/velero-velero-657d489b76-m8h5m 2/2 Running 0 26m monitoring pod/prometheus-monitoring-monitoring-kube-prometheus-0 2/2 Running 1 25m monitoring pod/monitoring-monitoring-prometheus-node-exporter-v5wlk 1/1 Running 0 26m monitoring pod/monitoring-monitoring-kube-state-metrics-66849b4bf6-8tt6p 1/1 Running 0 26m monitoring pod/alertmanager-monitoring-monitoring-kube-alertmanager-0 2/2 Running 0 25m monitoring pod/monitoring-monitoring-grafana-7f757c7984-96965 2/2 Running 0 26m eck-operator pod/elastic-operator-0 2/2 Running 1 26m mattermost-operator pod/mattermost-operator-cb97c857c-w59rn 2/2 Running 0 25m anchore pod/anchore-postgresql-79bdc5fcb9-vv6hq 2/2 Running 0 25m sonarqube pod/sonarqube-postgresql-0 2/2 Running 0 25m anchore pod/anchore-anchore-engine-catalog-5894455886-cqs4z 2/2 Running 0 25m anchore pod/anchore-anchore-engine-analyzer-8545f7bffd-4hpb6 2/2 Running 0 25m anchore pod/anchore-anchore-engine-api-bdff594cd-58dcx 2/2 Running 0 25m anchore pod/anchore-anchore-engine-policy-c8654c45b-h7ghw 2/2 Running 0 25m logging pod/logging-ek-es-master-0 2/2 Running 0 25m logging pod/logging-ek-es-data-0 2/2 Running 0 25m anchore pod/anchore-anchore-engine-simplequeue-6bbf8457ff-8vst8 2/2 Running 0 25m jaeger pod/jaeger-jaeger-jaeger-operator-76f99ff6f4-fcnhh 2/2 Running 2 24m logging pod/logging-ek-kb-5d8665cfb5-crdf7 2/2 Running 1 25m nexus-repository-manager pod/nexus-repository-manager-5f44dbdfc8-mvxvd 2/2 Running 0 25m logging pod/logging-ek-es-data-1 2/2 Running 1 25m gitlab pod/gitlab-registry-6484b5b999-ng8sh 1/1 Running 0 23m gitlab pod/gitlab-minio-9d8f8f885-wmf7r 1/1 Running 0 23m gitlab pod/gitlab-gitlab-exporter-7884cd4c4d-mlbqh 1/1 Running 0 23m gitlab pod/gitlab-redis-master-0 2/2 Running 0 23m gitlab pod/gitlab-gitlab-shell-555f8f47ff-5cp7q 1/1 Running 0 23m logging pod/opa-collector-8645dc559f-9xgdq 2/2 Running 0 23m gitlab pod/gitlab-minio-create-buckets-1-jtdvq 0/1 Completed 0 23m gitlab pod/gitlab-task-runner-5df587546b-bpqdr 1/1 Running 0 23m gitlab pod/gitlab-postgresql-0 1/1 Running 0 23m logging pod/logging-fluent-bit-9ct5b 2/2 Running 1 23m gitlab pod/gitlab-gitaly-0 1/1 Running 0 23m jaeger pod/jaeger-bdc64f9b4-zpjvf 2/2 Running 2 23m sonarqube pod/sonarqube-sonarqube-55bcc44d6b-cnwsv 2/2 Running 0 25m gitlab pod/gitlab-migrations-1-5c4tn 0/1 Completed 0 23m gitlab pod/gitlab-webservice-default-545c654cc7-wn9kq 2/2 Running 0 23m gitlab pod/gitlab-sidekiq-all-in-1-v1-56487678d5-fs57q 1/1 Running 0 23m minio-operator pod/minio-operator-64d4b775-rvzzz 2/2 Running 2 23m keycloak pod/keycloak-postgresql-0 1/1 Running 0 21m argocd pod/argocd-argocd-redis-bb-master-0 2/2 Running 0 22m argocd pod/argocd-argocd-server-557688d4cd-fc4q4 2/2 Running 1 22m argocd pod/argocd-argocd-repo-server-7497d6f68b-7pnkl 2/2 Running 1 22m argocd pod/argocd-argocd-dex-server-789dc9f9b8-mjrnc 2/2 Running 2 22m argocd pod/argocd-argocd-application-controller-68d8fb5867-pb24c 2/2 Running 1 22m twistlock pod/twistlock-console-65c7694cb-dm9gq 2/2 Running 1 21m kiali pod/kiali-kiali-kiali-operator-6b9c4b46f6-k2c7j 2/2 Running 2 21m mattermost pod/mattermost-postgresql-0 1/1 Running 0 20m gitlab pod/gitlab-runner-gitlab-runner-85877846bf-b8htr 1/1 Running 0 20m mattermost pod/mattermost-minio-ss-0-0 1/1 Running 0 19m keycloak pod/keycloak-0 1/1 Running 0 21m mattermost pod/default-minio-bucket-creation-f9n92 0/1 Completed 0 19m mattermost pod/mattermost-74f48dcdd8-btqcl 1/1 Running 0 20m kiali pod/kiali-6c5f5654f4-2jjs9 2/2 Running 1 19m minio pod/minio-minio-minio-instance-ss-0-0 2/2 Running 1 19m kube-system pod/coredns-5d4858fdb5-d5j5j 1/1 Running 0 17m anchore pod/anchore-engine-script-test 1/1 Running 0 17m argocd pod/argocd-argocd-redis-bb-replicas-0 2/2 Running 2 22m argocd pod/argocd-argocd-redis-bb-replicas-1 2/2 Running 2 21m gitlab pod/gitlab-cypress-test 0/1 Completed 0 12m gitlab pod/gitlab-script-test 0/1 Completed 0 11m jaeger pod/jaeger-operator-cypress-test 0/1 Completed 0 11m keycloak pod/keycloak-cypress-test 0/1 Completed 0 10m kiali pod/kiali-operator-cypress-test 0/1 Error 0 10m logging pod/logging-cypress-test 0/1 Completed 0 9m52s logging pod/logging-script-test 0/1 Completed 0 9m36s mattermost pod/mattermost-cypress-test 0/1 Completed 0 6m29s minio pod/minio-instance-cypress-test 0/1 Completed 0 6m9s minio pod/minio-instance-script-test 0/1 Completed 0 5m55s monitoring pod/kube-prometheus-stack-cypress-test 0/1 Completed 0 2m23s nexus-repository-manager pod/nexus-repository-manager-cypress-test 0/1 Completed 0 115s sonarqube pod/sonarqube-cypress-test 0/1 Completed 0 90s twistlock pod/twistlock-cypress-test 0/1 Completed 0 72s twistlock pod/twistlock-script-test 0/1 Completed 0 63s NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default service/kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 31m kube-system service/kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 31m kube-system service/metrics-server ClusterIP 10.43.2.127 <none> 443/TCP 31m flux-system service/notification-controller ClusterIP 10.43.3.252 <none> 80/TCP 31m flux-system service/source-controller ClusterIP 10.43.51.199 <none> 80/TCP 31m flux-system service/webhook-receiver ClusterIP 10.43.122.185 <none> 80/TCP 31m gatekeeper-system service/gatekeeper-webhook-service ClusterIP 10.43.254.158 <none> 443/TCP 30m istio-operator service/istio-operator ClusterIP 10.43.230.77 <none> 8383/TCP 27m istio-system service/istiod ClusterIP 10.43.113.41 <none> 15010/TCP,15012/TCP,443/TCP,15014/TCP 26m istio-system service/passthrough-ingressgateway LoadBalancer 10.43.42.183 172.20.1.240 15021:30451/TCP,80:31591/TCP,443:32421/TCP 26m istio-system service/public-ingressgateway LoadBalancer 10.43.4.131 172.20.1.241 15021:32284/TCP,80:31739/TCP,443:31318/TCP 26m velero service/velero-velero ClusterIP 10.43.202.235 <none> 8085/TCP 26m authservice service/authservice ClusterIP 10.43.182.156 <none> 10003/TCP 26m eck-operator service/elastic-operator-webhook ClusterIP 10.43.28.108 <none> 443/TCP 26m kube-system service/monitoring-monitoring-kube-kube-proxy ClusterIP None <none> 10249/TCP 26m kube-system service/monitoring-monitoring-kube-kube-etcd ClusterIP None <none> 2379/TCP 26m kube-system service/monitoring-monitoring-kube-coredns ClusterIP None <none> 9153/TCP 26m kube-system service/monitoring-monitoring-kube-kube-scheduler ClusterIP None <none> 10251/TCP 26m kube-system service/monitoring-monitoring-kube-kube-controller-manager ClusterIP None <none> 10252/TCP 26m monitoring service/monitoring-monitoring-kube-alertmanager ClusterIP 10.43.248.111 <none> 9093/TCP 26m monitoring service/monitoring-monitoring-kube-operator ClusterIP 10.43.34.89 <none> 443/TCP 26m monitoring service/monitoring-monitoring-kube-prometheus ClusterIP 10.43.160.145 <none> 9090/TCP 26m monitoring service/monitoring-monitoring-prometheus-node-exporter ClusterIP 10.43.48.212 <none> 9100/TCP 26m monitoring service/monitoring-monitoring-grafana ClusterIP 10.43.147.240 <none> 80/TCP 26m monitoring service/monitoring-monitoring-kube-state-metrics ClusterIP 10.43.98.236 <none> 8080/TCP 26m kube-system service/monitoring-monitoring-kube-kubelet ClusterIP None <none> 10250/TCP,10255/TCP,4194/TCP 25m monitoring service/alertmanager-operated ClusterIP None <none> 9093/TCP,9094/TCP,9094/UDP 25m monitoring service/prometheus-operated ClusterIP None <none> 9090/TCP 25m nexus-repository-manager service/nexus-repository-manager ClusterIP 10.43.227.5 <none> 8081/TCP 25m sonarqube service/sonarqube-postgresql-headless ClusterIP None <none> 5432/TCP 25m sonarqube service/sonarqube-postgresql ClusterIP 10.43.214.205 <none> 5432/TCP 25m sonarqube service/sonarqube-sonarqube ClusterIP 10.43.123.222 <none> 9000/TCP 25m logging service/logging-ek-es-transport ClusterIP None <none> 9300/TCP 25m logging service/logging-ek-es-http ClusterIP 10.43.53.36 <none> 9200/TCP 25m logging service/logging-ek-kb-http ClusterIP 10.43.63.93 <none> 5601/TCP 25m logging service/logging-ek-es-master ClusterIP None <none> 9200/TCP 25m logging service/logging-ek-es-data ClusterIP None <none> 9200/TCP 25m anchore service/anchore-anchore-engine-api ClusterIP 10.43.71.203 <none> 8228/TCP 25m anchore service/anchore-anchore-engine-policy ClusterIP 10.43.72.39 <none> 8087/TCP 25m anchore service/anchore-anchore-engine-simplequeue ClusterIP 10.43.219.120 <none> 8083/TCP 25m anchore service/anchore-anchore-engine-catalog ClusterIP 10.43.7.44 <none> 8082/TCP 25m anchore service/anchore-postgresql ClusterIP 10.43.128.19 <none> 5432/TCP 25m logging service/logging-fluent-bit ClusterIP 10.43.134.76 <none> 2020/TCP 23m jaeger service/jaeger-jaeger-jaeger-operator-metrics ClusterIP 10.43.161.66 <none> 8383/TCP,8686/TCP 24m jaeger service/jaeger-collector-headless ClusterIP None <none> 9411/TCP,14250/TCP,14267/TCP,14268/TCP 23m jaeger service/jaeger-collector ClusterIP 10.43.231.24 <none> 9411/TCP,14250/TCP,14267/TCP,14268/TCP 23m jaeger service/jaeger-query ClusterIP 10.43.116.172 <none> 16686/TCP 23m jaeger service/jaeger-agent ClusterIP None <none> 5775/UDP,5778/TCP,6831/UDP,6832/UDP 23m gitlab service/gitlab-gitaly ClusterIP None <none> 8075/TCP 23m gitlab service/gitlab-postgresql-headless ClusterIP None <none> 5432/TCP 23m gitlab service/gitlab-redis-headless ClusterIP None <none> 6379/TCP 23m gitlab service/gitlab-registry ClusterIP 10.43.42.52 <none> 5000/TCP 23m gitlab service/gitlab-postgresql ClusterIP 10.43.227.159 <none> 5432/TCP 23m gitlab service/gitlab-minio-svc ClusterIP 10.43.194.24 <none> 9000/TCP 23m gitlab service/gitlab-webservice-default ClusterIP 10.43.188.134 <none> 8080/TCP,8181/TCP 23m gitlab service/gitlab-gitlab-exporter ClusterIP 10.43.197.166 <none> 9168/TCP 23m gitlab service/gitlab-redis-metrics ClusterIP 10.43.248.63 <none> 9121/TCP 23m gitlab service/gitlab-redis-master ClusterIP 10.43.165.141 <none> 6379/TCP 23m gitlab service/gitlab-gitlab-shell ClusterIP 10.43.239.58 <none> 22/TCP 23m minio-operator service/operator ClusterIP 10.43.167.19 <none> 4222/TCP,4233/TCP 23m argocd service/argocd-argocd-redis-bb-headless ClusterIP None <none> 6379/TCP 22m argocd service/argocd-argocd-server-metrics ClusterIP 10.43.248.24 <none> 8083/TCP 22m argocd service/argocd-argocd-server ClusterIP 10.43.119.44 <none> 80/TCP,443/TCP 22m argocd service/argocd-argocd-dex-server ClusterIP 10.43.206.145 <none> 5556/TCP,5557/TCP 22m argocd service/argocd-argocd-redis-bb-replicas ClusterIP 10.43.179.81 <none> 6379/TCP 22m argocd service/argocd-argocd-repo-server ClusterIP 10.43.68.205 <none> 8081/TCP 22m argocd service/argocd-argocd-repo-server-metrics ClusterIP 10.43.151.101 <none> 8084/TCP 22m argocd service/argocd-argocd-application-controller-metrics ClusterIP 10.43.254.14 <none> 8082/TCP 22m argocd service/argocd-argocd-application-controller ClusterIP 10.43.192.207 <none> 8082/TCP 22m argocd service/argocd-argocd-redis-bb-master ClusterIP 10.43.100.154 <none> 6379/TCP 22m keycloak service/keycloak-http ClusterIP 10.43.140.222 <none> 80/TCP,8443/TCP,9990/TCP,7600/TCP 21m keycloak service/keycloak-headless ClusterIP None <none> 80/TCP 21m keycloak service/keycloak-postgresql ClusterIP 10.43.5.54 <none> 5432/TCP 21m keycloak service/keycloak-postgresql-headless ClusterIP None <none> 5432/TCP 21m twistlock service/twistlock-console ClusterIP 10.43.73.226 <none> 8084/TCP,8083/TCP,8081/TCP 21m gitlab service/gitlab-runner-gitlab-runner ClusterIP 10.43.219.148 <none> 9252/TCP 20m mattermost service/mattermost-postgresql-headless ClusterIP None <none> 5432/TCP 20m mattermost service/mattermost-postgresql ClusterIP 10.43.41.87 <none> 5432/TCP 20m mattermost service/mattermost ClusterIP None <none> 8065/TCP,8067/TCP 20m minio service/minio ClusterIP 10.43.87.150 <none> 80/TCP 19m minio service/minio-minio-minio-instance-console ClusterIP 10.43.110.14 <none> 9090/TCP 19m minio service/minio-minio-minio-instance-hl ClusterIP None <none> 9000/TCP 19m mattermost service/minio ClusterIP 10.43.180.115 <none> 80/TCP 19m mattermost service/mattermost-minio-console ClusterIP 10.43.51.99 <none> 9090/TCP 19m mattermost service/mattermost-minio-hl ClusterIP None <none> 9000/TCP 19m kiali service/kiali ClusterIP 10.43.133.101 <none> 20001/TCP,9090/TCP 19m NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE metallb-system daemonset.apps/speaker 1 1 1 1 1 kubernetes.io/os=linux 31m monitoring daemonset.apps/monitoring-monitoring-prometheus-node-exporter 1 1 1 1 1 <none> 26m logging daemonset.apps/logging-fluent-bit 1 1 1 1 1 <none> 23m NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE kube-system deployment.apps/local-path-provisioner 1/1 1 1 31m kube-system deployment.apps/metrics-server 1/1 1 1 31m metallb-system deployment.apps/controller 1/1 1 1 31m flux-system deployment.apps/kustomize-controller 1/1 1 1 31m flux-system deployment.apps/notification-controller 1/1 1 1 31m flux-system deployment.apps/source-controller 1/1 1 1 31m flux-system deployment.apps/helm-controller 1/1 1 1 31m gatekeeper-system deployment.apps/gatekeeper-audit 1/1 1 1 30m gatekeeper-system deployment.apps/gatekeeper-controller-manager 1/1 1 1 30m istio-operator deployment.apps/istio-operator 1/1 1 1 27m istio-system deployment.apps/istiod 1/1 1 1 26m istio-system deployment.apps/passthrough-ingressgateway 1/1 1 1 26m istio-system deployment.apps/public-ingressgateway 1/1 1 1 26m monitoring deployment.apps/monitoring-monitoring-kube-operator 1/1 1 1 26m authservice deployment.apps/authservice 1/1 1 1 26m velero deployment.apps/velero-velero 1/1 1 1 26m monitoring deployment.apps/monitoring-monitoring-kube-state-metrics 1/1 1 1 26m monitoring deployment.apps/monitoring-monitoring-grafana 1/1 1 1 26m mattermost-operator deployment.apps/mattermost-operator 1/1 1 1 25m anchore deployment.apps/anchore-postgresql 1/1 1 1 25m anchore deployment.apps/anchore-anchore-engine-catalog 1/1 1 1 25m anchore deployment.apps/anchore-anchore-engine-analyzer 1/1 1 1 25m anchore deployment.apps/anchore-anchore-engine-api 1/1 1 1 25m anchore deployment.apps/anchore-anchore-engine-policy 1/1 1 1 25m anchore deployment.apps/anchore-anchore-engine-simplequeue 1/1 1 1 25m jaeger deployment.apps/jaeger-jaeger-jaeger-operator 1/1 1 1 24m logging deployment.apps/logging-ek-kb 1/1 1 1 25m nexus-repository-manager deployment.apps/nexus-repository-manager 1/1 1 1 25m gitlab deployment.apps/gitlab-registry 1/1 1 1 23m gitlab deployment.apps/gitlab-minio 1/1 1 1 23m gitlab deployment.apps/gitlab-gitlab-exporter 1/1 1 1 23m gitlab deployment.apps/gitlab-gitlab-shell 1/1 1 1 23m logging deployment.apps/opa-collector 1/1 1 1 23m gitlab deployment.apps/gitlab-task-runner 1/1 1 1 23m jaeger deployment.apps/jaeger 1/1 1 1 23m sonarqube deployment.apps/sonarqube-sonarqube 1/1 1 1 25m gitlab deployment.apps/gitlab-webservice-default 1/1 1 1 23m gitlab deployment.apps/gitlab-sidekiq-all-in-1-v1 1/1 1 1 23m minio-operator deployment.apps/minio-operator 1/1 1 1 23m argocd deployment.apps/argocd-argocd-server 1/1 1 1 22m argocd deployment.apps/argocd-argocd-repo-server 1/1 1 1 22m argocd deployment.apps/argocd-argocd-dex-server 1/1 1 1 22m argocd deployment.apps/argocd-argocd-application-controller 1/1 1 1 22m twistlock deployment.apps/twistlock-console 1/1 1 1 21m kiali deployment.apps/kiali-kiali-kiali-operator 1/1 1 1 21m gitlab deployment.apps/gitlab-runner-gitlab-runner 1/1 1 1 20m mattermost deployment.apps/mattermost 1/1 1 1 20m kiali deployment.apps/kiali 1/1 1 1 19m kube-system deployment.apps/coredns 1/1 1 1 31m NAMESPACE NAME DESIRED CURRENT READY AGE kube-system replicaset.apps/local-path-provisioner-5ff76fc89d 1 1 1 31m kube-system replicaset.apps/metrics-server-86cbb8457f 1 1 1 31m metallb-system replicaset.apps/controller-f6dcd56df 1 1 1 31m flux-system replicaset.apps/kustomize-controller-68b899d765 1 1 1 31m flux-system replicaset.apps/notification-controller-585cd4cd84 1 1 1 31m flux-system replicaset.apps/source-controller-5995bc4d45 1 1 1 31m flux-system replicaset.apps/helm-controller-66cd66c8c5 1 1 1 31m gatekeeper-system replicaset.apps/gatekeeper-audit-846d6f8698 1 1 1 30m gatekeeper-system replicaset.apps/gatekeeper-controller-manager-699848fb65 1 1 1 30m istio-operator replicaset.apps/istio-operator-8576cc9b76 1 1 1 27m istio-system replicaset.apps/istiod-5c877f8d5d 1 1 1 26m istio-system replicaset.apps/passthrough-ingressgateway-68f864949f 1 1 1 26m istio-system replicaset.apps/public-ingressgateway-6db79654bc 1 1 1 26m monitoring replicaset.apps/monitoring-monitoring-kube-operator-5b95b955c4 1 1 1 26m authservice replicaset.apps/authservice-8668d685d6 1 1 1 26m velero replicaset.apps/velero-velero-657d489b76 1 1 1 26m monitoring replicaset.apps/monitoring-monitoring-kube-state-metrics-66849b4bf6 1 1 1 26m monitoring replicaset.apps/monitoring-monitoring-grafana-7f757c7984 1 1 1 26m mattermost-operator replicaset.apps/mattermost-operator-cb97c857c 1 1 1 25m anchore replicaset.apps/anchore-postgresql-79bdc5fcb9 1 1 1 25m anchore replicaset.apps/anchore-anchore-engine-catalog-5894455886 1 1 1 25m anchore replicaset.apps/anchore-anchore-engine-analyzer-8545f7bffd 1 1 1 25m anchore replicaset.apps/anchore-anchore-engine-api-bdff594cd 1 1 1 25m anchore replicaset.apps/anchore-anchore-engine-policy-c8654c45b 1 1 1 25m anchore replicaset.apps/anchore-anchore-engine-simplequeue-6bbf8457ff 1 1 1 25m jaeger replicaset.apps/jaeger-jaeger-jaeger-operator-76f99ff6f4 1 1 1 24m logging replicaset.apps/logging-ek-kb-5d8665cfb5 1 1 1 25m nexus-repository-manager replicaset.apps/nexus-repository-manager-5f44dbdfc8 1 1 1 25m gitlab replicaset.apps/gitlab-registry-6484b5b999 1 1 1 23m gitlab replicaset.apps/gitlab-minio-9d8f8f885 1 1 1 23m gitlab replicaset.apps/gitlab-gitlab-exporter-7884cd4c4d 1 1 1 23m gitlab replicaset.apps/gitlab-gitlab-shell-555f8f47ff 1 1 1 23m logging replicaset.apps/opa-collector-8645dc559f 1 1 1 23m gitlab replicaset.apps/gitlab-task-runner-5df587546b 1 1 1 23m jaeger replicaset.apps/jaeger-bdc64f9b4 1 1 1 23m sonarqube replicaset.apps/sonarqube-sonarqube-55bcc44d6b 1 1 1 25m gitlab replicaset.apps/gitlab-webservice-default-545c654cc7 1 1 1 23m gitlab replicaset.apps/gitlab-sidekiq-all-in-1-v1-56487678d5 1 1 1 23m minio-operator replicaset.apps/minio-operator-64d4b775 1 1 1 23m argocd replicaset.apps/argocd-argocd-server-557688d4cd 1 1 1 22m argocd replicaset.apps/argocd-argocd-repo-server-7497d6f68b 1 1 1 22m argocd replicaset.apps/argocd-argocd-dex-server-789dc9f9b8 1 1 1 22m argocd replicaset.apps/argocd-argocd-application-controller-68d8fb5867 1 1 1 22m twistlock replicaset.apps/twistlock-console-65c7694cb 1 1 1 21m kiali replicaset.apps/kiali-kiali-kiali-operator-6b9c4b46f6 1 1 1 21m gitlab replicaset.apps/gitlab-runner-gitlab-runner-85877846bf 1 1 1 20m mattermost replicaset.apps/mattermost-74f48dcdd8 1 1 1 20m kiali replicaset.apps/kiali-6c5f5654f4 1 1 1 19m kube-system replicaset.apps/coredns-854c77959c 0 0 0 31m kube-system replicaset.apps/coredns-5d4858fdb5 1 1 1 17m NAMESPACE NAME READY AGE monitoring statefulset.apps/prometheus-monitoring-monitoring-kube-prometheus 1/1 25m monitoring statefulset.apps/alertmanager-monitoring-monitoring-kube-alertmanager 1/1 25m eck-operator statefulset.apps/elastic-operator 1/1 26m sonarqube statefulset.apps/sonarqube-postgresql 1/1 25m logging statefulset.apps/logging-ek-es-master 1/1 25m logging statefulset.apps/logging-ek-es-data 2/2 25m gitlab statefulset.apps/gitlab-redis-master 1/1 23m gitlab statefulset.apps/gitlab-postgresql 1/1 23m gitlab statefulset.apps/gitlab-gitaly 1/1 23m keycloak statefulset.apps/keycloak-postgresql 1/1 21m argocd statefulset.apps/argocd-argocd-redis-bb-master 1/1 22m mattermost statefulset.apps/mattermost-postgresql 1/1 20m mattermost statefulset.apps/mattermost-minio-ss-0 1/1 19m keycloak statefulset.apps/keycloak 1/1 21m minio statefulset.apps/minio-minio-minio-instance-ss-0 1/1 19m argocd statefulset.apps/argocd-argocd-redis-bb-replicas 2/2 22m NAMESPACE NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE gitlab horizontalpodautoscaler.autoscaling/gitlab-registry Deployment/gitlab-registry 0%/75% 1 1 1 23m gitlab horizontalpodautoscaler.autoscaling/gitlab-gitlab-shell Deployment/gitlab-gitlab-shell 3m/100m 1 1 1 23m istio-system horizontalpodautoscaler.autoscaling/public-ingressgateway Deployment/public-ingressgateway 19%/80% 1 5 1 26m gitlab horizontalpodautoscaler.autoscaling/gitlab-webservice-default Deployment/gitlab-webservice-default 6m/1 1 1 1 23m istio-system horizontalpodautoscaler.autoscaling/istiod Deployment/istiod 7%/60% 1 3 1 26m gitlab horizontalpodautoscaler.autoscaling/gitlab-sidekiq-all-in-1-v1 Deployment/gitlab-sidekiq-all-in-1-v1 55m/350m 1 1 1 23m istio-system horizontalpodautoscaler.autoscaling/passthrough-ingressgateway Deployment/passthrough-ingressgateway 15%/80% 1 5 1 26m NAMESPACE NAME COMPLETIONS DURATION AGE gitlab job.batch/gitlab-minio-create-buckets-1 1/1 38s 23m gitlab job.batch/gitlab-migrations-1 1/1 94s 23m mattermost job.batch/default-minio-bucket-creation 1/1 44s 19m [32;1m$ kubectl get gitrepository,helmrelease,kustomizations -A[0;m NAMESPACE NAME URL READY STATUS AGE bigbang gitrepository.source.toolkit.fluxcd.io/eck-operator https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator.git True Fetched revision: 1.7.1-bb.0/97c489b2b094e64c04f84712110b0d01484f7417 30m bigbang gitrepository.source.toolkit.fluxcd.io/anchore https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git True Fetched revision: 1.14.7-bb.1/a01ac673c387006dabf477e2999eb08076407ad0 30m bigbang gitrepository.source.toolkit.fluxcd.io/jaeger https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git True Fetched revision: 2.23.0-bb.4/dd1fd813df08c94d7040c3b23e1a6492e81b52fb 30m bigbang gitrepository.source.toolkit.fluxcd.io/fluentbit https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git True Fetched revision: 0.16.6-bb.0/1d7f518333097e87ad5e7a4886444b69c81609e0 30m bigbang gitrepository.source.toolkit.fluxcd.io/authservice https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git True Fetched revision: 0.4.0-bb.17/6f2917cb89c6ba7d5937956e9c621561de97f870 30m bigbang gitrepository.source.toolkit.fluxcd.io/argocd https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git True Fetched revision: 3.6.8-bb.10/78c0c5a3527169e6b36cd9bb967cf1b28e7258b9 30m bigbang gitrepository.source.toolkit.fluxcd.io/gitlab https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git True Fetched revision: 5.3.1-bb.2/128c3b856d5200fd5fccf03bf688c74123fbdeef 30m bigbang gitrepository.source.toolkit.fluxcd.io/gitlab-runner https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner.git True Fetched revision: 0.33.1-bb.2/408a301020f4956dbe2765eb47e2b945ecd27d56 30m bigbang gitrepository.source.toolkit.fluxcd.io/velero https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git True Fetched revision: 2.23.6-bb.2/dabcbeb02d0f6bd7e1d1914e82e20bcfacae7e26 30m bigbang gitrepository.source.toolkit.fluxcd.io/mattermost https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git True Fetched revision: 0.2.2-bb.0/b8063b4103f35f05d2a34fc132df4e5811a7ee7f 30m bigbang gitrepository.source.toolkit.fluxcd.io/gatekeeper https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git True Fetched revision: 3.6.0-bb.2/2885f823302f49d5e7a193ab3cf4e0e3d7cfdc81 30m bigbang gitrepository.source.toolkit.fluxcd.io/keycloak https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git True Fetched revision: 11.0.1-bb.8/d6a77805afe65a85bb640c62ef9136b731cb56bc 30m bigbang gitrepository.source.toolkit.fluxcd.io/minio-operator https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git True Fetched revision: 4.2.3-bb.2/e6157eceb0e8f8f4802a2e74aa4b9e5e7f56aa20 30m bigbang gitrepository.source.toolkit.fluxcd.io/istio-controlplane https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git True Fetched revision: 1.11.2-bb.2/3e3728d91f8a494e4e89e26d5396a8883a25309a 30m bigbang gitrepository.source.toolkit.fluxcd.io/kiali https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git True Fetched revision: 1.40.1-bb.0/9d5e3fcbcef67213849fb3658266a92637413eda 30m bigbang gitrepository.source.toolkit.fluxcd.io/cluster-auditor https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git True Fetched revision: 0.3.0-bb.7/2e4bb4379ea6beb937b521738044eae2cc83a9ba 30m bigbang gitrepository.source.toolkit.fluxcd.io/minio https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git True Fetched revision: 4.2.3-bb.5/831699df06a2344fbc4352cf87404cbd0a4a296a 30m bigbang gitrepository.source.toolkit.fluxcd.io/elasticsearch-kibana https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git True Fetched revision: 0.1.21-bb.2/bef705eb5b0d02e5355db0d1f52ca4e93a2b898d 30m bigbang gitrepository.source.toolkit.fluxcd.io/istio-operator https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git True Fetched revision: 1.11.2-bb.0/adda883edce2c789e8ea3e8c815760f2af49c241 30m bigbang gitrepository.source.toolkit.fluxcd.io/mattermost-operator https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git True Fetched revision: 1.15.0-bb.0/13541081f459a17b38abf9bac8053d5b77dd8d50 30m bigbang gitrepository.source.toolkit.fluxcd.io/nexus-repository-manager https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git True Fetched revision: 34.1.0-bb.2/cbdc94fbb2baffce8871ae8d4540e54532ec6944 30m bigbang gitrepository.source.toolkit.fluxcd.io/sonarqube https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git True Fetched revision: 9.6.3-bb.8/8ac2d0700fa91a6582fe490b0bfaebd0650aec73 30m bigbang gitrepository.source.toolkit.fluxcd.io/monitoring https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git True Fetched revision: 14.0.0-bb.11/3065f8ea564858211d36132bec072c45e32a1aaa 30m bigbang gitrepository.source.toolkit.fluxcd.io/twistlock https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git True Fetched revision: 0.0.9-bb.1/7f2e39b2d81cc259f3d7f89888ae0d316c5dc1d4 30m bigbang gitrepository.source.toolkit.fluxcd.io/secrets https://repo1.dso.mil/platform-one/big-bang/bigbang.git True Fetched revision: master/256d554de5bd8dc7953c26947636e3f44f4038dc 30m NAMESPACE NAME READY STATUS AGE bigbang helmrelease.helm.toolkit.fluxcd.io/gatekeeper True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/istio-operator True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/istio True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/authservice True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/eck-operator True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/velero True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/monitoring True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/ek True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/mattermost-operator True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/anchore True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/fluent-bit True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/jaeger True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/nexus-repository-manager True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/cluster-auditor True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/sonarqube True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/gitlab True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/minio-operator True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/kiali True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/minio True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/twistlock True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/argocd True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/gitlab-runner True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/keycloak True Release reconciliation succeeded 30m bigbang helmrelease.helm.toolkit.fluxcd.io/mattermost True Release reconciliation succeeded 30m NAMESPACE NAME READY STATUS AGE bigbang kustomization.kustomize.toolkit.fluxcd.io/secrets True Applied revision: master/256d554de5bd8dc7953c26947636e3f44f4038dc 30m [32;1m$ k3d cluster delete ${CI_JOB_ID}[0;m [36mINFO[0m[0000] Deleting cluster '7434666' [36mINFO[0m[0000] Deleted k3d-7434666-serverlb [36mINFO[0m[0029] Deleted k3d-7434666-server-0 [36mINFO[0m[0029] Deleting image volume 'k3d-7434666-images' [36mINFO[0m[0029] Removing cluster details from default kubeconfig... [36mINFO[0m[0029] Removing standalone kubeconfig file (if there is one)... [36mINFO[0m[0029] Successfully deleted cluster 7434666! [32;1m$ docker network rm ${CI_JOB_ID}[0;m 7434666 [32;1m$ echo -e "\e[0Ksection_end:`date +%s`:k3d_down\r\e[0K"[0;m [0Ksection_end:1634763902:k3d_down [0K section_end:1634763902:after_script [0Ksection_start:1634763902:upload_artifacts_on_failure [0K[0K[36;1mUploading artifacts for failed job[0;m[0;m [32;1mUploading artifacts...[0;m test-artifacts/: found 64 matching files and directories[0;m Uploading artifacts as "archive" to coordinator... ok[0;m id[0;m=7434666 responseStatus[0;m=201 Created token[0;m=sxMFEXac section_end:1634763904:upload_artifacts_on_failure [0Ksection_start:1634763904:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1634763904:cleanup_file_variables [0K[31;1mERROR: Job failed: command terminated with exit code 123 [0;m