2024-08-26 18:22:37,742 - DEBUG - [10.0.0.53]: Running cmd : hostname 2024-08-26 18:22:38,022 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:38,022 - DEBUG - [10.0.0.53]: Running cmd : hostname -f 2024-08-26 18:22:38,067 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:38,067 - DEBUG - [10.0.0.53]: 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-26 18:22:38,153 - DEBUG - Output : NAMES contrail_test_DtWZtMgbb contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_nodemgr_1 2024-08-26 18:22:38,154 - DEBUG - [10.0.0.53]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 18:22:38,234 - DEBUG - Output : 10.0.0.53/24 172.17.0.1/16 2024-08-26 18:22:38,235 - DEBUG - [10.0.0.53]: Running cmd : getent hosts 10.0.0.53 | head -n 1 | awk '{print $2}' 2024-08-26 18:22:38,300 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:38,389 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-08-26 18:22:38,752 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:38,752 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-08-26 18:22:38,933 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:38,933 - DEBUG - [10.0.0.22]: 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-26 18:22:39,056 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-26 18:22:39,057 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 18:22:39,128 - DEBUG - Output : 10.0.0.22/24 2024-08-26 18:22:39,129 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-08-26 18:22:39,300 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-593-1 2024-08-26 18:22:39,421 - INFO - Using existing project ['default-domain', 'k8s-default'](13ccf7a1-ccd7-46b6-a0e6-10255441a6b0) 2024-08-26 18:22:39,560 - INFO - Using existing project ['default-domain', 'k8s-default'](13ccf7a1-ccd7-46b6-a0e6-10255441a6b0) 2024-08-26 18:22:39,764 - INFO - ================================================================================ 2024-08-26 18:22:39,765 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-26 18:22:39,766 - 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-26 18:22:40,191 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 18:22:40,214 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.53': '0'}} with 2024-08-26 18:22:40,214 - INFO - Initial checks done. Running the testcase now 2024-08-26 18:22:40,214 - INFO - 2024-08-26 18:22:40,219 - INFO - Namespace default already exists 2024-08-26 18:22:40,220 - DEBUG - [10.0.0.53]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 18:22:40,382 - DEBUG - Output : cluster_project={} 2024-08-26 18:22:40,436 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-26 18:22:40,436 - DEBUG - Project uuid in Contrail is 13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:40,436 - DEBUG - [10.0.0.53]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 18:22:40,575 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 18:22:40,576 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_NamespaceDatabaseList?namespace_uuid=2505c32f-85ca-408e-897f-116e2ab3748d 2024-08-26 18:22:40,582 - INFO - Namespace default with uuid 2505c32f-85ca-408e-897f-116e2ab3748d found in kube manager 2024-08-26 18:22:40,582 - INFO - Namespace default verification passed 2024-08-26 18:22:40,585 - DEBUG - Service ctest-nginx-svc-17862842 not present 2024-08-26 18:22:40,585 - INFO - Creating service ctest-nginx-svc-17862842 2024-08-26 18:22:40,604 - INFO - Created Service ctest-nginx-svc-17862842 2024-08-26 18:22:40,612 - DEBUG - Pod ctest-nginx-pod-74717484 not present 2024-08-26 18:22:40,614 - INFO - Creating Pod ctest-nginx-pod-74717484 2024-08-26 18:22:40,656 - DEBUG - Pod : ctest-nginx-pod-74717484 UUID is c1841f11-1d18-42c8-9c15-2b6923659b8d 2024-08-26 18:22:40,660 - DEBUG - Pod ctest-nginx-pod-87103688 not present 2024-08-26 18:22:40,661 - INFO - Creating Pod ctest-nginx-pod-87103688 2024-08-26 18:22:40,742 - DEBUG - Pod : ctest-nginx-pod-87103688 UUID is f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 2024-08-26 18:22:41,027 - INFO - Created VN __public__, UUID :db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:41,318 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:22:41,332 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:22:41,361 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:41,431 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:41,451 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:41,462 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:41,473 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:41,496 - DEBUG - Route Targets: [] 2024-08-26 18:22:41,496 - DEBUG - RT names not yet present for VN __public__ 2024-08-26 18:22:46,498 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:22:46,505 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:22:46,513 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:46,549 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,557 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,566 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:46,584 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:46,590 - DEBUG - Requesting: http://10.0.0.53:8082/route-target/8e58012d-1fbb-4b14-ae09-444f2c1decef 2024-08-26 18:22:46,598 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 18:22:46,598 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,605 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:46,616 - INFO - Verified VN network id 13 for VN db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,617 - INFO - Verifications in API Server for VN __public__ passed 2024-08-26 18:22:46,617 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,624 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:46,630 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:22:46,635 - DEBUG - Requesting: http://10.0.0.53:8082/route-target/8e58012d-1fbb-4b14-ae09-444f2c1decef 2024-08-26 18:22:46,642 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 18:22:46,648 - DEBUG - Control-node 10.0.0.53 : 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': '15786155612285517829', 'uuid-lslong': '12216584725265988456'}, 'enable': 'true', 'created': '2024-08-26T18:22:40', 'last-modified': '2024-08-26T18:22:41', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.434125'} 2024-08-26 18:22:46,648 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:22:46,655 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 18:22:46,655 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-26 18:22:46,656 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-26 18:22:46,656 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:22:46,661 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:22:46,668 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:46,700 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:46,707 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-26 18:22:46,707 - DEBUG - Verifying the vn in opserver 2024-08-26 18:22:46,707 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.53 2024-08-26 18:22:46,707 - DEBUG - Requesting: http://10.0.0.53:8081/analytics/uves/virtual-networks 2024-08-26 18:22:46,712 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.53:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-26 18:22:46,712 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-26 18:22:46,713 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:22:46,748 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:22:46,754 - DEBUG - Do not have enough data to verify VN in agent 2024-08-26 18:22:46,754 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:22:46,803 - DEBUG - VRF ids for VN __public__: {} 2024-08-26 18:22:46,922 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-26 18:22:47,644 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:22:47,649 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:22:47,656 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:47,689 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:47,708 - DEBUG - Requesting: http://10.0.0.53:8082/floating-ip-pool/bc13e0b2-0beb-4295-bd90-ffe352dfce6a 2024-08-26 18:22:47,714 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:22:47,721 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:22:47,728 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:22:47,759 - DEBUG - Requesting: http://10.0.0.53:8082/virtual-network/db13b0e4-0751-4005-a98a-0714d5f13b68 2024-08-26 18:22:47,768 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-26 18:22:47,768 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-26 18:22:47,773 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 18:22:47,780 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-26 18:22:47,780 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-26 18:22:47,782 - DEBUG - Ingress ctest-nginx-ingress-09207005 not present 2024-08-26 18:22:47,783 - INFO - Creating Ingress ctest-nginx-ingress-09207005 2024-08-26 18:22:47,791 - INFO - Created Ingress ctest-nginx-ingress-09207005 2024-08-26 18:22:47,795 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-09207005 2024-08-26 18:22:50,799 - DEBUG - For Ingress ctest-nginx-ingress-09207005, Cluster IP: 10.47.255.249, External IPs ['103.82.199.252'] 2024-08-26 18:22:50,799 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-09207005 2024-08-26 18:22:50,799 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_LoadbalancerDatabaseList?x=6b03a1a3-40d5-4281-9c9c-a089ceba6f33 2024-08-26 18:22:50,805 - INFO - Ingress ctest-nginx-ingress-09207005 with uuid 6b03a1a3-40d5-4281-9c9c-a089ceba6f33 found in kube manager 2024-08-26 18:22:50,805 - INFO - Ingress ctest-nginx-ingress-09207005 verification passed 2024-08-26 18:22:50,807 - DEBUG - Pod ctest-busybox-pod-44067040 not present 2024-08-26 18:22:50,807 - INFO - Creating Pod ctest-busybox-pod-44067040 2024-08-26 18:22:50,848 - DEBUG - Pod : ctest-busybox-pod-44067040 UUID is 40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:22:50,853 - DEBUG - Pod ctest-nginx-pod-74717484 not in running state.Currently in Pending 2024-08-26 18:22:55,860 - DEBUG - Pod ctest-nginx-pod-74717484 not in running state.Currently in Pending 2024-08-26 18:23:00,869 - INFO - Pod ctest-nginx-pod-74717484 is in running state.Got IP 10.47.255.251 2024-08-26 18:23:00,881 - DEBUG - Pod ctest-nginx-pod-74717484 has vmi 2eeb087e-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:23:00,881 - INFO - Verified pod ctest-nginx-pod-74717484 in contrail-api 2024-08-26 18:23:00,881 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:23:00,896 - DEBUG - VMI 2eeb087e-63d8-11ef-b2c1-fa163e03482c is active in agent 10.0.0.22 2024-08-26 18:23:00,896 - INFO - Verified Pod ctest-nginx-pod-74717484 in agent 10.0.0.22 2024-08-26 18:23:00,897 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_VirtualMachineDatabaseList?x=c1841f11-1d18-42c8-9c15-2b6923659b8d 2024-08-26 18:23:00,902 - INFO - Pod ctest-nginx-pod-74717484 with uuid c1841f11-1d18-42c8-9c15-2b6923659b8d found in kube manager 2024-08-26 18:23:00,903 - INFO - Pod ctest-nginx-pod-74717484 verification passed 2024-08-26 18:23:00,983 - DEBUG - [Pod ctest-nginx-pod-74717484] Cmd: echo ctest-nginx-pod-74717484 > /usr/share/nginx/html/index.html, Output: 2024-08-26 18:23:00,990 - INFO - Pod ctest-nginx-pod-87103688 is in running state.Got IP 10.47.255.250 2024-08-26 18:23:01,043 - DEBUG - Pod ctest-nginx-pod-87103688 has vmi 2f49d412-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:23:01,043 - INFO - Verified pod ctest-nginx-pod-87103688 in contrail-api 2024-08-26 18:23:01,043 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:23:01,078 - DEBUG - VMI 2f49d412-63d8-11ef-b2c1-fa163e03482c is active in agent 10.0.0.22 2024-08-26 18:23:01,078 - INFO - Verified Pod ctest-nginx-pod-87103688 in agent 10.0.0.22 2024-08-26 18:23:01,078 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_VirtualMachineDatabaseList?x=f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 2024-08-26 18:23:01,084 - INFO - Pod ctest-nginx-pod-87103688 with uuid f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 found in kube manager 2024-08-26 18:23:01,084 - INFO - Pod ctest-nginx-pod-87103688 verification passed 2024-08-26 18:23:01,152 - DEBUG - [Pod ctest-nginx-pod-87103688] Cmd: echo ctest-nginx-pod-87103688 > /usr/share/nginx/html/index.html, Output: 2024-08-26 18:23:01,158 - DEBUG - Pod ctest-busybox-pod-44067040 not in running state.Currently in Pending 2024-08-26 18:23:06,164 - DEBUG - Pod ctest-busybox-pod-44067040 not in running state.Currently in Pending 2024-08-26 18:23:11,172 - INFO - Pod ctest-busybox-pod-44067040 is in running state.Got IP 10.47.255.248 2024-08-26 18:23:11,182 - DEBUG - Pod ctest-busybox-pod-44067040 has vmi 3416b9ba-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:23:11,182 - INFO - Verified pod ctest-busybox-pod-44067040 in contrail-api 2024-08-26 18:23:11,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:23:11,194 - DEBUG - VMI 3416b9ba-63d8-11ef-b2c1-fa163e03482c is active in agent 10.0.0.22 2024-08-26 18:23:11,194 - INFO - Verified Pod ctest-busybox-pod-44067040 in agent 10.0.0.22 2024-08-26 18:23:11,194 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_VirtualMachineDatabaseList?x=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:23:11,199 - INFO - Pod ctest-busybox-pod-44067040 with uuid 40f8b72a-c32a-4356-a443-a114448d2fda found in kube manager 2024-08-26 18:23:11,199 - INFO - Pod ctest-busybox-pod-44067040 verification passed 2024-08-26 18:23:11,268 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,269 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,269 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,352 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,352 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,352 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,424 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,424 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,424 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,503 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,504 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,504 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,573 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,574 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,574 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,637 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,637 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,637 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,695 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,696 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,696 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,839 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,839 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,839 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,951 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,951 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:11,951 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:12,015 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:12,015 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:12,015 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:12,015 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:14,086 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,086 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,086 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,164 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,164 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,164 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,221 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,221 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,221 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,290 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,290 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,290 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,359 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,359 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,359 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,415 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,415 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,415 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,475 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,475 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,475 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,544 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,544 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,544 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,603 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,603 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,603 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,691 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,692 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,692 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:14,692 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:16,762 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,762 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,762 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,827 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,827 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,827 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,907 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,907 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,907 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,984 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,984 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:16,984 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,105 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,105 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,105 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,242 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,243 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,243 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,439 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,439 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,439 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,629 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,629 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,629 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,849 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,849 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,849 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,962 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,962 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,962 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:17,962 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:20,043 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,043 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,043 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,107 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,107 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,107 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,923 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,923 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,923 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,984 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,984 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:20,984 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,075 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,076 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,076 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,132 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,132 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,132 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,189 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,189 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,189 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,274 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,275 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,275 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,897 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,897 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,897 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,975 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,976 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,976 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:21,976 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:24,052 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,052 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,052 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,132 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,132 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,132 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,217 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,217 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,217 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,291 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,291 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,291 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,379 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,379 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,379 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,446 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,447 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,447 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,487 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,487 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,487 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,548 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,548 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,548 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,604 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,604 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,604 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,690 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,691 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,691 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:24,691 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:26,771 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,771 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,771 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,816 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,816 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,816 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,924 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,924 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:26,924 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,077 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,077 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,077 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,134 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,134 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,134 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,189 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,189 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,189 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,263 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,264 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,264 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,335 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,335 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,336 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,390 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,390 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,390 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,463 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,463 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,464 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:27,464 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:29,534 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,534 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,534 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,621 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,621 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,621 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,672 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,672 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,672 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,722 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,722 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,722 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,799 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,800 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,800 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,874 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,874 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,874 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,924 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,924 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,924 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:29,999 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,000 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,000 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,062 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,062 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,062 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,119 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,119 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,119 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:30,119 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:32,193 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,193 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,193 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,247 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,248 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,248 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,314 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,314 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,314 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,380 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,380 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,380 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,447 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,447 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,447 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,512 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,512 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,512 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,587 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,587 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,587 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,653 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,653 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,653 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,728 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,728 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,728 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,796 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,797 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,797 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:32,797 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:34,859 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,859 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,859 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,918 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,919 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,919 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,986 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,986 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:34,986 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,048 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,048 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,048 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,108 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,108 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,108 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,168 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,168 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,168 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,245 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,246 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,246 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,310 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,310 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,310 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,375 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,375 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,375 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,436 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,436 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,436 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:35,436 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:37,538 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,538 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,538 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,637 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,637 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,638 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,807 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,807 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,808 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,901 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,901 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,901 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,976 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,976 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:37,977 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,049 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,049 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,049 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,119 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,119 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,119 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,174 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,174 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:38,174 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,133 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,133 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,133 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,229 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,229 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,229 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:39,229 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:41,304 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,305 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,305 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,379 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,380 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,380 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,463 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,463 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,463 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,550 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,550 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,550 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,653 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,653 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,653 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,732 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,732 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,732 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,820 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,820 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,821 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,930 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,930 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:41,930 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,016 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,016 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,016 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,084 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,084 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,085 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:42,085 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:44,148 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,148 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,148 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,234 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,234 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,234 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,277 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,278 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,278 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,342 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,343 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:44,343 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,108 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,108 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,108 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,175 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,175 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,175 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,231 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,231 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,232 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,287 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,287 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,287 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,343 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,344 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,344 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,391 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,391 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,391 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:45,391 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:47,480 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,480 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,480 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,553 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,553 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,553 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,621 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,621 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,621 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,683 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,683 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,684 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,749 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,750 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,750 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,810 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,810 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,810 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,854 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,855 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,855 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,934 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,934 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,934 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,978 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,978 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:47,978 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:48,030 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:48,030 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:48,030 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:48,030 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:50,110 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,110 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,110 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,169 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,169 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,169 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,227 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,227 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,227 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,292 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,292 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,292 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,360 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,360 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,361 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,416 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,416 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,416 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,485 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,485 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,485 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,539 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,539 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,540 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,593 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,593 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,593 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,655 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,655 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,655 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:50,656 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:52,714 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,714 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,714 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,783 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,783 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,783 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,836 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,836 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,836 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,900 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,901 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,901 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,955 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,955 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:52,955 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,019 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,075 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,075 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,168 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,168 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,168 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,263 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,263 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,263 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,325 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,325 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,326 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,392 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,392 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,392 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:53,392 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:55,474 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,474 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,474 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,542 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,542 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,542 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,608 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,608 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,608 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,679 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,679 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,679 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,768 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,768 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,768 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,830 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,830 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,830 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,883 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,883 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,884 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,938 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,938 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,938 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,996 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,996 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:55,996 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:56,061 - DEBUG - [Pod ctest-busybox-pod-44067040] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:56,061 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 failed. Output :Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:56,061 - DEBUG - [Pod Pod ctest-busybox-pod-44067040] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) wget: can't connect to remote host (10.47.255.249): Connection refused 2024-08-26 18:23:56,061 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-74717484': 0, 'ctest-nginx-pod-87103688': 0} 2024-08-26 18:23:56,069 - WARNING - Nothing to delete parallely 2024-08-26 18:23:56,069 - INFO - Deleting pod default:ctest-busybox-pod-44067040 2024-08-26 18:23:56,080 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:23:56,091 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:01,092 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:01,099 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:06,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:06,113 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:11,114 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:11,121 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:16,121 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:16,131 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:21,133 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:21,143 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:26,144 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:26,156 - WARNING - Pod uuid 40f8b72a-c32a-4356-a443-a114448d2fda is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:31,157 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=40f8b72a-c32a-4356-a443-a114448d2fda 2024-08-26 18:24:31,164 - DEBUG - Pod 40f8b72a-c32a-4356-a443-a114448d2fda is not in agent 10.0.0.22 VM list 2024-08-26 18:24:31,164 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3416b9ba-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:24:31,171 - DEBUG - VMI 3416b9ba-63d8-11ef-b2c1-fa163e03482c is removed from agent 10.0.0.22 2024-08-26 18:24:31,171 - INFO - Verified that pod ctest-busybox-pod-44067040 is removed in agent 2024-08-26 18:24:31,172 - INFO - Deleting Ingress : ctest-nginx-ingress-09207005 2024-08-26 18:24:31,180 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_LoadbalancerDatabaseList?x=6b03a1a3-40d5-4281-9c9c-a089ceba6f33 2024-08-26 18:24:31,190 - ERROR - Ingress ctest-nginx-ingress-09207005 with uuid 6b03a1a3-40d5-4281-9c9c-a089ceba6f33 still found in kube manager 2024-08-26 18:24:32,191 - DEBUG - Requesting: http://10.0.0.53:8108/Snh_LoadbalancerDatabaseList?x=6b03a1a3-40d5-4281-9c9c-a089ceba6f33 2024-08-26 18:24:32,195 - INFO - Ingress ctest-nginx-ingress-09207005 with uuid 6b03a1a3-40d5-4281-9c9c-a089ceba6f33 deleted successfully from kube manager 2024-08-26 18:24:32,195 - INFO - Verifications on Ingress %s cleanup passed 2024-08-26 18:24:32,195 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-26 18:24:32,296 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 18:24:32,310 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-26 18:24:32,310 - INFO - Deleting VN __public__ 2024-08-26 18:24:32,465 - DEBUG - Requesting: http://10.0.0.53:8082/routing-instance/7947e08a-74e5-4e5b-a114-8fc265629683 2024-08-26 18:24:32,472 - DEBUG - Response Code: 404 2024-08-26 18:24:32,472 - DEBUG - Requesting: http://10.0.0.53:8082/domains 2024-08-26 18:24:32,485 - DEBUG - Requesting: http://10.0.0.53:8082/domain/2766df77-d213-42c5-9184-bbadad1eb21d 2024-08-26 18:24:32,493 - DEBUG - Requesting: http://10.0.0.53:8082/project/13ccf7a1-ccd7-46b6-a0e6-10255441a6b0 2024-08-26 18:24:32,529 - INFO - Validated that VN __public__ is not found in API Server 2024-08-26 18:24:32,529 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-26 18:24:32,538 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:24:32,544 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2024-08-26 18:24:32,544 - INFO - Validated that VN __public__ is not in any agent 2024-08-26 18:24:32,544 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:24:32,550 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 18:24:32,556 - DEBUG - Requesting: http://10.0.0.53:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 18:24:32,562 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-26 18:24:32,562 - INFO - Deleting pod default:ctest-nginx-pod-87103688 2024-08-26 18:24:32,580 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 2024-08-26 18:24:32,587 - WARNING - Pod uuid f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:37,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 2024-08-26 18:24:37,596 - DEBUG - Pod f3d80a5c-61c9-49f2-a57f-f2cd9c16c501 is not in agent 10.0.0.22 VM list 2024-08-26 18:24:37,597 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f49d412-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:24:37,604 - DEBUG - VMI 2f49d412-63d8-11ef-b2c1-fa163e03482c is removed from agent 10.0.0.22 2024-08-26 18:24:37,604 - INFO - Verified that pod ctest-nginx-pod-87103688 is removed in agent 2024-08-26 18:24:37,604 - INFO - Deleting pod default:ctest-nginx-pod-74717484 2024-08-26 18:24:37,617 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c1841f11-1d18-42c8-9c15-2b6923659b8d 2024-08-26 18:24:37,642 - WARNING - Pod uuid c1841f11-1d18-42c8-9c15-2b6923659b8d is still seen in agent 10.0.0.22 VM list 2024-08-26 18:24:42,643 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c1841f11-1d18-42c8-9c15-2b6923659b8d 2024-08-26 18:24:42,651 - DEBUG - Pod c1841f11-1d18-42c8-9c15-2b6923659b8d is not in agent 10.0.0.22 VM list 2024-08-26 18:24:42,651 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2eeb087e-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:24:42,659 - DEBUG - VMI 2eeb087e-63d8-11ef-b2c1-fa163e03482c is removed from agent 10.0.0.22 2024-08-26 18:24:42,659 - INFO - Verified that pod ctest-nginx-pod-74717484 is removed in agent 2024-08-26 18:24:42,659 - INFO - Deleting service : ctest-nginx-svc-17862842 2024-08-26 18:24:42,895 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Mon Aug 26 18:23:56 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-26 18:24:42,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 18:24:42,903 - DEBUG - No XMPP flaps were noticed during the test 2024-08-26 18:24:42,903 - INFO -
2024-08-26 18:24:42,903 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:02:03]
2024-08-26 18:24:42,904 - INFO - -------------------------------------------------------------------------------- 2024-08-26 18:24:49,286 - DEBUG - [10.0.0.53]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 18:24:49,406 - DEBUG - Output : cluster_project={} 2024-08-26 18:24:49,444 - DEBUG - [10.0.0.53]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 18:24:49,572 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 18:24:49,577 - DEBUG - [10.0.0.53]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 18:24:49,700 - DEBUG - Output : cluster_project={} 2024-08-26 18:25:05,583 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:05,639 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:05,705 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:05,851 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:10,942 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:11,027 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:11,071 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:11,151 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 18:25:11,406 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 18:25:14,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2024-08-26 18:25:14,844 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-08-26 18:25:14,878 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-08-26 18:25:16,915 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-08-26 18:28:20,318 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 18:28:20,374 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0175ecb0-d55f-445e-a5aa-2f9d4169b3b3 2024-08-26 18:28:20,384 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=04195f7c-592b-407a-a87c-d5686480625a 2024-08-26 18:28:20,395 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:20,399 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68fcf69f-dc16-4a04-a80a-3b8421aeb119 2024-08-26 18:28:20,403 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:20,408 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:20,413 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:20,418 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1106d962-5b73-4b1b-adc3-22119d58f9db 2024-08-26 18:28:25,469 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:25,471 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:25,473 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=04195f7c-592b-407a-a87c-d5686480625a 2024-08-26 18:28:25,475 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=68fcf69f-dc16-4a04-a80a-3b8421aeb119 2024-08-26 18:28:25,476 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0175ecb0-d55f-445e-a5aa-2f9d4169b3b3 2024-08-26 18:28:25,477 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:25,478 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:25,479 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1106d962-5b73-4b1b-adc3-22119d58f9db 2024-08-26 18:28:25,530 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7da7bd04-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:25,532 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7bd5c7aa-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:25,534 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c52171a-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:25,535 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7d359274-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:30,528 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:30,532 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:30,534 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:30,537 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:35,538 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:35,549 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:35,558 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:35,559 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:40,564 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:40,622 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:40,624 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:40,625 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:45,573 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:45,637 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:45,639 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:45,641 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:50,581 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:50,654 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:50,656 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:50,657 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:55,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=255f6d65-9ce7-4ee2-bceb-6b935563d776 2024-08-26 18:28:55,597 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f01c190-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:55,675 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fec59144-a49a-48f9-a9b5-ef7669135efd 2024-08-26 18:28:55,677 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=efbcf20e-954d-4d82-bc0b-220344a89507 2024-08-26 18:28:55,678 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ede303ac-0b2d-43ec-9ac5-1a067cc766e3 2024-08-26 18:28:55,695 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f681d6e-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:55,696 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7e941686-63d8-11ef-b2c1-fa163e03482c 2024-08-26 18:28:55,699 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7e291764-63d8-11ef-b2c1-fa163e03482c