WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 69 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". ls: cannot access '/tmp/kiali/hack/istio/../../_output/istio-*': No such file or directory CLIENT_EXE=oc ARCH=amd64 IS_OPENSHIFT=true IS_MAISTRA=true Deploying bookinfo demo ... ls: cannot access '/tmp/kiali/hack/istio/../../_output/istio-*': No such file or directory Output Directory: /tmp/kiali/_output Will use the latest Istio version: 1.18.0 Will look for Istio here: /tmp/kiali/_output/istio-1.18.0 Cannot find Istio 1.18.0 - will download it now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 102 100 102 0 0 1378 0 --:--:-- --:--:-- --:--:-- 1360 100 4899 100 4899 0 0 27066 0 --:--:-- --:--:-- --:--:-- 27066 Downloading istio-1.18.0 from https://github.com/istio/istio/releases/download/1.18.0/istio-1.18.0-linux-amd64.tar.gz ... Istio 1.18.0 Download Complete! Istio has been successfully downloaded into the istio-1.18.0 folder on your system. Next Steps: See https://istio.io/latest/docs/setup/install/ to add Istio to your Kubernetes cluster. To configure the istioctl client tool for your workstation, add the /tmp/kiali/_output/istio-1.18.0/bin directory to your environment path variable with: export PATH="$PATH:/tmp/kiali/_output/istio-1.18.0/bin" Begin the Istio pre-installation check by running: istioctl x precheck Need more information? Visit https://istio.io/latest/docs/setup/install/ Istio is found here: /tmp/kiali/_output/istio-1.18.0 client version: 1.18.0 control plane version: OSSM_2.4.0-1 data plane version: 1.16.5 (2 proxies) istioctl is found here: /tmp/kiali/_output/istio-1.18.0/bin/istioctl Istio is found here: /tmp/kiali/hack/istio/../../_output/istio-1.18.0 istioctl is found here: /tmp/kiali/hack/istio/../../_output/istio-1.18.0/bin/istioctl client version: 1.18.0 control plane version: OSSM_2.4.0-1 data plane version: 1.16.5 (2 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true Now using project "bookinfo" on server "https://api.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname Error from server (NotFound): services "productpage" not found Error from server (AlreadyExists): routes.route.openshift.io "istio-ingressgateway" already exists securitycontextconstraints.security.openshift.io/bookinfo-scc created namespace/bookinfo labeled service/details created serviceaccount/bookinfo-details created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "details" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "details" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "details" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/details-v1 created service/ratings created serviceaccount/bookinfo-ratings created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "ratings" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "ratings" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "ratings" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/ratings-v1 created service/reviews created serviceaccount/bookinfo-reviews created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "reviews" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "reviews" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "reviews" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/reviews-v1 created deployment.apps/reviews-v2 created deployment.apps/reviews-v3 created service/productpage created serviceaccount/bookinfo-productpage created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "productpage" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "productpage" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "productpage" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/productpage-v1 created gateway.networking.istio.io/bookinfo-gateway created virtualservice.networking.istio.io/bookinfo created servicemeshmember.maistra.io/default created servicemeshmemberroll.maistra.io/default condition met Enabling sidecar injection for deployment: deployment.apps/details-v1 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "details" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "details" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "details" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/details-v1 patched Enabling sidecar injection for deployment: deployment.apps/productpage-v1 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "productpage" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "productpage" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "productpage" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/productpage-v1 patched Enabling sidecar injection for deployment: deployment.apps/ratings-v1 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "ratings" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "ratings" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "ratings" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/ratings-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v1 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "reviews" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "reviews" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "reviews" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/reviews-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v2 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "reviews" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "reviews" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "reviews" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/reviews-v2 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v3 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "reviews" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "reviews" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "reviews" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/reviews-v3 patched Bookinfo Demo should be installed and starting up - here are the pods and services NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE details ClusterIP 172.30.136.176 9080/TCP 8s productpage ClusterIP 172.30.238.7 9080/TCP 7s ratings ClusterIP 172.30.215.245 9080/TCP 7s reviews ClusterIP 172.30.215.113 9080/TCP 7s NAME READY STATUS RESTARTS AGE details-v1-7c7dbcb4b5-5spzb 1/1 Running 0 8s details-v1-fb8d64689-vlnqv 0/2 ContainerCreating 0 5s productpage-v1-559cb4579c-46sx5 2/2 Running 0 5s productpage-v1-664d44d68d-h5nf7 1/1 Terminating 0 8s ratings-v1-68bc78f8f7-njtkz 2/2 Running 0 5s reviews-v1-5cf854487-vj6st 1/1 Terminating 0 8s reviews-v1-f8496b9f-8bvjk 2/2 Running 0 5s reviews-v2-574944ff79-rzlqt 2/2 Running 0 5s reviews-v3-797fc48bc9-g64np 1/1 Terminating 0 8s reviews-v3-857c7785c9-5rbzj 2/2 Running 0 5s Installing Traffic Generator Traffic Generator will use the OpenShift ingress route of: istio-ingressgateway-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "default" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 215 100 215 0 0 2866 0 --:--:-- --:--:-- --:--:-- 2866 configmap/traffic-generator-config created % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1185 100 1185 0 0 18230 0 --:--:-- --:--:-- --:--:-- 18230 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "kiali-traffic-generator" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "kiali-traffic-generator" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "kiali-traffic-generator" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "kiali-traffic-generator" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") replicaset.apps/kiali-traffic-generator created Deploying error rates demo ... Will deploy Error Rates Demo using these settings: CLIENT_EXE=oc ARCH=amd64 DELETE_DEMO=false ENABLE_INJECTION=true ISTIO_NAMESPACE=istio-system NAMESPACE_ALPHA=alpha NAMESPACE_BETA=beta SOURCE=https://raw.githubusercontent.com/kiali/demos/master IS_OPENSHIFT=true IS_MAISTRA=true Now using project "alpha" on server "https://api.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname Now using project "beta" on server "https://api.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname namespace/alpha labeled namespace/beta labeled clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "default" clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "default" securitycontextconstraints.security.openshift.io/error-rates-scc created % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8377 100 8377 0 0 69808 0 --:--:-- --:--:-- --:--:-- 69808 Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "a" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "a" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "a" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "a" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/a-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "b-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "b-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "b-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "b-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/b-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "c-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "c-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "c-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "c-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/c-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "d-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "d-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "d-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "d-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/d-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "e-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "e-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "e-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "e-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/e-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "f-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "f-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "f-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "f-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/f-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "v-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "v-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "v-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "v-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/v-server created service/v-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "w-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "w-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "w-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "w-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/w-server created service/w-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "x-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "x-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "x-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "x-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/x-server created service/x-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "y-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "y-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "y-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "y-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/y-server created service/y-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "z-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "z-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "z-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "z-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/z-server created service/z-server created % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8368 100 8368 0 0 116k 0 --:--:-- --:--:-- --:--:-- 115k 100 8368 100 8368 0 0 116k 0 --:--:-- --:--:-- --:--:-- 115k Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "a" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "a" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "a" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "a" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/a-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "b-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "b-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "b-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "b-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/b-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "c-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "c-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "c-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "c-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/c-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "d-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "d-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "d-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "d-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/d-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "e-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "e-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "e-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "e-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/e-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "f-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "f-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "f-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "f-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/f-client created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "v-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "v-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "v-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "v-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/v-server created service/v-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "w-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "w-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "w-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "w-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/w-server created service/w-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "x-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "x-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "x-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "x-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/x-server created service/x-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "y-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "y-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "y-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "y-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/y-server created service/y-server created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "z-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "z-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "z-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "z-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/z-server created service/z-server created servicemeshmember.maistra.io/default created servicemeshmemberroll.maistra.io/default condition met Enabling sidecar injection for deployment: deployment.apps/a-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "a" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "a" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "a" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "a" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/a-client patched Enabling sidecar injection for deployment: deployment.apps/b-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "b-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "b-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "b-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "b-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/b-client patched Enabling sidecar injection for deployment: deployment.apps/c-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "c-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "c-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "c-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "c-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/c-client patched Enabling sidecar injection for deployment: deployment.apps/d-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "d-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "d-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "d-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "d-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/d-client patched Enabling sidecar injection for deployment: deployment.apps/e-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "e-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "e-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "e-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "e-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/e-client patched Enabling sidecar injection for deployment: deployment.apps/f-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "f-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "f-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "f-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "f-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/f-client patched Enabling sidecar injection for deployment: deployment.apps/v-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "v-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "v-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "v-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "v-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/v-server patched Enabling sidecar injection for deployment: deployment.apps/w-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "w-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "w-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "w-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "w-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/w-server patched Enabling sidecar injection for deployment: deployment.apps/x-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "x-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "x-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "x-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "x-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/x-server patched Enabling sidecar injection for deployment: deployment.apps/y-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "y-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "y-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "y-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "y-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/y-server patched Enabling sidecar injection for deployment: deployment.apps/z-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "z-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "z-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "z-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "z-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/z-server patched servicemeshmember.maistra.io/default created servicemeshmemberroll.maistra.io/default condition met Enabling sidecar injection for deployment: deployment.apps/a-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "a" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "a" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "a" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "a" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/a-client patched Enabling sidecar injection for deployment: deployment.apps/b-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "b-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "b-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "b-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "b-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/b-client patched Enabling sidecar injection for deployment: deployment.apps/c-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "c-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "c-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "c-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "c-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/c-client patched Enabling sidecar injection for deployment: deployment.apps/d-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "d-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "d-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "d-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "d-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/d-client patched Enabling sidecar injection for deployment: deployment.apps/e-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "e-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "e-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "e-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "e-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/e-client patched Enabling sidecar injection for deployment: deployment.apps/f-client Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "f-client" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "f-client" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "f-client" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "f-client" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/f-client patched Enabling sidecar injection for deployment: deployment.apps/v-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "v-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "v-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "v-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "v-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/v-server patched Enabling sidecar injection for deployment: deployment.apps/w-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "w-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "w-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "w-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "w-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/w-server patched Enabling sidecar injection for deployment: deployment.apps/x-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "x-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "x-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "x-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "x-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/x-server patched Enabling sidecar injection for deployment: deployment.apps/y-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "y-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "y-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "y-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "y-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/y-server patched Enabling sidecar injection for deployment: deployment.apps/z-server Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "z-server" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "z-server" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "z-server" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "z-server" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/z-server patched Installing the 'sleep' app in the 'sleep' namespace... Error from server (NotFound): namespaces "sleep" not found Now using project "sleep" on server "https://api.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname namespace/sleep labeled clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "sleep" networkattachmentdefinition.k8s.cni.cncf.io/istio-cni created securitycontextconstraints.security.openshift.io/sleep-scc created serviceaccount/sleep created service/sleep created Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "sleep" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "sleep" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "sleep" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "sleep" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/sleep created servicemeshmember.maistra.io/default created servicemeshmemberroll.maistra.io/default condition met Enabling sidecar injection for deployment: deployment.apps/sleep Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "sleep" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "sleep" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "sleep" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "sleep" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") deployment.apps/sleep patched virtualservice.networking.istio.io/bookinfo patched Waiting for workload: 'details-v1' to be ready deployment "details-v1" successfully rolled out Waiting for workload: 'productpage-v1' to be ready deployment "productpage-v1" successfully rolled out Waiting for workload: 'ratings-v1' to be ready deployment "ratings-v1" successfully rolled out Waiting for workload: 'reviews-v1' to be ready deployment "reviews-v1" successfully rolled out Waiting for workload: 'reviews-v2' to be ready deployment "reviews-v2" successfully rolled out Waiting for workload: 'reviews-v3' to be ready deployment "reviews-v3" successfully rolled out Waiting for workload: 'a-client' to be ready deployment "a-client" successfully rolled out Waiting for workload: 'b-client' to be ready deployment "b-client" successfully rolled out Waiting for workload: 'c-client' to be ready Waiting for deployment "c-client" rollout to finish: 1 old replicas are pending termination... Waiting for deployment "c-client" rollout to finish: 1 old replicas are pending termination... deployment "c-client" successfully rolled out Waiting for workload: 'd-client' to be ready deployment "d-client" successfully rolled out Waiting for workload: 'e-client' to be ready deployment "e-client" successfully rolled out Waiting for workload: 'f-client' to be ready deployment "f-client" successfully rolled out Waiting for workload: 'v-server' to be ready deployment "v-server" successfully rolled out Waiting for workload: 'w-server' to be ready deployment "w-server" successfully rolled out Waiting for workload: 'x-server' to be ready deployment "x-server" successfully rolled out Waiting for workload: 'y-server' to be ready deployment "y-server" successfully rolled out Waiting for workload: 'z-server' to be ready deployment "z-server" successfully rolled out Waiting for workload: 'a-client' to be ready deployment "a-client" successfully rolled out Waiting for workload: 'b-client' to be ready deployment "b-client" successfully rolled out Waiting for workload: 'c-client' to be ready deployment "c-client" successfully rolled out Waiting for workload: 'd-client' to be ready deployment "d-client" successfully rolled out Waiting for workload: 'e-client' to be ready deployment "e-client" successfully rolled out Waiting for workload: 'f-client' to be ready deployment "f-client" successfully rolled out Waiting for workload: 'v-server' to be ready deployment "v-server" successfully rolled out Waiting for workload: 'w-server' to be ready deployment "w-server" successfully rolled out Waiting for workload: 'x-server' to be ready deployment "x-server" successfully rolled out Waiting for workload: 'y-server' to be ready deployment "y-server" successfully rolled out Waiting for workload: 'z-server' to be ready deployment "z-server" successfully rolled out yarn run v1.22.10 $ npm run cypress:delete:reports npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1689101958501-0.8531550075946404/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. > @kiali/kiali-ui@1.65.6 cypress:delete:reports /tmp/kiali > rm cypress/results/* || true $ cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS="not @crd-validation" && cypress run --reporter cypress-multi-reporters --reporter-options configFile=reporter-config.json -e TAGS="@crd-validation" [STARTED] Task without title. [SUCCESS] Task without title. [2609:0711/185922.296319:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 2795: Permission denied (13) [2795:0711/185922.313526:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. Couldn't determine Mocha version ====================================================================================================  (Run Starting)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Cypress: 10.7.0 │  │ Browser: Electron 102 (headless) │  │ Node Version: v14.17.0 (/usr/local/bin/node) │  │ Specs: 29 found (app_details.feature, apps.feature, graph_context_menu.feature, graph │  │ _display.feature, graph_find_hide.feature, graph_replay.feature, graph_side_pa │  │ nel.feature, graph_toolbar.feature, graph_toolbar_legend.feature, istio_config │  │ .feature, istio_config_...) │  │ Searched: **/*.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: app_details.feature (1 of 29) [2609:0711/185924.916051:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3010: Permission denied (13) Couldn't determine Mocha version   Kiali App Details page  ✓ See details for app.  ✓ See app minigraph for details app.  ✓ See app Traffic information  ✓ See Inbound Metrics  ✓ See Outbound Metrics  ✓ See tracing info after selecting a trace  ✓ See span info after selecting app span (6201ms)   7 passing (19s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 7 │  │ Passing: 7 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 19 seconds │  │ Spec Ran: app_details.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/app_details.feature.mp4 (2 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: apps.feature (2 of 29) [2609:0711/185955.577005:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3140: Permission denied (13)   Kiali Apps List page  ✓ See all Apps objects in the bookinfo namespace.  ✓ Filter Apps by Istio Name  ✓ Filter Apps by Istio Sidecar  ✓ Filter workloads table by Istio Sidecar not being present  ✓ Filter Apps by Istio Type  ✓ Filter Apps by Health  ✓ Filter Applications table by Label  ✓ The healthy status of a logical mesh application is reported in the list of applications  ✓ The idle status of a logical mesh application is reported in the list of applications  1) The failing status of a logical mesh application is reported in the list of applications  2) The degraded status of a logical mesh application is reported in the list of applications   9 passing (2m)  2 failing  1) Kiali Apps List page The failing status of a logical mesh application is reported in the list of applications:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_v-server] svg[class=icon-failure]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:147:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:3620:53)   2) Kiali Apps List page The degraded status of a logical mesh application is reported in the list of applications:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_b-client] svg[class=icon-degraded]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:147:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/apps.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 11 │  │ Passing: 9 │  │ Failing: 2 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 2 │  │ Video: true │  │ Duration: 1 minute, 43 seconds │  │ Spec Ran: apps.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/apps.feature/Kiali Apps List page -- The failing  (1280x720)   status of a logical mesh application is reported in the list of applications (fa   iled).png   - /tmp/kiali/cypress/screenshots/apps.feature/Kiali Apps List page -- The degraded (1280x720)    status of a logical mesh application is reported in the list of applications (f   ailed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/apps.feature.mp4 (6 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_context_menu.feature (3 of 29) [2609:0711/190153.905194:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3298: Permission denied (13)   Kiali Graph page - Context menu actions  ✓ Actions in context menu for service node with existing traffic routing  ✓ Ability to launch traffic_shifting wizard from graph context menu (example #1)  ✓ Ability to launch tcp_traffic_shifting wizard from graph context menu (example #2)  ✓ Ability to launch request_routing wizard from graph context menu (example #3)  ✓ Ability to launch fault_injection wizard from graph context menu (example #4)  ✓ Ability to launch request_timeouts wizard from graph context menu (example #5)   6 passing (15s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 6 │  │ Passing: 6 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 14 seconds │  │ Spec Ran: graph_context_menu.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_context_menu.feature.mp4 (1 second) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_display.feature (4 of 29) [2609:0711/190217.763242:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3434: Permission denied (13)   Kiali Graph page - Display menu  ✓ Graph no namespaces  ✓ Graph alpha and beta and istio-system namespaces  1) User clicks Display Menu  ✓ Average Response-time edge labels  ✓ Median Response-time edge labels  ✓ 95th Percentile Response-time edge labels  ✓ 99th Percentile Response-time edge labels  ✓ Disable response time edge labels  ✓ Request Throughput edge labels  ✓ Response Throughput edge labels  ✓ Disable throughput edge labels  ✓ Enable Traffic Distribution edge labels  ✓ Disable Traffic Distribution edge labels  ✓ Enable Traffic Rate edge labels  ✓ Disable Traffic Rate edge labels  ✓ User disables cluster boxes  ✓ User disables Namespace boxes  ✓ User enables idle edges  ✓ User enables idle nodes  ✓ User disables idle edges  ✓ User disables idle nodes  ✓ User enables rank  ✓ User disables rank  ✓ User disables service nodes  ✓ User enables security  ✓ User disables security  ✓ User disables missing sidecars  ✓ User disables virtual services  ✓ User enables animation  ✓ User disables animation  ✓ User resets to factory default setting   30 passing (53s)  1 failing  1) Kiali Graph page - Display menu User clicks Display Menu: AssertionError: expected 0 to be above 0 + expected - actual  at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_display.feature:354:16)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 31 │  │ Passing: 30 │  │ Failing: 1 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 1 │  │ Video: true │  │ Duration: 53 seconds │  │ Spec Ran: graph_display.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/graph_display.feature/Kiali Graph page - Display  (1280x720)   menu -- User clicks Display Menu (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_display.feature.mp4 (3 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_find_hide.feature (5 of 29) [2609:0711/190322.479486:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3566: Permission denied (13)   Kiali Graph page - Find/Hide  1) Find unhealthy workloads  2) Hide unhealthy workloads  3) Use preset find option to filter workloads  4) Use preset hide option to filter workloads  ✓ Show Graph Find/Hide help menu  5) Filling the find form with nonsense   1 passing (54s)  5 failing  1) Kiali Graph page - Find/Hide Find unhealthy workloads:  TypeError: Cannot read properties of null (reading 'nodes') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:568:25)   2) Kiali Graph page - Find/Hide Hide unhealthy workloads:  TypeError: Cannot read properties of null (reading 'nodes') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:582:14)   3) Kiali Graph page - Find/Hide Use preset find option to filter workloads:  TypeError: Cannot read properties of null (reading 'nodes') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:555:14)   4) Kiali Graph page - Find/Hide Use preset hide option to filter workloads:  TypeError: Cannot read properties of null (reading 'nodes') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:609:14)   5) Kiali Graph page - Find/Hide Filling the find form with nonsense: Timed out retrying after 40000ms + expected - actual -'Display' +'Find: No valid operator found in expression'  at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:627:45) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_find_hide.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 6 │  │ Passing: 1 │  │ Failing: 5 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 5 │  │ Video: true │  │ Duration: 53 seconds │  │ Spec Ran: graph_find_hide.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/graph_find_hide.feature/Kiali Graph page - FindHi (1280x720)   de -- Find unhealthy workloads (failed).png   - /tmp/kiali/cypress/screenshots/graph_find_hide.feature/Kiali Graph page - FindHi (1280x720)   de -- Hide unhealthy workloads (failed).png   - /tmp/kiali/cypress/screenshots/graph_find_hide.feature/Kiali Graph page - FindHi (1280x720)   de -- Use preset find option to filter workloads (failed).png   - /tmp/kiali/cypress/screenshots/graph_find_hide.feature/Kiali Graph page - FindHi (1280x720)   de -- Use preset hide option to filter workloads (failed).png   - /tmp/kiali/cypress/screenshots/graph_find_hide.feature/Kiali Graph page - FindHi (1280x720)   de -- Filling the find form with nonsense (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_find_hide.feature.mp4 (3 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_replay.feature (6 of 29) [2609:0711/190427.303870:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3700: Permission denied (13)   Kiali Graph page - Replay  1) Graph alpha and beta namespaces  ✓ Show Replay  ✓ Close Replay   2 passing (44s)  1 failing  1) Kiali Graph page - Replay Graph alpha and beta namespaces:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `div#summary-panel-graph`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_replay.feature:314:8) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_replay.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_replay.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 3 │  │ Passing: 2 │  │ Failing: 1 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 1 │  │ Video: true │  │ Duration: 43 seconds │  │ Spec Ran: graph_replay.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/graph_replay.feature/Kiali Graph page - Replay -- (1280x720)    Graph alpha and beta namespaces (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_replay.feature.mp4 (3 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_side_panel.feature (7 of 29) [2609:0711/190522.537181:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3835: Permission denied (13)   Kiali Graph page - Side panel menu actions  ✓ Actions in kebab menu of the side panel for a service node with existing traffic routing  ✓ Ability to launch traffic_shifting wizard from graph side panel (example #1)  ✓ Ability to launch tcp_traffic_shifting wizard from graph side panel (example #2)  ✓ Ability to launch request_routing wizard from graph side panel (example #3)  ✓ Ability to launch fault_injection wizard from graph side panel (example #4)  ✓ Ability to launch request_timeouts wizard from graph side panel (example #5)   6 passing (20s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 6 │  │ Passing: 6 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 20 seconds │  │ Spec Ran: graph_side_panel.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_side_panel.feature.mp4 (1 second) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_toolbar.feature (8 of 29) [2609:0711/190552.565278:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 3970: Permission denied (13)   Kiali Graph page - Toolbar (various)  1) Graph alpha namespace with query params  ✓ Open graph Tour  ✓ Close graph Tour  ✓ Open traffic dropdown  ✓ Disable all traffic  2) Enable http traffic  ✓ Close traffic dropdown  ✓ User resets to factory default  ✓ Open duration dropdown  ✓ Close duration dropdown  ✓ Set duration dropdown  ✓ Open refresh dropdown  ✓ Close refresh dropdown  ✓ Set refresh dropdown  3) graph type app  4) graph type service  5) graph type versioned app  6) graph type workload   12 passing (50s)  6 failing  1) Kiali Graph page - Toolbar (various) Graph alpha namespace with query params:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `div#summary-panel-graph`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:314:8) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:3620:53)   2) Kiali Graph page - Toolbar (various) Enable http traffic:  TypeError: Cannot read properties of null (reading 'edges') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:803:33)   3) Kiali Graph page - Toolbar (various) graph type app:  TypeError: Cannot read properties of null (reading 'scratch') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:882:38)   4) Kiali Graph page - Toolbar (various) graph type service:  TypeError: Cannot read properties of null (reading 'scratch') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:882:38)   5) Kiali Graph page - Toolbar (various) graph type versioned app:  TypeError: Cannot read properties of null (reading 'scratch') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:882:38)   6) Kiali Graph page - Toolbar (various) graph type workload:  TypeError: Cannot read properties of null (reading 'scratch') at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar.feature:882:38)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 18 │  │ Passing: 12 │  │ Failing: 6 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 6 │  │ Video: true │  │ Duration: 50 seconds │  │ Spec Ran: graph_toolbar.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- Graph alpha namespace with query params (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- Enable http traffic (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- graph type app (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- graph type service (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- graph type versioned app (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar.feature/Kiali Graph page - Toolbar  (1280x720)   (various) -- graph type workload (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/graph_toolbar.feature.mp4 (3 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: graph_toolbar_legend.feature (9 of 29) [2609:0711/190654.477202:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4101: Permission denied (13)   Kiali Graph page - Graph toolbar and legend sidebar  1) Check if the Toggle Drag button is usable (example #1)  2) Check if the Zoom to Fit button is usable (example #2)  3) Check if the Hide Healthy Edges button is usable (example #3)  4) Check if the Hide All Edges button is usable (example #4)  5) Check if the Graph Layout Default Style button is usable (example #5)  6) Check if the Graph Layout Style 1 button is usable (example #6)  7) Check if the Graph Layout Style 2 button is usable (example #7)  8) Check if the Graph Layout Style 3 button is usable (example #8)  9) Check if the Namespace Layout Style 1 button is usable (example #9)  10) Check if the Namespace Layout Style 2 button is usable (example #10)  11) Check if the Show Legend button is usable (example #11)  12) Check if the Toggle Drag Graph button can be turned off  13) Check if the Toggle Drag Graph button can be turned on  14) Check if the not active by default Hide Healthy Edges Graph button can be turned on (example #1)  15) Check if the not active by default Hide All Edges Graph button can be turned on (example #2)  16) Check if the not active by default Graph Layout Style 1 Graph button can be turned on (example #3)  17) Check if the not active by default Graph Layout Style 2 Graph button can be turned on (example #4)  18) Check if the not active by default Graph Layout Style 3 Graph button can be turned on (example #5)  19) Check if the not active by default Namespace Layout Style 2 Graph button can be turned on (example #6)  20) Check if the not active by default Hide Healthy Edges Graph button can be turned off (example #1)  21) Check if the not active by default Hide All Edges Graph button can be turned off (example #2)  22) The Hide Healthy Edges is turned off by turning on the Hide All Edges  23) The Hide All Edges is turned off by turning on the Hide Healthy Edges  24) The Namespace Layout Style 1 is turned off by turning on the Namespace Layout Style 2  25) The Namespace Layout Style 2 is turned off by turning on the Namespace Layout Style 1  26) First 3 Graph Layout Style buttons are mutually exclusive  27) The last Graph Layout Style button is mutually exclusive with the rest  28) Show the Legend  29) Close the Legend using the button  30) Close the Legend using the cross   0 passing (22m)  30 failing  1) Kiali Graph page - Graph toolbar and legend sidebar Check if the Toggle Drag button is usable (example #1):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Toggle Drag"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   2) Kiali Graph page - Graph toolbar and legend sidebar Check if the Zoom to Fit button is usable (example #2):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Zoom to Fit"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   3) Kiali Graph page - Graph toolbar and legend sidebar Check if the Hide Healthy Edges button is usable (example #3):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Hide Healthy Edges"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   4) Kiali Graph page - Graph toolbar and legend sidebar Check if the Hide All Edges button is usable (example #4):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Hide All Edges"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   5) Kiali Graph page - Graph toolbar and legend sidebar Check if the Graph Layout Default Style button is usable (example #5):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Default Style"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   6) Kiali Graph page - Graph toolbar and legend sidebar Check if the Graph Layout Style 1 button is usable (example #6):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 1"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   7) Kiali Graph page - Graph toolbar and legend sidebar Check if the Graph Layout Style 2 button is usable (example #7):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 2"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   8) Kiali Graph page - Graph toolbar and legend sidebar Check if the Graph Layout Style 3 button is usable (example #8):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 3"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   9) Kiali Graph page - Graph toolbar and legend sidebar Check if the Namespace Layout Style 1 button is usable (example #9):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Namespace Layout Style 1"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   10) Kiali Graph page - Graph toolbar and legend sidebar Check if the Namespace Layout Style 2 button is usable (example #10):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Namespace Layout Style 2"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   11) Kiali Graph page - Graph toolbar and legend sidebar Check if the Show Legend button is usable (example #11):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Show Legend"]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:913:52) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   12) Kiali Graph page - Graph toolbar and legend sidebar Check if the Toggle Drag Graph button can be turned off:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Toggle Drag"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   13) Kiali Graph page - Graph toolbar and legend sidebar Check if the Toggle Drag Graph button can be turned on:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   14) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Hide Healthy Edges Graph button can be turned on (example #1):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Hide Healthy Edges"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   15) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Hide All Edges Graph button can be turned on (example #2):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Hide All Edges"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   16) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Graph Layout Style 1 Graph button can be turned on (example #3):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 1"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   17) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Graph Layout Style 2 Graph button can be turned on (example #4):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 2"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   18) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Graph Layout Style 3 Graph button can be turned on (example #5):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Graph Layout Style 3"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   19) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Namespace Layout Style 2 Graph button can be turned on (example #6):  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Namespace Layout Style 2"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   20) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Hide Healthy Edges Graph button can be turned off (example #1):  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:925:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   21) Kiali Graph page - Graph toolbar and legend sidebar Check if the not active by default Hide All Edges Graph button can be turned off (example #2):  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:925:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   22) Kiali Graph page - Graph toolbar and legend sidebar The Hide Healthy Edges is turned off by turning on the Hide All Edges:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   23) Kiali Graph page - Graph toolbar and legend sidebar The Hide All Edges is turned off by turning on the Hide Healthy Edges:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   24) Kiali Graph page - Graph toolbar and legend sidebar The Namespace Layout Style 1 is turned off by turning on the Namespace Layout Style 2:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   25) Kiali Graph page - Graph toolbar and legend sidebar The Namespace Layout Style 2 is turned off by turning on the Namespace Layout Style 1:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   26) Kiali Graph page - Graph toolbar and legend sidebar First 3 Graph Layout Style buttons are mutually exclusive:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:925:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   27) Kiali Graph page - Graph toolbar and legend sidebar The last Graph Layout Style button is mutually exclusive with the rest:  AssertionError: Target cannot be null or undefined. at buttonPrepare (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:897:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:928:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   28) Kiali Graph page - Graph toolbar and legend sidebar Show the Legend:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Show Legend"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:916:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   29) Kiali Graph page - Graph toolbar and legend sidebar Close the Legend using the button:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Show Legend"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:934:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   30) Kiali Graph page - Graph toolbar and legend sidebar Close the Legend using the cross:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `button[aria-label="Show Legend"]`, but never found it. at buttonClick (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:892:8) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:934:5) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/graph_toolbar_legend.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 30 │  │ Passing: 0 │  │ Failing: 30 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 30 │  │ Video: true │  │ Duration: 21 minutes, 54 seconds │  │ Spec Ran: graph_toolbar_legend.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Toggle Drag button is usable (ex   ample #1) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Zoom to Fit button is usable (ex   ample #2) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Hide Healthy Edges button is usa   ble (example #3) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Hide All Edges button is usable    (example #4) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Graph Layout Default Style butto   n is usable (example #5) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Graph Layout Style 1 button is u   sable (example #6) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Graph Layout Style 2 button is u   sable (example #7) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Graph Layout Style 3 button is u   sable (example #8) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Namespace Layout Style 1 button    is usable (example #9) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Namespace Layout Style 2 button    is usable (example #10) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Show Legend button is usable (ex   ample #11) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Toggle Drag Graph button can be    turned off (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the Toggle Drag Graph button can be    turned on (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Hide Healt   hy Edges Graph button can be turned on (example #1) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Hide All E   dges Graph button can be turned on (example #2) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Graph Layo   ut Style 1 Graph button can be turned on (example #3) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Graph Layo   ut Style 2 Graph button can be turned on (example #4) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Graph Layo   ut Style 3 Graph button can be turned on (example #5) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Namespace    Layout Style 2 Graph button can be turned on (example #6) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Hide Healt   hy Edges Graph button can be turned off (example #1) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Check if the not active by default Hide All E   dges Graph button can be turned off (example #2) (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- The Hide Healthy Edges is turned off by turni   ng on the Hide All Edges (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- The Hide All Edges is turned off by turning o   n the Hide Healthy Edges (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- The Namespace Layout Style 1 is turned off by    turning on the Namespace Layout Style 2 (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- The Namespace Layout Style 2 is turned off by    turning on the Namespace Layout Style 1 (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- First 3 Graph Layout Style buttons are mutual   ly exclusive (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- The last Graph Layout Style button is mutuall   y exclusive with the rest (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Show the Legend (failed).png   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Close the Legend using the button (failed).pn   g   - /tmp/kiali/cypress/screenshots/graph_toolbar_legend.feature/Kiali Graph page - G (1280x720)   raph toolbar and legend sidebar -- Close the Legend using the cross (failed).png  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 11% Compression progress: 22% Compression progress: 33% Compression progress: 46% Compression progress: 59% Compression progress: 71% Compression progress: 84% Compression progress: 97%   - Finished processing: /tmp/kiali/cypress/videos/graph_toolbar_legend.feature.mp4 (1 minute, 25… ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: istio_config.feature (10 of 29) [2609:0711/193022.071210:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4290: Permission denied (13)   Kiali Istio Config page  ✓ See all Istio Config objects in the bookinfo namespace.  ✓ Filter Istio Config objects by Istio Name  ✓ Filter Istio Config objects by Istio Type  ✓ Filter Istio Config objects by Valid configuration  ✓ Ability to create an AuthorizationPolicy object  ✓ Ability to create a Gateway object  ✓ Ability to create a K8sGateway object  ✓ Ability to create a PeerAuthentication object  ✓ Ability to create a RequestAuthentication object  ✓ Ability to create a ServiceEntry object  ✓ Ability to create a Sidecar object  - KIA0101 validation  - KIA0102 validation  - KIA0104 validation  - KIA0106 validation  - KIA0201 validation  - KIA0202 validation  - KIA0203 validation  - KIA0207 validation  - KIA0208 validation  - KIA0209 validation  - KIA0301 validation  - KIA0302 validation  - KIA0505 validation  - KIA0506 validation  - KIA1004 validation  - KIA1006 validation  - KIA1101 validation  - KIA1102 validation  - KIA1104 validation  - KIA1105 validation  - KIA1106 validation  - KIA1107 validation   11 passing (14s)   22 pending  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 33 │  │ Passing: 11 │  │ Failing: 0 │  │ Pending: 22 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 14 seconds │  │ Spec Ran: istio_config.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/istio_config.feature.mp4 (1 second) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: istio_config_editor.feature (11 of 29) [2609:0711/193046.240875:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4428: Permission denied (13)   Kiali Istio Config editor page  ✓ Filter Istio Config editor objects by Valid configuration   1 passing (3s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 2 seconds │  │ Spec Ran: istio_config_editor.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/istio_config_editor.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: istio_config_type_filters.feature (12 of 29) [2609:0711/193057.910484:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4558: Permission denied (13)   Kiali Istio Config page  ✓ Fill the input form with nonsense  ✓ Filters should be available in the dropdown  ✓ Single filter should be usable  ✓ Multiple filters should be usable  ✓ Filter AuthorizationPolicy should be deletable  ✓ Deleting all filters at once in config  ✓ When 4 or more filters are chosen, only 3 are visible right away  ✓ Show the view of all type filters  ✓ Hide the menu of all chosen filters   9 passing (20s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 9 │  │ Passing: 9 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 19 seconds │  │ Spec Ran: istio_config_type_filters.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/istio_config_type_filters.feature (2 seconds)   .mp4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: istio_config_validation_filters.feature (13 of 29) [2609:0711/193127.614211:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4691: Permission denied (13)   Kiali Istio Config page  ✓ Filters should be available in the dropdown  ✓ Single validation filter should be usable  ✓ Filter should be deletable  ✓ Deleting all filters at once  ✓ When 4 or more filters are chosen, only 3 are visible  ✓ Show the view of all validation filters  ✓ Hide the menu of all chosen filters for valdiation   7 passing (14s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 7 │  │ Passing: 7 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 14 seconds │  │ Spec Ran: istio_config_validation_filters.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/istio_config_validation_filters.f (1 second)   eature.mp4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_about.feature (14 of 29) [2609:0711/193151.457224:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4822: Permission denied (13)   Kiali help about verify  ✓ Open Kiali about page   1 passing (2s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 2 seconds │  │ Spec Ran: kiali_about.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_about.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_cookie.feature (15 of 29) [2609:0711/193202.481428:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 4953: Permission denied (13)   Kiali login cookie  ✓ Console is visible after login   1 passing (2s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 1 second │  │ Spec Ran: kiali_cookie.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_cookie.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_help.feature (16 of 29) [2609:0711/193212.031716:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5083: Permission denied (13)   Kiali help dropdown verify  ✓ Open Kiali help dropdown  ✓ User opens the View Debug Info section  ✓ User opens the View Certificates Info section   3 passing (4s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 3 │  │ Passing: 3 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 3 seconds │  │ Spec Ran: kiali_help.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_help.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_login.feature (17 of 29) [2609:0711/193223.545959:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5218: Permission denied (13)   Kiali login  ✓ Try to log in without filling the username and password  ✓ Try to log in with an invalid username  ✓ Try to log in with an invalid password   3 passing (4s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 3 │  │ Passing: 3 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 4 seconds │  │ Spec Ran: kiali_login.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_login.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_logout.feature (18 of 29) [2609:0711/193235.415015:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5424: Permission denied (13)   Kiali logout  ✓ Kiali logout successfully   1 passing (1s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 1 second │  │ Spec Ran: kiali_logout.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_logout.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: kiali_sidebar_toggle.feature (19 of 29) [2609:0711/193244.109450:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5554: Permission denied (13)   Sidebar toggle  ✓ Close the sidebar  ✓ Open the sidebar   2 passing (5s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 2 │  │ Passing: 2 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 5 seconds │  │ Spec Ran: kiali_sidebar_toggle.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/kiali_sidebar_toggle.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: overview.feature (20 of 29) [2609:0711/193258.079404:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5685: Permission denied (13)   Kiali Overview page  ✓ See "alpha" and "beta" namespaces  ✓ Doesn't see a "bad" namespace  ✓ Select the COMPACT view  ✓ Select the EXPAND view  ✓ Select the LIST view  ✓ Filter by namespace  ✓ Sort by name  ✓ Health for Apps  ✓ Health for Workloads  ✓ Health for Services  1) Last 10 minutes  2) Last 10 minutes Outbound traffic  ✓ The healthy status of a logical mesh application is reported in the overview of a namespace  ✓ The idle status of a logical mesh application is reported in the overview of a namespace  3) The failing status of a logical mesh application is reported in the overview of a namespace  4) The degraded status of a logical mesh application is reported in the overview of a namespace  ✓ The minimum TLS version is visible in the control plane  ✓ The canary upgrade information is not present when there is no canary configured  ✓ The Istio panel should be visible in the control panel   15 passing (3m)  4 failing  1) Kiali Overview page Last 10 minutes:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `div[data-test="sparkline-inbound-duration-10m"]`, but never found it. Queried from element:  at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:1816:48) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:3620:53)   2) Kiali Overview page Last 10 minutes Outbound traffic:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `div[data-test="sparkline-outbound-duration-10m"]`, but never found it. Queried from element:  at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:1816:48) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:3620:53)   3) Kiali Overview page The failing status of a logical mesh application is reported in the overview of a namespace:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=alpha-EXPAND] [data-test=overview-app-health] svg[class=icon-failure]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:1819:132) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:3620:53)   4) Kiali Overview page The degraded status of a logical mesh application is reported in the overview of a namespace:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=alpha-EXPAND] [data-test=overview-app-health] svg[class=icon-degraded]`, but never found it. at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:1819:132) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/overview.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 19 │  │ Passing: 15 │  │ Failing: 4 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 4 │  │ Video: true │  │ Duration: 3 minutes, 11 seconds │  │ Spec Ran: overview.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/overview.feature/Kiali Overview page -- Last 10 m (1280x720)   inutes (failed).png   - /tmp/kiali/cypress/screenshots/overview.feature/Kiali Overview page -- Last 10 m (1280x720)   inutes Outbound traffic (failed).png   - /tmp/kiali/cypress/screenshots/overview.feature/Kiali Overview page -- The faili (1280x720)   ng status of a logical mesh application is reported in the overview of a namespa   ce (failed).png   - /tmp/kiali/cypress/screenshots/overview.feature/Kiali Overview page -- The degra (1280x720)   ded status of a logical mesh application is reported in the overview of a namesp   ace (failed).png  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 82%   - Finished processing: /tmp/kiali/cypress/videos/overview.feature.mp4 (12 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: service_details.feature (21 of 29) [2609:0711/193628.762475:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 5872: Permission denied (13)   Kiali Service Details page  ✓ See details for productpage  ✓ See details for service  ✓ See service minigraph for details app.  ✓ See service Traffic information  ✓ See Inbound Metrics for productspage service details (5940ms)  ✓ See Graph data for productspage service details Inbound Metrics graphs  ✓ See graph traces for productspage service details  ✓ See span info after selecting service span  ✓ Verify that the Graph type dropdown is disabled when changing to Show node graph   9 passing (27s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 9 │  │ Passing: 9 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 27 seconds │  │ Spec Ran: service_details.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/service_details.feature.mp4 (2 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: services.feature (22 of 29) [2609:0711/193706.355214:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6005: Permission denied (13)   Kiali Services page  ✓ See services table with correct info  ✓ Filter services table by Service Name  ✓ Filter services table by Service Type  ✓ Filter services table by sidecar  ✓ Filter services table by Istio Type  ✓ Filter services table by health  ✓ Filter services table by label  ✓ Filter services table by label click  ✓ Filter and unfilter services table by label click  ✓ The healthy status of a service is reported in the list of services  ✓ The idle status of a service is reported in the list of services  1) The failing status of a service is reported in the list of services  2) The degraded status of a service is reported in the list of services   11 passing (2m)  2 failing  1) Kiali Services page The failing status of a service is reported in the list of services:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_w-server] svg[class=icon-failure]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:1995:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:3620:53)   2) Kiali Services page The degraded status of a service is reported in the list of services:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_y-server] svg[class=icon-degraded]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:1995:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/services.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 13 │  │ Passing: 11 │  │ Failing: 2 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 2 │  │ Video: true │  │ Duration: 1 minute, 38 seconds │  │ Spec Ran: services.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/services.feature/Kiali Services page -- The faili (1280x720)   ng status of a service is reported in the list of services (failed).png   - /tmp/kiali/cypress/screenshots/services.feature/Kiali Services page -- The degra (1280x720)   ded status of a service is reported in the list of services (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/services.feature.mp4 (6 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: sidecar_injection.feature (23 of 29) [2609:0711/193900.037618:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6139: Permission denied (13)   Controlling sidecar injection  ✓ Override the default policy for automatic sidecar injection by enabling it in a namespace  ✓ Switch the override configuration for automatic sidecar injection in a namespace to disabled  ✓ Switch the override configuration for automatic sidecar injection in a namespace to enabled  ✓ Switch to using the default policy for automatic sidecar injection in a namespace  ✓ Override the default policy for automatic sidecar injection by enabling it in a workload  ✓ Override the default policy for automatic sidecar injection by disabling it in a workload  ✓ Switch the override configuration for automatic sidecar injection in a workload to disabled  ✓ Switch the override configuration for automatic sidecar injection in a workload to enabled  ✓ Remove override configuration for automatic sidecar injection in a workload   9 passing (29s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 9 │  │ Passing: 9 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 29 seconds │  │ Spec Ran: sidecar_injection.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/sidecar_injection.feature.mp4 (2 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: wizard_istio_config.feature (24 of 29) [2609:0711/193939.323512:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6576: Permission denied (13)   Kiali Istio Config page  ✓ Create a K8s Gateway scenario (6272ms)  ✓ Try to create a Gateway with no name  ✓ Try to create a Gateway with invalid name  ✓ Create a Gateway scenario  ✓ Try to create a Gateway with negative port number  ✓ Try to create a Gateway with invalid port number  ✓ Try to insert letters in the port field  ✓ Create a Gateway with duplicate name  ✓ Try to create a Gateway without filling the inputs related to TLS  ✓ Create a Gateway with TLS  ✓ Try to create a ServiceEntry with empty fields  ✓ Try to create a ServiceEntry with invalid name and host specified  ✓ Create a ServiceEntry without ports specified  ✓ Try to create a ServiceEntry with empty ports specified  ✓ Create a ServiceEntry with ports specified  ✓ Try to create duplicate port specifications on a ServiceEntry   16 passing (45s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 16 │  │ Passing: 16 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 44 seconds │  │ Spec Ran: wizard_istio_config.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/wizard_istio_config.feature.mp4 (3 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: wizard_k8sgw_api_routing.feature (25 of 29) [2609:0711/194035.162143:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6710: Permission denied (13)   Service Details Wizard: K8s Gateway API Routing  ✓ Create a K8s Gateway API Routing scenario (5951ms)  ✓ See a HTTPRoute generated  ✓ Update a K8s Gateway API Routing scenario  ✓ See a K8s Gateway generated with warning  ✓ Delete the K8s Gateway Routing scenario   5 passing (12s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 5 │  │ Passing: 5 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 12 seconds │  │ Spec Ran: wizard_k8sgw_api_routing.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/wizard_k8sgw_api_routing.feature. (1 second)   mp4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: wizard_request_routing.feature (26 of 29) [2609:0711/194056.576683:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6844: Permission denied (13)   Service Details Wizard: Request Routing  ✓ Create a Request Routing scenario (6743ms)  ✓ See a DestinationRule generated  ✓ See a VirtualService generated  ✓ Update a Request Routing scenario  ✓ See a Gateway generated with warning  ✓ Delete the Request Routing scenario   6 passing (13s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 6 │  │ Passing: 6 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 12 seconds │  │ Spec Ran: wizard_request_routing.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/wizard_request_routing.feature.mp (1 second)   4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: workload_logs.feature (27 of 29) [2609:0711/194118.546141:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 6975: Permission denied (13)   Workload logs tab  ✓ The logs tab should show the logs of a pod  ✓ The log pane of the logs tab should only show the lines with the requested text  ✓ The log pane of the logs tab should hide the lines with the requested text  ✓ The log pane of the logs tab should limit the number of log lines that are fetched  ✓ The log pane of the logs tab should only show logs for the selected container  ✓ The log pane of the logs tab should show spans   6 passing (8s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 6 │  │ Passing: 6 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 7 seconds │  │ Spec Ran: workload_logs.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/workload_logs.feature.mp4 (0 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: workloads.feature (28 of 29) [2609:0711/194134.278344:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7106: Permission denied (13)   Kiali Workloads page  ✓ See workloads table with correct info  ✓ Filter workloads table by Workloads Name  ✓ Filter workloads table by Workloads Type  ✓ Filter workloads table by sidecar  ✓ Filter workloads table by Istio Type  ✓ Filter workloads table by health  ✓ Filter workloads table by App Label  ✓ Filter workloads table by Version Label  ✓ Filter workloads table by label  ✓ The healthy status of a workload is reported in the list of workloads  ✓ The idle status of a workload is reported in the list of workloads  1) The failing status of a workload is reported in the list of workloads  2) The degraded status of a workload is reported in the list of workloads   11 passing (2m)  2 failing  1) Kiali Workloads page The failing status of a workload is reported in the list of workloads:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_Deployment_v-server] svg[class=icon-failure]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:2941:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:3620:53)   2) Kiali Workloads page The degraded status of a workload is reported in the list of workloads:  AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test=VirtualItem_Nsalpha_Deployment_b-client] svg[class=icon-degraded]`, but never found it. at Object.checkHealthIndicatorInTable (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:2482:10) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:2941:13) at Registry.runStepDefininition (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:4207:46) at Context.eval (https://kiali-istio-system.apps.ci-op-g8vfr1cj-8c5aa.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/integration/featureFiles/workloads.feature:3620:53)   (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 13 │  │ Passing: 11 │  │ Failing: 2 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 2 │  │ Video: true │  │ Duration: 1 minute, 44 seconds │  │ Spec Ran: workloads.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/kiali/cypress/screenshots/workloads.feature/Kiali Workloads page -- The fai (1280x720)   ling status of a workload is reported in the list of workloads (failed).png   - /tmp/kiali/cypress/screenshots/workloads.feature/Kiali Workloads page -- The deg (1280x720)   raded status of a workload is reported in the list of workloads (failed).png  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/workloads.feature.mp4 (6 seconds) ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: workloads_details.feature (29 of 29) [2609:0711/194332.725587:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 7264: Permission denied (13)   Kiali Workload Details page  ✓ See details for workload  ✓ See minigraph for workload.  ✓ See workload traffic information  ✓ See workload Inbound Metrics  ✓ See workload Outbound Metrics  ✓ See workload tracing info after selecting a trace  ✓ See workload span info after selecting a span (5989ms)  ✓ See Envoy clusters configuration for a workload  ✓ See Envoy listeners configuration for a workload  ✓ See Envoy routes configuration for a workload  ✓ See Envoy bootstrap configuration for a workload  ✓ See Envoy config configuration for a workload  ✓ See Envoy metrics for a workload   13 passing (35s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 13 │  │ Passing: 13 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 35 seconds │  │ Spec Ran: workloads_details.feature │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /tmp/kiali/cypress/videos/workloads_details.feature.mp4 (2 seconds) ====================================================================================================  (Run Finished)   Spec Tests Passing Failing Pending Skipped    ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ ✔ app_details.feature 00:19 7 7 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ apps.feature 01:43 11 9 2 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ graph_context_menu.feature 00:14 6 6 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ graph_display.feature 00:53 31 30 1 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ graph_find_hide.feature 00:53 6 1 5 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ graph_replay.feature 00:43 3 2 1 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ graph_side_panel.feature 00:20 6 6 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ graph_toolbar.feature 00:50 18 12 6 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ graph_toolbar_legend.feature 21:54 30 - 30 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ istio_config.feature 00:14 33 11 - 22 - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ istio_config_editor.feature 00:02 1 1 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ istio_config_type_filters.feature 00:19 9 9 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ istio_config_validation_filters.fea 00:14 7 7 - - - │  │ ture │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_about.feature 00:02 1 1 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_cookie.feature 00:01 1 1 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_help.feature 00:03 3 3 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_login.feature 00:04 3 3 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_logout.feature 00:01 1 1 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ kiali_sidebar_toggle.feature 00:05 2 2 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ overview.feature 03:11 19 15 4 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ service_details.feature 00:27 9 9 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ services.feature 01:38 13 11 2 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ sidecar_injection.feature 00:29 9 9 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ wizard_istio_config.feature 00:44 16 16 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ wizard_k8sgw_api_routing.feature 00:12 5 5 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ wizard_request_routing.feature 00:12 6 6 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ workload_logs.feature 00:07 6 6 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ workloads.feature 01:44 13 11 2 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ workloads_details.feature 00:35 13 13 - - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘   ✖ 9 of 29 failed (31%) 38:25 288 213 53 22 -   error Command failed with exit code 53. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. yarn run v1.22.10 $ jrm cypress/results/combined-report.xml "cypress/results/*.xml" Done. 29 files processed. Done in 0.36s. Copying result xml and screenshots to /logs/artifacts CLIENT_EXE=oc ARCH=amd64 IS_OPENSHIFT=true IS_MAISTRA=true Deleting the 'sleep' app in the 'sleep' namespace... serviceaccount "sleep" deleted service "sleep" deleted deployment.apps "sleep" deleted servicemeshmember.maistra.io "default" deleted networkattachmentdefinition.k8s.cni.cncf.io "istio-cni" deleted securitycontextconstraints.security.openshift.io "sleep-scc" deleted project.project.openshift.io "sleep" deleted Error from server (NotFound): namespaces "sleep" not found Deleting bookinfo demo ... Istio is found here: /tmp/kiali/hack/istio/../../_output/istio-1.18.0 istioctl is found here: /tmp/kiali/hack/istio/../../_output/istio-1.18.0/bin/istioctl client version: 1.18.0 control plane version: OSSM_2.4.0-1 data plane version: 1.16.5 (10 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true ====== UNINSTALLING ANY EXISTING BOOKINFO DEMO ===== servicemeshmember.maistra.io "default" deleted securitycontextconstraints.security.openshift.io "bookinfo-scc" deleted project.project.openshift.io "bookinfo" deleted Error from server (NotFound): namespaces "bookinfo" not found ====== BOOKINFO UNINSTALLED ===== Deleting error rates demo ... Will deploy Error Rates Demo using these settings: CLIENT_EXE=oc ARCH=amd64 DELETE_DEMO=true ENABLE_INJECTION=true ISTIO_NAMESPACE=istio-system NAMESPACE_ALPHA=alpha NAMESPACE_BETA=beta SOURCE=https://raw.githubusercontent.com/kiali/demos/master IS_OPENSHIFT=true IS_MAISTRA=true Deleting Error Rates Demo (the envoy filters, if previously created, will remain) servicemeshmember.maistra.io "default" deleted servicemeshmember.maistra.io "default" deleted securitycontextconstraints.security.openshift.io "error-rates-scc" deleted namespace "alpha" deleted namespace "beta" deleted