2024-08-23 16:46:55,724 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-08-23 16:46:55,974 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-238-1.novalocal 2024-08-23 16:46:55,975 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-08-23 16:46:56,086 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-238-1.novalocal 2024-08-23 16:46:56,086 - DEBUG - [10.0.0.37]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-23 16:46:56,253 - DEBUG - Output : NAMES contrail_test_a5MJ7rtMl vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_svcmonitor_1 config_api_1 config_nodemgr_1 config_schema_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2024-08-23 16:46:56,253 - DEBUG - [10.0.0.37]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-23 16:46:56,378 - DEBUG - Output : 172.17.0.1/16 10.0.0.37/24 2024-08-23 16:46:56,378 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-08-23 16:46:56,502 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-238-1.novalocal 2024-08-23 16:46:56,502 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-23 16:46:56,622 - DEBUG - Output : 10.0.0.37/24 2024-08-23 16:46:56,950 - INFO - Using existing project ['default-domain', 'k8s-default'](825c1af2-a299-471c-bfb2-3938be8e9b0d) 2024-08-23 16:46:57,089 - INFO - Using existing project ['default-domain', 'k8s-default'](825c1af2-a299-471c-bfb2-3938be8e9b0d) 2024-08-23 16:46:57,251 - INFO - ================================================================================ 2024-08-23 16:46:57,251 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-23 16:46:57,252 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2024-08-23 16:46:57,485 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-23 16:46:57,492 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.37': '0'}} with 2024-08-23 16:46:57,492 - INFO - Initial checks done. Running the testcase now 2024-08-23 16:46:57,493 - INFO - 2024-08-23 16:46:57,496 - INFO - Namespace default already exists 2024-08-23 16:46:57,497 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-23 16:46:57,665 - DEBUG - Output : cluster_project={} 2024-08-23 16:46:57,737 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-23 16:46:57,737 - DEBUG - Project uuid in Contrail is 825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:46:57,737 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-23 16:46:57,937 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-23 16:46:57,937 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_NamespaceDatabaseList?namespace_uuid=74a706fc-6c15-4464-9eb0-ffcd450c0cf0 2024-08-23 16:46:57,942 - INFO - Namespace default with uuid 74a706fc-6c15-4464-9eb0-ffcd450c0cf0 found in kube manager 2024-08-23 16:46:57,942 - INFO - Namespace default verification passed 2024-08-23 16:46:57,945 - DEBUG - Service ctest-nginx-svc-40761510 not present 2024-08-23 16:46:57,946 - INFO - Creating service ctest-nginx-svc-40761510 2024-08-23 16:46:57,959 - INFO - Created Service ctest-nginx-svc-40761510 2024-08-23 16:46:57,962 - DEBUG - Pod ctest-nginx-pod-08938794 not present 2024-08-23 16:46:57,962 - INFO - Creating Pod ctest-nginx-pod-08938794 2024-08-23 16:46:57,997 - DEBUG - Pod : ctest-nginx-pod-08938794 UUID is aca8f0d3-bb92-4ba5-8e81-563a0932825f 2024-08-23 16:46:58,002 - DEBUG - Pod ctest-nginx-pod-09528696 not present 2024-08-23 16:46:58,004 - INFO - Creating Pod ctest-nginx-pod-09528696 2024-08-23 16:46:58,042 - DEBUG - Pod : ctest-nginx-pod-09528696 UUID is ef6c2f39-2f70-44c2-9978-e198097877ad 2024-08-23 16:46:58,259 - INFO - Created VN __public__, UUID :c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:46:58,505 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:46:58,512 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:46:58,531 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:46:58,590 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:46:58,600 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:46:58,608 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:46:58,614 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:46:58,620 - DEBUG - Route Targets: [] 2024-08-23 16:46:58,620 - DEBUG - RT names not yet present for VN __public__ 2024-08-23 16:47:03,620 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:47:03,626 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:47:03,635 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:47:03,687 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,695 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,703 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:47:03,712 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:47:03,718 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/804458ac-c028-4935-9402-eba9416af1bc 2024-08-23 16:47:03,725 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-23 16:47:03,725 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,733 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:47:03,743 - INFO - Verified VN network id 15 for VN c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,744 - INFO - Verifications in API Server for VN __public__ passed 2024-08-23 16:47:03,744 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,754 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:47:03,763 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:47:03,769 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/804458ac-c028-4935-9402-eba9416af1bc 2024-08-23 16:47:03,775 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-23 16:47:03,783 - DEBUG - Control-node 10.0.0.37 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '14528137342120313543', 'uuid-lslong': '12414578503867946518'}, 'enable': 'true', 'created': '2024-08-23T16:46:58', 'last-modified': '2024-08-23T16:46:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.394566'} 2024-08-23 16:47:03,783 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:47:03,793 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-23 16:47:03,793 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-23 16:47:03,796 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-23 16:47:03,796 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:47:03,802 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:47:03,809 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:47:03,839 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:03,854 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-23 16:47:03,854 - DEBUG - Verifying the vn in opserver 2024-08-23 16:47:03,854 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.37 2024-08-23 16:47:03,854 - DEBUG - Requesting: http://10.0.0.37:8081/analytics/uves/virtual-networks 2024-08-23 16:47:03,859 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.37:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-23 16:47:03,859 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-23 16:47:03,859 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:47:03,865 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:47:03,870 - DEBUG - Do not have enough data to verify VN in agent 2024-08-23 16:47:03,870 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:47:03,876 - DEBUG - VRF ids for VN __public__: {} 2024-08-23 16:47:04,037 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-23 16:47:04,251 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:47:04,256 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:47:04,263 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:47:04,308 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:04,320 - DEBUG - Requesting: http://10.0.0.37:8082/floating-ip-pool/35d76747-b317-45f5-ae9d-a17828be6dcf 2024-08-23 16:47:04,327 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:47:04,332 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:47:04,339 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:47:04,387 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/c99e4ff0-752b-42c7-ac49-715fbf3fd616 2024-08-23 16:47:04,397 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-23 16:47:04,398 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-23 16:47:04,404 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-23 16:47:04,410 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-23 16:47:04,410 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-23 16:47:04,414 - DEBUG - Ingress ctest-nginx-ingress-09378497 not present 2024-08-23 16:47:04,414 - INFO - Creating Ingress ctest-nginx-ingress-09378497 2024-08-23 16:47:04,421 - INFO - Created Ingress ctest-nginx-ingress-09378497 2024-08-23 16:47:04,432 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-09378497 2024-08-23 16:47:07,440 - DEBUG - For Ingress ctest-nginx-ingress-09378497, Cluster IP: 10.47.255.246, External IPs ['78.26.51.60'] 2024-08-23 16:47:07,440 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-09378497 2024-08-23 16:47:07,440 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=e2ce81e0-5d76-4b1f-913e-cb1d6170576f 2024-08-23 16:47:07,445 - INFO - Ingress ctest-nginx-ingress-09378497 with uuid e2ce81e0-5d76-4b1f-913e-cb1d6170576f found in kube manager 2024-08-23 16:47:07,445 - INFO - Ingress ctest-nginx-ingress-09378497 verification passed 2024-08-23 16:47:07,448 - DEBUG - Pod ctest-busybox-pod-62201389 not present 2024-08-23 16:47:07,449 - INFO - Creating Pod ctest-busybox-pod-62201389 2024-08-23 16:47:07,474 - DEBUG - Pod : ctest-busybox-pod-62201389 UUID is 8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:47:07,488 - DEBUG - Pod ctest-nginx-pod-08938794 not in running state.Currently in Pending 2024-08-23 16:47:12,495 - DEBUG - Pod ctest-nginx-pod-08938794 not in running state.Currently in Pending 2024-08-23 16:47:17,747 - INFO - Pod ctest-nginx-pod-08938794 is in running state.Got IP 10.47.255.248 2024-08-23 16:47:17,799 - DEBUG - Pod ctest-nginx-pod-08938794 has vmi 5123bb0e-616f-11ef-93d8-fa163e943289 2024-08-23 16:47:17,799 - INFO - Verified pod ctest-nginx-pod-08938794 in contrail-api 2024-08-23 16:47:17,799 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:47:17,813 - DEBUG - VMI 5123bb0e-616f-11ef-93d8-fa163e943289 is active in agent 10.0.0.37 2024-08-23 16:47:17,814 - INFO - Verified Pod ctest-nginx-pod-08938794 in agent 10.0.0.37 2024-08-23 16:47:17,814 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=aca8f0d3-bb92-4ba5-8e81-563a0932825f 2024-08-23 16:47:17,820 - INFO - Pod ctest-nginx-pod-08938794 with uuid aca8f0d3-bb92-4ba5-8e81-563a0932825f found in kube manager 2024-08-23 16:47:17,820 - INFO - Pod ctest-nginx-pod-08938794 verification passed 2024-08-23 16:47:17,904 - DEBUG - [Pod ctest-nginx-pod-08938794] Cmd: echo ctest-nginx-pod-08938794 > /usr/share/nginx/html/index.html, Output: 2024-08-23 16:47:17,910 - INFO - Pod ctest-nginx-pod-09528696 is in running state.Got IP 10.47.255.247 2024-08-23 16:47:17,962 - DEBUG - Pod ctest-nginx-pod-09528696 has vmi 51cdc036-616f-11ef-93d8-fa163e943289 2024-08-23 16:47:17,962 - INFO - Verified pod ctest-nginx-pod-09528696 in contrail-api 2024-08-23 16:47:17,962 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:47:17,973 - DEBUG - VMI 51cdc036-616f-11ef-93d8-fa163e943289 is active in agent 10.0.0.37 2024-08-23 16:47:17,974 - INFO - Verified Pod ctest-nginx-pod-09528696 in agent 10.0.0.37 2024-08-23 16:47:17,974 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=ef6c2f39-2f70-44c2-9978-e198097877ad 2024-08-23 16:47:17,978 - INFO - Pod ctest-nginx-pod-09528696 with uuid ef6c2f39-2f70-44c2-9978-e198097877ad found in kube manager 2024-08-23 16:47:17,978 - INFO - Pod ctest-nginx-pod-09528696 verification passed 2024-08-23 16:47:18,049 - DEBUG - [Pod ctest-nginx-pod-09528696] Cmd: echo ctest-nginx-pod-09528696 > /usr/share/nginx/html/index.html, Output: 2024-08-23 16:47:18,060 - DEBUG - Pod ctest-busybox-pod-62201389 not in running state.Currently in Pending 2024-08-23 16:47:23,066 - INFO - Pod ctest-busybox-pod-62201389 is in running state.Got IP 10.47.255.245 2024-08-23 16:47:23,121 - DEBUG - Pod ctest-busybox-pod-62201389 has vmi 567ea2e4-616f-11ef-93d8-fa163e943289 2024-08-23 16:47:23,121 - INFO - Verified pod ctest-busybox-pod-62201389 in contrail-api 2024-08-23 16:47:23,121 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:47:23,133 - DEBUG - VMI 567ea2e4-616f-11ef-93d8-fa163e943289 is active in agent 10.0.0.37 2024-08-23 16:47:23,133 - INFO - Verified Pod ctest-busybox-pod-62201389 in agent 10.0.0.37 2024-08-23 16:47:23,133 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:47:23,137 - INFO - Pod ctest-busybox-pod-62201389 with uuid 8aa766a8-290e-40b7-b119-85983727743d found in kube manager 2024-08-23 16:47:23,138 - INFO - Pod ctest-busybox-pod-62201389 verification passed 2024-08-23 16:47:23,186 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,186 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,186 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,230 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,230 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,230 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,269 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,269 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,269 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,312 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,312 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,312 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,353 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,353 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,353 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,393 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,393 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,393 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,440 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,441 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,441 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,485 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,485 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,485 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,535 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,535 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,535 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,581 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,581 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,581 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:23,581 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:25,631 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,632 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,632 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,678 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,678 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,678 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,720 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,721 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,721 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,766 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,766 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,766 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,805 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,805 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,805 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,846 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,846 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,846 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,890 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,890 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,890 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,939 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,939 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,939 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,988 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,988 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:25,989 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:26,045 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:26,045 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:26,045 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:26,045 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:28,100 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,100 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,100 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,154 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,155 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,155 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,206 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,206 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,206 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,249 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,250 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,250 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,299 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,299 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,299 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,349 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,349 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,349 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,403 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,403 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,403 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,455 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,455 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,455 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,528 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,529 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,529 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,581 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,581 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,581 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:28,581 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:30,629 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,629 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,629 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,675 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,675 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,675 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,721 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,721 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,721 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,773 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,773 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,773 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,817 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,817 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,817 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,856 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,856 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,856 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,901 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,901 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,901 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,945 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,945 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,945 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,987 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,987 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:30,987 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:31,037 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:31,037 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:31,037 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:31,037 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:33,088 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,088 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,088 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,135 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,135 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,135 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,191 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,191 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,191 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,235 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,235 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,235 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,281 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,281 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,281 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,322 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,322 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,322 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,364 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,364 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,364 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,407 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,407 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,407 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,449 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,449 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,449 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,489 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,489 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,489 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:33,489 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:35,543 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,543 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,543 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,584 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,584 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,584 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,625 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,625 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,625 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,672 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,672 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,672 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,711 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,711 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,711 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,757 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,757 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,757 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,803 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,803 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,803 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,854 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,854 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,854 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,894 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,894 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,894 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,938 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,939 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,939 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:35,939 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:37,988 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:37,988 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:37,988 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,033 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,034 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,034 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,079 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,080 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,080 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,124 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,124 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,125 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,167 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,167 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,167 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,210 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,210 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,210 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,252 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,252 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,252 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,290 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,290 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,291 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,331 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,331 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,331 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,370 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,371 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,371 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:38,371 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:40,419 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,419 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,419 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,473 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,473 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,473 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,518 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,518 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,518 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,577 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,577 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,577 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,629 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,630 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,630 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,677 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,677 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,677 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,727 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,727 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,727 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,778 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,778 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,778 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,821 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,822 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,822 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,863 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,863 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,863 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:40,863 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:42,916 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:42,916 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:42,916 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:42,958 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:42,958 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:42,958 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,016 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,016 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,016 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,062 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,063 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,063 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,107 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,107 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,107 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,155 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,155 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,155 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,202 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,203 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,203 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,243 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,244 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,244 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,298 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,298 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,298 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,345 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,345 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,345 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:43,345 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:45,397 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,397 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,397 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,446 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,446 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,446 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,495 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,495 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,495 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,545 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,545 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,545 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,593 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,594 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,594 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,646 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,646 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,646 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,697 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,697 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,697 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,746 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,746 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,746 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,795 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,795 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,796 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,843 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,843 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,843 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:45,843 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:47,907 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:47,907 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:47,907 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:47,956 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:47,957 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:47,957 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,001 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,001 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,001 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,050 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,051 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,051 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,099 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,099 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,099 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,138 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,138 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,138 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,183 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,183 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,183 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,224 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,224 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,224 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,269 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,269 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,269 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,313 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,313 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,313 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:48,313 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:50,356 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,356 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,356 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,399 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,399 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,399 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,444 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,444 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,444 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,489 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,489 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,490 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,536 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,536 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,536 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,583 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,583 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,583 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,624 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,624 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,624 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,664 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,664 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,665 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,704 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,704 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,704 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,747 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,748 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,748 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:50,748 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:52,804 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,804 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,804 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,854 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,854 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,854 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,908 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,908 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,908 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,955 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,956 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:52,956 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,006 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,007 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,007 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,051 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,052 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,052 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,099 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,099 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,099 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,146 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,146 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,146 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,192 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,192 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,192 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,235 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,236 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,236 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:53,236 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:55,288 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,288 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,288 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,337 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,337 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,337 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,383 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,383 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,383 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,431 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,431 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,431 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,481 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,481 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,481 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,527 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,527 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,527 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,571 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,571 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,571 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,621 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,621 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,621 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,669 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,669 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,669 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,715 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,715 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,715 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:55,715 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:47:57,768 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,768 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,768 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,817 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,817 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,817 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,867 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,867 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,867 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,912 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,912 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,912 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,963 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,963 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:57,963 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,007 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,007 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,007 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,050 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,050 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,050 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,096 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,097 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,097 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,137 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,138 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,138 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,179 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,179 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,179 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:47:58,179 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:48:00,231 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,231 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,231 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,275 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,275 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,275 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,322 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,322 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,322 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,364 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,364 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,364 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,406 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,406 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,406 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,451 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,451 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,451 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,492 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,492 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,492 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,536 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,536 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,537 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,580 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,580 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,580 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,626 - DEBUG - [Pod ctest-busybox-pod-62201389] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,626 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,626 - DEBUG - [Pod Pod ctest-busybox-pod-62201389] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) wget: can't connect to remote host (10.47.255.246): Connection refused 2024-08-23 16:48:00,626 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-08938794': 0, 'ctest-nginx-pod-09528696': 0} 2024-08-23 16:48:00,634 - WARNING - Nothing to delete parallely 2024-08-23 16:48:00,634 - INFO - Deleting pod default:ctest-busybox-pod-62201389 2024-08-23 16:48:00,644 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:00,658 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:05,658 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:05,665 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:10,666 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:10,671 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:15,672 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:15,679 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:20,680 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:20,685 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:25,686 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:25,692 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:30,693 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:30,699 - WARNING - Pod uuid 8aa766a8-290e-40b7-b119-85983727743d is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:35,700 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8aa766a8-290e-40b7-b119-85983727743d 2024-08-23 16:48:35,706 - DEBUG - Pod 8aa766a8-290e-40b7-b119-85983727743d is not in agent 10.0.0.37 VM list 2024-08-23 16:48:35,706 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:567ea2e4-616f-11ef-93d8-fa163e943289 2024-08-23 16:48:35,712 - DEBUG - VMI 567ea2e4-616f-11ef-93d8-fa163e943289 is removed from agent 10.0.0.37 2024-08-23 16:48:35,712 - INFO - Verified that pod ctest-busybox-pod-62201389 is removed in agent 2024-08-23 16:48:35,712 - INFO - Deleting Ingress : ctest-nginx-ingress-09378497 2024-08-23 16:48:35,718 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=e2ce81e0-5d76-4b1f-913e-cb1d6170576f 2024-08-23 16:48:35,723 - ERROR - Ingress ctest-nginx-ingress-09378497 with uuid e2ce81e0-5d76-4b1f-913e-cb1d6170576f still found in kube manager 2024-08-23 16:48:36,723 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=e2ce81e0-5d76-4b1f-913e-cb1d6170576f 2024-08-23 16:48:36,728 - INFO - Ingress ctest-nginx-ingress-09378497 with uuid e2ce81e0-5d76-4b1f-913e-cb1d6170576f deleted successfully from kube manager 2024-08-23 16:48:36,728 - INFO - Verifications on Ingress %s cleanup passed 2024-08-23 16:48:36,728 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-23 16:48:36,853 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-23 16:48:36,863 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-23 16:48:36,863 - INFO - Deleting VN __public__ 2024-08-23 16:48:36,968 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9bb0e3ec-a448-483f-9041-e861b8f7e082 2024-08-23 16:48:36,976 - DEBUG - Response Code: 404 2024-08-23 16:48:36,976 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-08-23 16:48:36,986 - DEBUG - Requesting: http://10.0.0.37:8082/domain/2fda3a74-7676-41e0-995f-330dcb9232c7 2024-08-23 16:48:37,002 - DEBUG - Requesting: http://10.0.0.37:8082/project/825c1af2-a299-471c-bfb2-3938be8e9b0d 2024-08-23 16:48:37,062 - INFO - Validated that VN __public__ is not found in API Server 2024-08-23 16:48:37,062 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-23 16:48:37,079 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:48:37,093 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2024-08-23 16:48:37,093 - INFO - Validated that VN __public__ is not in any agent 2024-08-23 16:48:37,094 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:48:37,102 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-23 16:48:37,108 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-23 16:48:37,116 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-23 16:48:37,129 - INFO - Deleting pod default:ctest-nginx-pod-09528696 2024-08-23 16:48:37,144 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ef6c2f39-2f70-44c2-9978-e198097877ad 2024-08-23 16:48:37,161 - WARNING - Pod uuid ef6c2f39-2f70-44c2-9978-e198097877ad is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:42,161 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ef6c2f39-2f70-44c2-9978-e198097877ad 2024-08-23 16:48:42,167 - DEBUG - Pod ef6c2f39-2f70-44c2-9978-e198097877ad is not in agent 10.0.0.37 VM list 2024-08-23 16:48:42,167 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:51cdc036-616f-11ef-93d8-fa163e943289 2024-08-23 16:48:42,172 - DEBUG - VMI 51cdc036-616f-11ef-93d8-fa163e943289 is removed from agent 10.0.0.37 2024-08-23 16:48:42,172 - INFO - Verified that pod ctest-nginx-pod-09528696 is removed in agent 2024-08-23 16:48:42,172 - INFO - Deleting pod default:ctest-nginx-pod-08938794 2024-08-23 16:48:42,369 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=aca8f0d3-bb92-4ba5-8e81-563a0932825f 2024-08-23 16:48:42,380 - WARNING - Pod uuid aca8f0d3-bb92-4ba5-8e81-563a0932825f is still seen in agent 10.0.0.37 VM list 2024-08-23 16:48:47,381 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=aca8f0d3-bb92-4ba5-8e81-563a0932825f 2024-08-23 16:48:47,387 - DEBUG - Pod aca8f0d3-bb92-4ba5-8e81-563a0932825f is not in agent 10.0.0.37 VM list 2024-08-23 16:48:47,387 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5123bb0e-616f-11ef-93d8-fa163e943289 2024-08-23 16:48:47,393 - DEBUG - VMI 5123bb0e-616f-11ef-93d8-fa163e943289 is removed from agent 10.0.0.37 2024-08-23 16:48:47,393 - INFO - Verified that pod ctest-nginx-pod-08938794 is removed in agent 2024-08-23 16:48:47,394 - INFO - Deleting service : ctest-nginx-svc-40761510 2024-08-23 16:48:48,033 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Fri Aug 23 16:48:00 2024 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={}) 79 log.info('Initial checks done. Running the testcase now') 80 log.info('') 81 result = function(self, *args, **kwargs) 82 if self.inputs.upgrade: 83 pid = os.getpid() result = None function = self = args = () kwargs = {} /contrail-test/scripts/k8s_scripts/test_ingress.py in test_ingress_ip_assignment(self=) 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate 79 # end test_ingress_ip_assignment validate = .validate> /contrail-test/scripts/k8s_scripts/test_ingress.py in validate() 74 # Now validate ingress from within the cluster network 75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip, 76 test_pod=pod3) 77 validate() 78 self.validate_post_upgrade = validate test_pod undefined pod3 = AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = () with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 81, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 77, in test_ingress_ip_assignment validate() File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 76, in validate test_pod=pod3) AssertionError 2024-08-23 16:48:48,034 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-23 16:48:48,040 - DEBUG - No XMPP flaps were noticed during the test 2024-08-23 16:48:48,041 - INFO - 2024-08-23 16:48:48,041 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:51] 2024-08-23 16:48:48,041 - INFO - -------------------------------------------------------------------------------- 2024-08-23 16:48:54,436 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-23 16:48:54,653 - DEBUG - Output : cluster_project={} 2024-08-23 16:48:54,745 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-23 16:48:54,963 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-23 16:48:54,969 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-23 16:48:55,175 - DEBUG - Output : cluster_project={} 2024-08-23 16:49:10,326 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:10,440 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:15,519 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:15,636 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:15,752 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:20,848 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:20,969 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:21,083 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-23 16:49:21,331 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-23 16:49:23,935 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_ApplicationPolicySetReq? 2024-08-23 16:49:23,941 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-08-23 16:49:23,967 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-08-23 16:49:25,997 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-08-23 16:49:28,042 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-08-23 16:52:27,946 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-23 16:52:28,018 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=dc7816f7-8ed8-44af-817d-acf148892662 2024-08-23 16:52:28,074 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:28,082 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d0257ee5-e173-4ff0-a079-09df67fa8eb1 2024-08-23 16:52:28,092 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:28,098 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:28,103 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:28,107 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=969c0e7a-b31c-4785-8819-36ab737cfe64 2024-08-23 16:52:28,113 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b825f0cd-734e-478f-9d61-b6e974d5d373 2024-08-23 16:52:33,155 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:33,159 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=dc7816f7-8ed8-44af-817d-acf148892662 2024-08-23 16:52:33,161 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d0257ee5-e173-4ff0-a079-09df67fa8eb1 2024-08-23 16:52:33,164 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:33,165 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b825f0cd-734e-478f-9d61-b6e974d5d373 2024-08-23 16:52:33,167 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:33,170 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:33,172 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=969c0e7a-b31c-4785-8819-36ab737cfe64 2024-08-23 16:52:33,187 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:985a7ad0-616f-11ef-93d8-fa163e943289 2024-08-23 16:52:33,189 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:976a1e46-616f-11ef-93d8-fa163e943289 2024-08-23 16:52:33,190 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:990eeac4-616f-11ef-93d8-fa163e943289 2024-08-23 16:52:33,192 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:96bb8246-616f-11ef-93d8-fa163e943289 2024-08-23 16:52:38,164 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:38,188 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:38,190 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:38,192 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:43,171 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:43,201 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:43,203 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:43,204 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:48,179 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:48,217 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:48,219 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:48,220 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:53,186 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:53,231 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:53,233 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:53,234 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:52:58,193 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:52:58,246 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:52:58,248 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:52:58,249 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:53:03,201 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=9770b3a0-266a-444a-97b4-0569ad3f5d01 2024-08-23 16:53:03,212 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9bdf67ec-616f-11ef-93d8-fa163e943289 2024-08-23 16:53:03,282 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5981c5bd-a1de-478e-b895-7bd1638eba39 2024-08-23 16:53:03,284 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d5536cb3-5a24-484d-ad5c-ea2fd77a205c 2024-08-23 16:53:03,286 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0ebf43c1-0345-4d0f-b8ad-3ca44c3eb7e5 2024-08-23 16:53:03,297 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:99e603d8-616f-11ef-93d8-fa163e943289 2024-08-23 16:53:03,302 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a905e6e-616f-11ef-93d8-fa163e943289 2024-08-23 16:53:03,303 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9b3640c2-616f-11ef-93d8-fa163e943289