WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 80 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". Output Directory: /go/src/kiali/_output Will use a specific Istio version: 1.22.3 Will look for Istio here: /go/src/kiali/_output/istio-1.22.3 Cannot find Istio 1.22.3 - 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 100 102 100 102 0 0 1522 0 --:--:-- --:--:-- --:--:-- 1522 100 4899 100 4899 0 0 26481 0 --:--:-- --:--:-- --:--:-- 26481 Downloading istio-1.22.3 from https://github.com/istio/istio/releases/download/1.22.3/istio-1.22.3-linux-amd64.tar.gz ... Istio 1.22.3 Download Complete! Istio has been successfully downloaded into the istio-1.22.3 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 /go/src/kiali/_output/istio-1.22.3/bin directory to your environment path variable with: export PATH="$PATH:/go/src/kiali/_output/istio-1.22.3/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: /go/src/kiali/_output/istio-1.22.3 client version: 1.22.3 control plane version: OSSM_2.6.1-1 data plane version: 1.20.8 (2 proxies) istioctl is found here: /go/src/kiali/_output/istio-1.22.3/bin/istioctl Istio is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3 istioctl is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3/bin/istioctl client version: 1.22.3 control plane version: OSSM_2.6.1-1 data plane version: 1.20.8 (2 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true AMBIENT_ENABLED=false Now using project "bookinfo" on server "https://api.ci-rosa-h-0utu.3csx.s3.devshift.org:443". 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 deployment.apps/details-v1 created service/ratings created serviceaccount/bookinfo-ratings created deployment.apps/ratings-v1 created service/reviews created serviceaccount/bookinfo-reviews created deployment.apps/reviews-v1 created deployment.apps/reviews-v2 created deployment.apps/reviews-v3 created service/productpage created serviceaccount/bookinfo-productpage created deployment.apps/productpage-v1 created gateway.networking.istio.io/bookinfo-gateway created virtualservice.networking.istio.io/bookinfo created Error from server (InternalError): error when creating "STDIN": Internal error occurred: failed calling webhook "smm.validation.maistra.io": failed to call webhook: Post "https://istio-operator-service.openshift-operators.svc:443/validate-smm?timeout=10s": context deadline exceeded Error from server (NotFound): servicemeshmemberrolls.maistra.io "default" not found Enabling sidecar injection for deployment: deployment.apps/details-v1 deployment.apps/details-v1 patched Enabling sidecar injection for deployment: deployment.apps/productpage-v1 deployment.apps/productpage-v1 patched Enabling sidecar injection for deployment: deployment.apps/ratings-v1 deployment.apps/ratings-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v1 deployment.apps/reviews-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v2 deployment.apps/reviews-v2 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v3 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.31.184 9080/TCP 22s productpage ClusterIP 172.30.53.19 9080/TCP 19s ratings ClusterIP 172.30.8.109 9080/TCP 21s reviews ClusterIP 172.30.118.227 9080/TCP 20s NAME READY STATUS RESTARTS AGE details-v1-856695d46b-t4hng 1/1 Running 0 7s productpage-v1-7d4965f6fd-wcssh 1/1 Running 0 7s ratings-v1-6776d696d6-mwwjh 1/1 Running 0 6s reviews-v1-84d548858-x6z7x 1/1 Running 0 6s reviews-v2-7f4fcbdcb6-qtqwb 1/1 Running 0 5s reviews-v3-5f68c9c6f4-c5bxk 1/1 Running 0 5s reviews-v3-7d99fd7978-rrf4f 1/1 Terminating 0 21s Installing Traffic Generator Traffic Generator will use the OpenShift ingress route of: istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-0utu.3csx.s3.devshift.org 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 3257 0 --:--:-- --:--:-- --:--:-- 3257 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 18809 0 --:--:-- --:--:-- --:--:-- 18809 replicaset.apps/kiali-traffic-generator created kiali.kiali.io/kiali condition met deployment.apps/kiali condition met Setting up Integration tests go install github.com/jstemmer/go-junit-report@latest go: downloading github.com/jstemmer/go-junit-report v1.0.0 Running Integration tests cd tests/integration/tests && go test -v -timeout 30m 2>&1 | tee >(go-junit-report > ../junit-rest-report.xml) ../int-test.log {"level":"info","time":"2024-09-26T01:37:41Z","message":"Adding a RegistryRefreshHandler"} === RUN TestApplicationsList applications_test.go:17: Error Trace: /go/src/kiali/tests/integration/tests/applications_test.go:17 Error: Should NOT be empty, but was &{{ false 0001-01-01 00:00:00 +0000 UTC map[] map[]} []} Test: TestApplicationsList --- FAIL: TestApplicationsList (0.23s) === RUN TestApplicationDetails applications_test.go:37: Error Trace: /go/src/kiali/tests/integration/tests/applications_test.go:37 Error: Not equal: expected: "bookinfo" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -bookinfo + Test: TestApplicationDetails --- FAIL: TestApplicationDetails (0.21s) === RUN TestAppDetailsInvalidName --- PASS: TestAppDetailsInvalidName (0.22s) === RUN TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-09-26T01:37:43Z","message":"authorizationpolicy.security.istio.io/ratings-policy created\n"} config_validations_test.go:211: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:211 /go/src/kiali/tests/integration/tests/config_validations_test.go:27 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-09-26T01:42:44Z","message":"authorizationpolicy.security.istio.io \"ratings-policy\" deleted\n"} --- FAIL: TestAuthPolicyPrincipalsError (301.77s) === RUN TestServiceEntryLabels {"level":"debug","time":"2024-09-26T01:42:46Z","message":"serviceentry.networking.istio.io/service-entry-labels created\ndestinationrule.networking.istio.io/dest-rule-labels created\nvirtualservice.networking.istio.io/app-rpc-icc created\ngateway.networking.istio.io/ingress-app created\n"} config_validations_test.go:211: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:211 /go/src/kiali/tests/integration/tests/config_validations_test.go:56 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestServiceEntryLabels {"level":"debug","time":"2024-09-26T01:47:47Z","message":"serviceentry.networking.istio.io \"service-entry-labels\" deleted\ndestinationrule.networking.istio.io \"dest-rule-labels\" deleted\nvirtualservice.networking.istio.io \"app-rpc-icc\" deleted\ngateway.networking.istio.io \"ingress-app\" deleted\n"} --- FAIL: TestServiceEntryLabels (302.62s) === RUN TestServiceEntryLabelsNotMatch {"level":"debug","time":"2024-09-26T01:47:48Z","message":"serviceentry.networking.istio.io/service-entry-labels created\ndestinationrule.networking.istio.io/dest-rule-labels-wrong created\nvirtualservice.networking.istio.io/app-rpc-icc created\ngateway.networking.istio.io/ingress-app created\n"} config_validations_test.go:211: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:211 /go/src/kiali/tests/integration/tests/config_validations_test.go:71 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestServiceEntryLabelsNotMatch {"level":"error","time":"2024-09-26T01:52:50Z","message":"exit status 1"} --- FAIL: TestServiceEntryLabelsNotMatch (302.67s) === RUN TestK8sGatewaysAddressesError {"level":"error","time":"2024-09-26T01:52:50Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapiaddr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways-addresses.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapiaddr2\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways-addresses.yaml\": Unauthorized)\n'."} config_validations_test.go:85: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:85 Error: Should be true Test: TestK8sGatewaysAddressesError {"level":"error","time":"2024-09-26T01:52:51Z","message":"exit status 1"} --- FAIL: TestK8sGatewaysAddressesError (1.27s) === RUN TestK8sGatewaysListenersError {"level":"error","time":"2024-09-26T01:52:52Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapilnr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways-listeners.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapilnr2\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways-listeners.yaml\": Unauthorized)\n'."} config_validations_test.go:114: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:114 Error: Should be true Test: TestK8sGatewaysListenersError {"level":"error","time":"2024-09-26T01:52:52Z","message":"exit status 1"} --- FAIL: TestK8sGatewaysListenersError (1.20s) === RUN TestK8sHTTPRoutesGatewaysError {"level":"error","time":"2024-09-26T01:52:53Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=httproutes\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute\"\nName: \"httproute\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8shttproutes-gateways.yaml\": Unauthorized)\n'."} config_validations_test.go:143: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:143 Error: Should be true Test: TestK8sHTTPRoutesGatewaysError {"level":"error","time":"2024-09-26T01:52:53Z","message":"exit status 1"} --- FAIL: TestK8sHTTPRoutesGatewaysError (0.80s) === RUN TestK8sHTTPRoutesServicesError {"level":"error","time":"2024-09-26T01:52:54Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapiservices\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8shttproutes-services.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=httproutes\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute\"\nName: \"httprouteservices\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8shttproutes-services.yaml\": Unauthorized)\n'."} config_validations_test.go:168: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:168 Error: Should be true Test: TestK8sHTTPRoutesServicesError {"level":"error","time":"2024-09-26T01:52:54Z","message":"exit status 1"} --- FAIL: TestK8sHTTPRoutesServicesError (1.21s) === RUN TestAppDashboard dashboards_test.go:34: Error Trace: /go/src/kiali/tests/integration/tests/dashboards_test.go:34 /go/src/kiali/tests/integration/tests/dashboards_test.go:14 Error: Should NOT be empty, but was [] Test: TestAppDashboard --- FAIL: TestAppDashboard (0.24s) === RUN TestServiceDashboard dashboards_test.go:34: Error Trace: /go/src/kiali/tests/integration/tests/dashboards_test.go:34 /go/src/kiali/tests/integration/tests/dashboards_test.go:20 Error: Should NOT be empty, but was [] Test: TestServiceDashboard --- FAIL: TestServiceDashboard (0.23s) === RUN TestWorkloadDashboard dashboards_test.go:34: Error Trace: /go/src/kiali/tests/integration/tests/dashboards_test.go:34 /go/src/kiali/tests/integration/tests/dashboards_test.go:26 Error: Should NOT be empty, but was [] Test: TestWorkloadDashboard --- FAIL: TestWorkloadDashboard (0.24s) === RUN TestExternalHostNode {"level":"error","time":"2024-09-26T01:52:56Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=serviceentries\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=ServiceEntry\"\nName: \"external-service-foo-se\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ext-service-entry.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"external-service-foo-vs\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ext-service-entry.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"external-service-foo-dr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ext-service-entry.yaml\": Unauthorized)\n'."} external_host_node_test.go:29: Error Trace: /go/src/kiali/tests/integration/tests/external_host_node_test.go:29 /go/src/kiali/tests/integration/tests/external_host_node_test.go:22 Error: Should be true Test: TestExternalHostNode {"level":"error","time":"2024-09-26T01:52:56Z","message":"exit status 1"} --- FAIL: TestExternalHostNode (1.65s) === RUN TestCBVersionedApp {"level":"debug","time":"2024-09-26T01:52:57Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:52:57Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"circuitbreaker-reviews-all-cb\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-reviews-all-cb.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:43 Error: Should be true Test: TestCBVersionedApp {"level":"error","time":"2024-09-26T01:52:57Z","message":"exit status 1"} --- FAIL: TestCBVersionedApp (1.02s) === RUN TestCBWorkload {"level":"debug","time":"2024-09-26T01:52:58Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:52:58Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"circuitbreaker-reviews-all-cb\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-reviews-all-cb.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:48 Error: Should be true Test: TestCBWorkload {"level":"error","time":"2024-09-26T01:52:59Z","message":"exit status 1"} --- FAIL: TestCBWorkload (1.05s) === RUN TestCBService {"level":"debug","time":"2024-09-26T01:52:59Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:52:59Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"circuitbreaker-reviews-all-cb\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-reviews-all-cb.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:53 Error: Should be true Test: TestCBService {"level":"error","time":"2024-09-26T01:53:00Z","message":"exit status 1"} --- FAIL: TestCBService (1.02s) === RUN TestVSVersionedApp {"level":"debug","time":"2024-09-26T01:53:00Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:01Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"ratings-delay-abort-vs\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"ratings-delay-abort-dr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:58 Error: Should be true Test: TestVSVersionedApp {"level":"error","time":"2024-09-26T01:53:01Z","message":"exit status 1"} --- FAIL: TestVSVersionedApp (1.46s) === RUN TestVSWorkload {"level":"debug","time":"2024-09-26T01:53:01Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:02Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"ratings-delay-abort-vs\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"ratings-delay-abort-dr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:63 Error: Should be true Test: TestVSWorkload {"level":"error","time":"2024-09-26T01:53:02Z","message":"exit status 1"} --- FAIL: TestVSWorkload (1.45s) === RUN TestVSApp {"level":"debug","time":"2024-09-26T01:53:03Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:03Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"ratings-delay-abort-vs\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"ratings-delay-abort-dr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:68 Error: Should be true Test: TestVSApp {"level":"error","time":"2024-09-26T01:53:04Z","message":"exit status 1"} --- FAIL: TestVSApp (1.45s) === RUN TestVSService {"level":"debug","time":"2024-09-26T01:53:04Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:05Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"ratings-delay-abort-vs\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"ratings-delay-abort-dr\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-ratings-delay.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:73 Error: Should be true Test: TestVSService {"level":"error","time":"2024-09-26T01:53:05Z","message":"exit status 1"} --- FAIL: TestVSService (1.45s) === RUN TestTraficShiftingVersionedApp {"level":"debug","time":"2024-09-26T01:53:06Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:06Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:78 Error: Should be true Test: TestTraficShiftingVersionedApp {"level":"error","time":"2024-09-26T01:53:07Z","message":"exit status 1"} --- FAIL: TestTraficShiftingVersionedApp (1.45s) === RUN TestTcpTraficShiftingVersionedApp {"level":"debug","time":"2024-09-26T01:53:07Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:08Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:83 Error: Should be true Test: TestTcpTraficShiftingVersionedApp {"level":"error","time":"2024-09-26T01:53:08Z","message":"exit status 1"} --- FAIL: TestTcpTraficShiftingVersionedApp (1.46s) === RUN TestRequestTimeoutsVersionedApp {"level":"debug","time":"2024-09-26T01:53:09Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:09Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:88 Error: Should be true Test: TestRequestTimeoutsVersionedApp {"level":"error","time":"2024-09-26T01:53:10Z","message":"exit status 1"} --- FAIL: TestRequestTimeoutsVersionedApp (1.47s) === RUN TestFaultInjectionVersionedApp {"level":"debug","time":"2024-09-26T01:53:10Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:11Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:93 Error: Should be true Test: TestFaultInjectionVersionedApp {"level":"error","time":"2024-09-26T01:53:11Z","message":"exit status 1"} --- FAIL: TestFaultInjectionVersionedApp (1.46s) === RUN TestTrafficShiftingWorkload {"level":"debug","time":"2024-09-26T01:53:11Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:12Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:98 Error: Should be true Test: TestTrafficShiftingWorkload {"level":"error","time":"2024-09-26T01:53:13Z","message":"exit status 1"} --- FAIL: TestTrafficShiftingWorkload (1.45s) === RUN TestTcpTrafficShiftingWorkload {"level":"debug","time":"2024-09-26T01:53:13Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:14Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:103 Error: Should be true Test: TestTcpTrafficShiftingWorkload {"level":"error","time":"2024-09-26T01:53:14Z","message":"exit status 1"} --- FAIL: TestTcpTrafficShiftingWorkload (1.46s) === RUN TestRequestTimeoutWorkload {"level":"debug","time":"2024-09-26T01:53:14Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:15Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:108 Error: Should be true Test: TestRequestTimeoutWorkload {"level":"error","time":"2024-09-26T01:53:16Z","message":"exit status 1"} --- FAIL: TestRequestTimeoutWorkload (1.46s) === RUN TestFaultInjectionWorkload {"level":"debug","time":"2024-09-26T01:53:16Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:17Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:113 Error: Should be true Test: TestFaultInjectionWorkload {"level":"error","time":"2024-09-26T01:53:17Z","message":"exit status 1"} --- FAIL: TestFaultInjectionWorkload (1.45s) === RUN TestTrafficShiftingApp {"level":"debug","time":"2024-09-26T01:53:17Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:18Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:118 Error: Should be true Test: TestTrafficShiftingApp {"level":"error","time":"2024-09-26T01:53:18Z","message":"exit status 1"} --- FAIL: TestTrafficShiftingApp (1.45s) === RUN TestTcpTrafficShiftingApp {"level":"debug","time":"2024-09-26T01:53:19Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:19Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:123 Error: Should be true Test: TestTcpTrafficShiftingApp {"level":"error","time":"2024-09-26T01:53:20Z","message":"exit status 1"} --- FAIL: TestTcpTrafficShiftingApp (1.46s) === RUN TestRequestTimeoutsApp {"level":"debug","time":"2024-09-26T01:53:20Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:21Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:128 Error: Should be true Test: TestRequestTimeoutsApp {"level":"error","time":"2024-09-26T01:53:21Z","message":"exit status 1"} --- FAIL: TestRequestTimeoutsApp (1.45s) === RUN TestFaultInjectionApp {"level":"debug","time":"2024-09-26T01:53:22Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:22Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:133 Error: Should be true Test: TestFaultInjectionApp {"level":"error","time":"2024-09-26T01:53:23Z","message":"exit status 1"} --- FAIL: TestFaultInjectionApp (1.48s) === RUN TestTrafficShiftingService {"level":"debug","time":"2024-09-26T01:53:23Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:24Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:138 Error: Should be true Test: TestTrafficShiftingService {"level":"error","time":"2024-09-26T01:53:24Z","message":"exit status 1"} --- FAIL: TestTrafficShiftingService (1.47s) === RUN TestTcpTrafficShiftingService {"level":"debug","time":"2024-09-26T01:53:25Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:25Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-tcp-traffic-shifting-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:143 Error: Should be true Test: TestTcpTrafficShiftingService {"level":"error","time":"2024-09-26T01:53:26Z","message":"exit status 1"} --- FAIL: TestTcpTrafficShiftingService (1.47s) === RUN TestRequestTimeoutsService {"level":"debug","time":"2024-09-26T01:53:26Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:27Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-request-timeouts-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:148 Error: Should be true Test: TestRequestTimeoutsService {"level":"error","time":"2024-09-26T01:53:27Z","message":"exit status 1"} --- FAIL: TestRequestTimeoutsService (1.46s) === RUN TestFultInjectionService {"level":"debug","time":"2024-09-26T01:53:28Z","message":"Graph response status code 401 and error invalid character 'U' looking for beginning of value"} {"level":"error","time":"2024-09-26T01:53:28Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=virtualservices\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=VirtualService\"\nName: \"virtual-service-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"networking.istio.io/v1beta1, Resource=destinationrules\", GroupVersionKind: \"networking.istio.io/v1beta1, Kind=DestinationRule\"\nName: \"destination-rule-reviews\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-fault-injection-reviews.yaml\": Unauthorized)\n'."} graph_badges_test.go:161: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:161 /go/src/kiali/tests/integration/tests/graph_badges_test.go:153 Error: Should be true Test: TestFultInjectionService {"level":"error","time":"2024-09-26T01:53:29Z","message":"exit status 1"} --- FAIL: TestFultInjectionService (1.45s) === RUN TestAppGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:18 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppGraph (1.24s) === RUN TestAppVersionGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:25 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppVersionGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppVersionGraph (1.23s) === RUN TestVersionedAppGraph graph_nodes_test.go:42: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:42 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppGraph (1.24s) === RUN TestAppGraphEmpty graph_nodes_test.go:96: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:96 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:49 Error: Not equal: expected: 200 actual : 401 Test: TestAppGraphEmpty --- FAIL: TestAppGraphEmpty (0.24s) === RUN TestServiceGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:56 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceGraph (1.24s) === RUN TestServiceGraphEmpty graph_nodes_test.go:96: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:96 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:63 Error: Not equal: expected: 200 actual : 401 Test: TestServiceGraphEmpty --- FAIL: TestServiceGraphEmpty (0.23s) === RUN TestWorkloadGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:70 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadGraph (1.24s) === RUN TestWorkloadGraphEmpty graph_nodes_test.go:96: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:96 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:77 Error: Not equal: expected: 200 actual : 401 Test: TestWorkloadGraphEmpty --- FAIL: TestWorkloadGraphEmpty (0.23s) === RUN TestAppBase graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:264 /go/src/kiali/tests/integration/tests/graph_test.go:18 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppBase Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppBase (1.23s) === RUN TestAppNoLabels graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:24 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppNoLabels Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppNoLabels (1.24s) === RUN TestAppRequestsPerSecond graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:30 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppRequestsPerSecond Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppRequestsPerSecond (1.24s) === RUN TestAppRequestsPercentage graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:36 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppRequestsPercentage Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppRequestsPercentage (1.24s) === RUN TestAppRequestsResponseTime graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:42 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppRequestsResponseTime Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppRequestsResponseTime (1.23s) === RUN TestAppInjectServiceNodesTrue graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:48 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppInjectServiceNodesTrue Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppInjectServiceNodesTrue (1.23s) === RUN TestAppInjectServiceNodesFalse graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:54 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppInjectServiceNodesFalse Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppInjectServiceNodesFalse (1.24s) === RUN TestAppAppendersBlank graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:60 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestAppAppendersBlank Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppAppendersBlank (1.24s) === RUN TestAppAppendersInvalid graph_test.go:236: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:236 /go/src/kiali/tests/integration/tests/graph_test.go:66 Error: Not equal: expected: 401 actual : 400 Test: TestAppAppendersInvalid --- FAIL: TestAppAppendersInvalid (0.23s) === RUN TestServiceBase graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:264 /go/src/kiali/tests/integration/tests/graph_test.go:72 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceBase Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceBase (1.23s) === RUN TestServiceNoLabels graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:78 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceNoLabels Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceNoLabels (1.24s) === RUN TestServiceRequestsPerSecond graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:84 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceRequestsPerSecond Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceRequestsPerSecond (1.24s) === RUN TestServiceRequestsPercentage graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:90 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceRequestsPercentage Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceRequestsPercentage (1.24s) === RUN TestServiceResponseTime graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:96 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceResponseTime Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceResponseTime (1.24s) === RUN TestServiceInjectServiceNodesTrue graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:102 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceInjectServiceNodesTrue Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceInjectServiceNodesTrue (1.24s) === RUN TestServiceInjectServiceNodesFalse graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:108 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceInjectServiceNodesFalse Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceInjectServiceNodesFalse (1.24s) === RUN TestServiceAppendersBlank graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:114 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestServiceAppendersBlank Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceAppendersBlank (1.24s) === RUN TestVersionedAppBase graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:264 /go/src/kiali/tests/integration/tests/graph_test.go:120 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppBase Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppBase (1.24s) === RUN TestVersionedAppNoLabels graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:126 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppNoLabels Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppNoLabels (1.23s) === RUN TestVersionedAppRequestsPerSecond graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:132 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppRequestsPerSecond Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppRequestsPerSecond (1.23s) === RUN TestVersionedAppRequestsPercentage graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:138 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppRequestsPercentage Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppRequestsPercentage (1.24s) === RUN TestVersionedAppRequestsResponseTime graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:144 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppRequestsResponseTime Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppRequestsResponseTime (1.24s) === RUN TestVersionedAppRInjectServiceNodesTrue graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:150 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppRInjectServiceNodesTrue Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppRInjectServiceNodesTrue (1.23s) === RUN TestVersionedAppRInjectServiceNodesFalse graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:156 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppRInjectServiceNodesFalse Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppRInjectServiceNodesFalse (1.24s) === RUN TestVersionedAppAppendersBlank graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:162 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestVersionedAppAppendersBlank Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppAppendersBlank (1.24s) === RUN TestWorkloadNoLabels graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:168 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadNoLabels Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadNoLabels (1.24s) === RUN TestWorkloadRequestsPerSecond graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:174 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadRequestsPerSecond Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadRequestsPerSecond (1.25s) === RUN TestWorkloadRequestPercentage graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:180 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadRequestPercentage Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadRequestPercentage (1.25s) === RUN TestWorkloadRequestsResponseTime graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:186 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadRequestsResponseTime Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadRequestsResponseTime (1.23s) === RUN TestWorkloadAppendersBlank graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:192 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestWorkloadAppendersBlank Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadAppendersBlank (1.24s) === RUN TestBoxNegative graph_test.go:236: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:236 /go/src/kiali/tests/integration/tests/graph_test.go:199 Error: Not equal: expected: 401 actual : 400 Test: TestBoxNegative --- FAIL: TestBoxNegative (0.23s) === RUN TestGraphTypeNegative graph_test.go:236: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:236 /go/src/kiali/tests/integration/tests/graph_test.go:206 Error: Not equal: expected: 401 actual : 400 Test: TestGraphTypeNegative --- FAIL: TestGraphTypeNegative (0.23s) === RUN TestDisplayIdleEdges graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:212 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestDisplayIdleEdges Messages: Graph elements should contains Nodes and Edges --- FAIL: TestDisplayIdleEdges (1.23s) === RUN TestDisplayIdleNodes graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:218 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestDisplayIdleNodes Messages: Graph elements should contains Nodes and Edges --- FAIL: TestDisplayIdleNodes (1.23s) === RUN TestDisplayOperationNodes graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:224 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestDisplayOperationNodes Messages: Graph elements should contains Nodes and Edges --- FAIL: TestDisplayOperationNodes (1.23s) === RUN TestDisplayServiceNodes graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:230 Error: Expected nil, but got: &json.SyntaxError{msg:"invalid character 'U' looking for beginning of value", Offset:1} Test: TestDisplayServiceNodes Messages: Graph elements should contains Nodes and Edges --- FAIL: TestDisplayServiceNodes (1.24s) === RUN TestIstioConfigList {"level":"error","time":"2024-09-26T01:54:18Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapi\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=httproutes\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute\"\nName: \"httproute\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways.yaml\": Unauthorized)\n'."} istio_config_test.go:19: Error Trace: /go/src/kiali/tests/integration/tests/istio_config_test.go:19 Error: Should be true Test: TestIstioConfigList {"level":"error","time":"2024-09-26T01:54:18Z","message":"exit status 1"} --- FAIL: TestIstioConfigList (1.26s) === RUN TestIstioConfigs {"level":"error","time":"2024-09-26T01:54:19Z","message":"Err: 'exit status 1'. stderr: 'error: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=gateways\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=Gateway\"\nName: \"gatewayapi\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways.yaml\": Unauthorized)\nerror: You must be logged in to the server (error when retrieving current configuration of:\nResource: \"gateway.networking.k8s.io/v1beta1, Resource=httproutes\", GroupVersionKind: \"gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute\"\nName: \"httproute\", Namespace: \"bookinfo\"\nfrom server for: \"/go/src/kiali/tests/integration/assets/bookinfo-k8sgateways.yaml\": Unauthorized)\n'."} istio_config_test.go:31: Error Trace: /go/src/kiali/tests/integration/tests/istio_config_test.go:31 Error: Should be true Test: TestIstioConfigs {"level":"error","time":"2024-09-26T01:54:20Z","message":"exit status 1"} --- FAIL: TestIstioConfigs (1.22s) === RUN TestIstioConfigDetails istio_config_test.go:116: Error Trace: /go/src/kiali/tests/integration/tests/istio_config_test.go:116 Error: Received unexpected error: invalid character 'U' looking for beginning of value Test: TestIstioConfigDetails --- FAIL: TestIstioConfigDetails (0.23s) === RUN TestIstioConfigInvalidName --- PASS: TestIstioConfigInvalidName (0.24s) === RUN TestIstioConfigPermissions istio_config_test.go:144: Error Trace: /go/src/kiali/tests/integration/tests/istio_config_test.go:144 Error: Received unexpected error: invalid character 'U' looking for beginning of value Test: TestIstioConfigPermissions --- FAIL: TestIstioConfigPermissions (0.24s) === RUN TestNamespaceMetrics E0926 01:54:22.055100 15232 runtime.go:79] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference) goroutine 10672 [running]: k8s.io/apimachinery/pkg/util/runtime.logPanic({0x1ac2340?, 0x2e2e140}) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/runtime/runtime.go:75 +0x99 k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0x0, 0x0, 0x28?}) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/runtime/runtime.go:49 +0x75 panic({0x1ac2340, 0x2e2e140}) /usr/local/go/src/runtime/panic.go:884 +0x213 github.com/kiali/kiali/tests/integration/tests.TestNamespaceMetrics.func1({0x3b9aca00?, 0xc0008025b0?}) /go/src/kiali/tests/integration/tests/kiali_metrics_test.go:23 +0x42 k8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext.func1(0xc000544e60?, {0x2013940?, 0xc0005b4de0?}) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/loop.go:62 +0x5d k8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext({0x2013940, 0xc0005b4de0}, {0x20127f0?, 0xc0001524a0}, 0x0, 0x0, 0x28c6190?) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/loop.go:63 +0x205 k8s.io/apimachinery/pkg/util/wait.PollUntilContextTimeout({0x2013908?, 0xc000134008?}, 0x3b9aca00, 0xc000544f60?, 0xc5?, 0x529174?) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/poll.go:48 +0xa7 github.com/kiali/kiali/tests/integration/tests.TestNamespaceMetrics(0xc000544fd0?) /go/src/kiali/tests/integration/tests/kiali_metrics_test.go:21 +0x5b testing.tRunner(0xc0006e3380, 0x1e6fef8) /usr/local/go/src/testing/testing.go:1576 +0x10b created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1629 +0x3ea --- FAIL: TestNamespaceMetrics (1.24s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0xc0 pc=0x18a6102] goroutine 10672 [running]: testing.tRunner.func1.2({0x1ac2340, 0x2e2e140}) /usr/local/go/src/testing/testing.go:1526 +0x24e testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1529 +0x39f panic({0x1ac2340, 0x2e2e140}) /usr/local/go/src/runtime/panic.go:884 +0x213 k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0x0, 0x0, 0x28?}) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/runtime/runtime.go:56 +0xd7 panic({0x1ac2340, 0x2e2e140}) /usr/local/go/src/runtime/panic.go:884 +0x213 github.com/kiali/kiali/tests/integration/tests.TestNamespaceMetrics.func1({0x3b9aca00?, 0xc0008025b0?}) /go/src/kiali/tests/integration/tests/kiali_metrics_test.go:23 +0x42 k8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext.func1(0xc000544e60?, {0x2013940?, 0xc0005b4de0?}) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/loop.go:62 +0x5d k8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext({0x2013940, 0xc0005b4de0}, {0x20127f0?, 0xc0001524a0}, 0x0, 0x0, 0x28c6190?) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/loop.go:63 +0x205 k8s.io/apimachinery/pkg/util/wait.PollUntilContextTimeout({0x2013908?, 0xc000134008?}, 0x3b9aca00, 0xc000544f60?, 0xc5?, 0x529174?) /go/pkg/mod/k8s.io/apimachinery@v0.27.2/pkg/util/wait/poll.go:48 +0xa7 github.com/kiali/kiali/tests/integration/tests.TestNamespaceMetrics(0xc000544fd0?) /go/src/kiali/tests/integration/tests/kiali_metrics_test.go:21 +0x5b testing.tRunner(0xc0006e3380, 0x1e6fef8) /usr/local/go/src/testing/testing.go:1576 +0x10b created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1629 +0x3ea exit status 2 FAIL github.com/kiali/kiali/tests/integration/tests 1000.140s Test results can be found here: /go/src/kiali/tests/integration/junit-rest-report.xml Copying result xml to /logs/artifacts Istio is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3 istioctl is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3/bin/istioctl unable to retrieve Pods: Unauthorized 1.22.3 The cluster client executable is found here: /usr/bin/oc error: You must be logged in to the server (Unauthorized) IS_OPENSHIFT=true IS_MAISTRA=false AMBIENT_ENABLED=false ====== UNINSTALLING ANY EXISTING BOOKINFO DEMO ===== error: You must be logged in to the server (Unauthorized) error: You must be logged in to the server (Unauthorized) error: You must be logged in to the server (Unauthorized) error: You must be logged in to the server (Unauthorized) ====== BOOKINFO UNINSTALLED =====