2024-08-21 20:46:09,026 - DEBUG - [10.0.0.61]: Running cmd : hostname 2024-08-21 20:46:09,263 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,263 - DEBUG - [10.0.0.61]: Running cmd : hostname -f 2024-08-21 20:46:09,297 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,297 - DEBUG - [10.0.0.61]: 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-21 20:46:09,372 - DEBUG - Output : NAMES contrail_test_RDytR6zai contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_schema_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_api_1 config_api_nodemgr_1 2024-08-21 20:46:09,373 - DEBUG - [10.0.0.61]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-21 20:46:09,406 - DEBUG - Output : 10.0.0.61/24 172.17.0.1/16 2024-08-21 20:46:09,407 - DEBUG - [10.0.0.61]: Running cmd : getent hosts 10.0.0.61 | head -n 1 | awk '{print $2}' 2024-08-21 20:46:09,478 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,525 - DEBUG - [10.0.0.73]: Running cmd : hostname 2024-08-21 20:46:09,728 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,728 - DEBUG - [10.0.0.73]: Running cmd : hostname -f 2024-08-21 20:46:09,751 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,752 - DEBUG - [10.0.0.73]: 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-21 20:46:09,835 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-21 20:46:09,835 - DEBUG - [10.0.0.73]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-21 20:46:09,869 - DEBUG - Output : 10.0.0.73/24 2024-08-21 20:46:09,869 - DEBUG - [10.0.0.73]: Running cmd : getent hosts 10.0.0.73 | head -n 1 | awk '{print $2}' 2024-08-21 20:46:09,893 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-575-1 2024-08-21 20:46:09,968 - INFO - Using existing project ['default-domain', 'k8s-default'](524c709a-224b-4b10-9ad2-657774076c9a) 2024-08-21 20:46:10,069 - INFO - Using existing project ['default-domain', 'k8s-default'](524c709a-224b-4b10-9ad2-657774076c9a) 2024-08-21 20:46:10,210 - INFO - ================================================================================ 2024-08-21 20:46:10,211 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-21 20:46:10,211 - 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-21 20:46:10,427 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:46:10,434 - DEBUG - Nothing to compare xmpp stats {'10.0.0.73': {'10.0.0.61': '0'}} with 2024-08-21 20:46:10,434 - INFO - Initial checks done. Running the testcase now 2024-08-21 20:46:10,434 - INFO - 2024-08-21 20:46:10,438 - INFO - Namespace default already exists 2024-08-21 20:46:10,438 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:46:10,544 - DEBUG - Output : cluster_project={} 2024-08-21 20:46:10,604 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-21 20:46:10,604 - DEBUG - Project uuid in Contrail is 524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:10,604 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-21 20:46:10,751 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-21 20:46:10,751 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_NamespaceDatabaseList?namespace_uuid=f3c06945-7e1a-471f-8702-7b438081863e 2024-08-21 20:46:10,756 - INFO - Namespace default with uuid f3c06945-7e1a-471f-8702-7b438081863e found in kube manager 2024-08-21 20:46:10,756 - INFO - Namespace default verification passed 2024-08-21 20:46:10,758 - DEBUG - Service ctest-nginx-svc-07813979 not present 2024-08-21 20:46:10,759 - INFO - Creating service ctest-nginx-svc-07813979 2024-08-21 20:46:10,774 - INFO - Created Service ctest-nginx-svc-07813979 2024-08-21 20:46:10,780 - DEBUG - Pod ctest-nginx-pod-05528063 not present 2024-08-21 20:46:10,781 - INFO - Creating Pod ctest-nginx-pod-05528063 2024-08-21 20:46:10,834 - DEBUG - Pod : ctest-nginx-pod-05528063 UUID is 001bb1af-bc8b-4724-8183-dc7b5228b0a6 2024-08-21 20:46:10,838 - DEBUG - Pod ctest-nginx-pod-78661121 not present 2024-08-21 20:46:10,839 - INFO - Creating Pod ctest-nginx-pod-78661121 2024-08-21 20:46:10,860 - DEBUG - Pod : ctest-nginx-pod-78661121 UUID is 64e7cb85-5723-4c71-81af-7d688885d410 2024-08-21 20:46:11,042 - INFO - Created VN __public__, UUID :f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:11,238 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:46:11,249 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:46:11,271 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:11,346 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:11,364 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:11,373 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:11,382 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:11,388 - DEBUG - Route Targets: [] 2024-08-21 20:46:11,388 - DEBUG - RT names not yet present for VN __public__ 2024-08-21 20:46:16,389 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:46:16,395 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:46:16,403 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:16,438 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,446 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,455 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:16,463 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:16,469 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/3c803e3b-8d28-4b9c-861f-1dd2423d348d 2024-08-21 20:46:16,475 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-21 20:46:16,475 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,482 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:16,492 - INFO - Verified VN network id 13 for VN f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,493 - INFO - Verifications in API Server for VN __public__ passed 2024-08-21 20:46:16,493 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,499 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:16,505 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:46:16,510 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/3c803e3b-8d28-4b9c-861f-1dd2423d348d 2024-08-21 20:46:16,515 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-21 20:46:16,521 - DEBUG - Control-node 10.0.0.61 : 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': '17683848082643566708', 'uuid-lslong': '11215737362203657157'}, 'enable': 'true', 'created': '2024-08-21T20:46:10', 'last-modified': '2024-08-21T20:46:11', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.383400'} 2024-08-21 20:46:16,521 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:46:16,527 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-21 20:46:16,527 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-21 20:46:16,528 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-21 20:46:16,528 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:46:16,533 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:46:16,540 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:16,576 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,583 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-21 20:46:16,583 - DEBUG - Verifying the vn in opserver 2024-08-21 20:46:16,583 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.61 2024-08-21 20:46:16,584 - DEBUG - Requesting: http://10.0.0.61:8081/analytics/uves/virtual-networks 2024-08-21 20:46:16,588 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.61:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-21 20:46:16,588 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-21 20:46:16,588 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:46:16,596 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:46:16,601 - DEBUG - Do not have enough data to verify VN in agent 2024-08-21 20:46:16,601 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:46:16,607 - DEBUG - VRF ids for VN __public__: {} 2024-08-21 20:46:16,691 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-21 20:46:16,837 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:46:16,843 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:46:16,850 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:16,882 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,895 - DEBUG - Requesting: http://10.0.0.61:8082/floating-ip-pool/cc410489-e5b9-4a82-9c6f-607b3dac75d8 2024-08-21 20:46:16,901 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:46:16,906 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:46:16,913 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:46:16,954 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/f569a623-5bf1-4074-9ba6-4db51839c3c5 2024-08-21 20:46:16,963 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-21 20:46:16,963 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-21 20:46:16,968 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-21 20:46:16,974 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-21 20:46:16,974 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-21 20:46:16,978 - DEBUG - Ingress ctest-nginx-ingress-28908390 not present 2024-08-21 20:46:16,978 - INFO - Creating Ingress ctest-nginx-ingress-28908390 2024-08-21 20:46:16,989 - INFO - Created Ingress ctest-nginx-ingress-28908390 2024-08-21 20:46:16,992 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28908390 2024-08-21 20:46:20,000 - DEBUG - For Ingress ctest-nginx-ingress-28908390, Cluster IP: 10.47.255.249, External IPs ['170.62.225.188'] 2024-08-21 20:46:20,000 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-28908390 2024-08-21 20:46:20,000 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 2024-08-21 20:46:20,006 - INFO - Ingress ctest-nginx-ingress-28908390 with uuid f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 found in kube manager 2024-08-21 20:46:20,006 - INFO - Ingress ctest-nginx-ingress-28908390 verification passed 2024-08-21 20:46:20,010 - DEBUG - Pod ctest-busybox-pod-77499879 not present 2024-08-21 20:46:20,010 - INFO - Creating Pod ctest-busybox-pod-77499879 2024-08-21 20:46:20,062 - DEBUG - Pod : ctest-busybox-pod-77499879 UUID is 45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:46:20,067 - DEBUG - Pod ctest-nginx-pod-05528063 not in running state.Currently in Pending 2024-08-21 20:46:25,075 - DEBUG - Pod ctest-nginx-pod-05528063 not in running state.Currently in Pending 2024-08-21 20:46:30,081 - INFO - Pod ctest-nginx-pod-05528063 is in running state.Got IP 10.47.255.251 2024-08-21 20:46:30,092 - DEBUG - Pod ctest-nginx-pod-05528063 has vmi 66c91656-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:46:30,092 - INFO - Verified pod ctest-nginx-pod-05528063 in contrail-api 2024-08-21 20:46:30,092 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:46:30,104 - DEBUG - VMI 66c91656-5ffe-11ef-9e5d-fa163e9822f3 is active in agent 10.0.0.73 2024-08-21 20:46:30,104 - INFO - Verified Pod ctest-nginx-pod-05528063 in agent 10.0.0.73 2024-08-21 20:46:30,104 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=001bb1af-bc8b-4724-8183-dc7b5228b0a6 2024-08-21 20:46:30,109 - INFO - Pod ctest-nginx-pod-05528063 with uuid 001bb1af-bc8b-4724-8183-dc7b5228b0a6 found in kube manager 2024-08-21 20:46:30,109 - INFO - Pod ctest-nginx-pod-05528063 verification passed 2024-08-21 20:46:30,173 - DEBUG - [Pod ctest-nginx-pod-05528063] Cmd: echo ctest-nginx-pod-05528063 > /usr/share/nginx/html/index.html, Output: 2024-08-21 20:46:30,179 - INFO - Pod ctest-nginx-pod-78661121 is in running state.Got IP 10.47.255.250 2024-08-21 20:46:30,190 - DEBUG - Pod ctest-nginx-pod-78661121 has vmi 672fac5e-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:46:30,190 - INFO - Verified pod ctest-nginx-pod-78661121 in contrail-api 2024-08-21 20:46:30,190 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:46:30,200 - DEBUG - VMI 672fac5e-5ffe-11ef-9e5d-fa163e9822f3 is active in agent 10.0.0.73 2024-08-21 20:46:30,200 - INFO - Verified Pod ctest-nginx-pod-78661121 in agent 10.0.0.73 2024-08-21 20:46:30,200 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=64e7cb85-5723-4c71-81af-7d688885d410 2024-08-21 20:46:30,204 - INFO - Pod ctest-nginx-pod-78661121 with uuid 64e7cb85-5723-4c71-81af-7d688885d410 found in kube manager 2024-08-21 20:46:30,204 - INFO - Pod ctest-nginx-pod-78661121 verification passed 2024-08-21 20:46:30,269 - DEBUG - [Pod ctest-nginx-pod-78661121] Cmd: echo ctest-nginx-pod-78661121 > /usr/share/nginx/html/index.html, Output: 2024-08-21 20:46:30,275 - DEBUG - Pod ctest-busybox-pod-77499879 not in running state.Currently in Pending 2024-08-21 20:46:35,282 - INFO - Pod ctest-busybox-pod-77499879 is in running state.Got IP 10.47.255.248 2024-08-21 20:46:35,295 - DEBUG - Pod ctest-busybox-pod-77499879 has vmi 6b820f68-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:46:35,295 - INFO - Verified pod ctest-busybox-pod-77499879 in contrail-api 2024-08-21 20:46:35,297 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:46:35,312 - DEBUG - VMI 6b820f68-5ffe-11ef-9e5d-fa163e9822f3 is active in agent 10.0.0.73 2024-08-21 20:46:35,312 - INFO - Verified Pod ctest-busybox-pod-77499879 in agent 10.0.0.73 2024-08-21 20:46:35,312 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:46:35,317 - INFO - Pod ctest-busybox-pod-77499879 with uuid 45633997-a234-4eac-b01c-84942ce97f8a found in kube manager 2024-08-21 20:46:35,318 - INFO - Pod ctest-busybox-pod-77499879 verification passed 2024-08-21 20:46:35,377 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,377 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,377 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,435 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,435 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,435 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,505 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,505 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,505 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,557 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,557 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,557 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,611 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,611 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,611 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,667 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,667 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,668 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,722 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,722 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,722 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,779 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,779 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,779 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,827 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,827 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,827 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,894 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:35,894 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,894 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:35,894 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:37,951 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:37,951 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:37,951 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,021 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,021 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,021 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,081 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,081 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,081 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,138 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,138 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,138 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,186 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,186 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,186 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,248 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,248 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,248 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,307 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,307 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,307 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,370 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,370 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,370 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,433 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,433 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,433 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,486 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:38,486 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,487 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:38,487 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:40,547 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,547 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,547 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,594 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,594 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,594 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,640 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,640 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,640 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,691 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,691 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,691 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,747 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,747 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,747 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,831 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,831 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,831 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,889 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,889 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,889 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,939 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,940 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,940 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,992 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:40,992 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:40,992 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:41,043 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:41,043 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:41,043 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:41,043 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:43,095 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:43,095 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:43,095 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:43,153 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,413 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,413 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,468 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,469 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,469 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,521 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,521 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,521 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,570 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,570 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,570 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,620 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,620 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,620 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,676 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,676 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,676 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,735 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,735 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,735 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,791 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,791 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,791 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,864 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:44,864 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,864 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:44,864 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:46,919 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:46,919 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:46,920 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:46,990 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:46,990 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:46,990 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,037 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,037 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,037 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,088 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,088 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,089 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,154 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,154 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,154 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,207 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,207 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,207 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,255 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,255 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,255 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,300 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,300 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,300 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,346 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,347 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,347 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,410 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:47,410 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,410 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:47,410 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:49,874 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:49,874 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:49,874 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:49,945 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:49,945 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:49,945 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,015 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,015 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,015 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,081 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,081 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,081 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,126 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,126 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,126 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,181 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,182 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,182 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,245 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,246 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,246 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,301 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,301 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,301 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,370 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,371 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,371 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,431 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:50,431 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,431 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:50,431 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:52,542 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,542 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,542 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,603 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,603 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,603 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,654 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,654 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,654 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,725 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,725 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,725 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,791 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,792 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,792 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,851 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,851 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,851 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,919 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,919 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,919 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,979 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:52,979 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:52,979 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:53,048 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:53,048 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:53,048 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:53,141 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:53,142 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:53,142 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:53,142 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:55,191 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,191 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,191 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,247 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,247 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,247 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,311 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,311 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,311 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,373 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,373 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,374 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,437 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,437 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,437 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,501 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,502 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,502 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,564 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,565 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,565 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,627 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,628 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,628 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,683 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,683 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,683 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,736 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:55,737 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,737 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:55,737 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:46:57,799 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:57,799 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,799 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,863 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:57,863 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,863 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,914 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:57,914 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,914 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,984 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:57,984 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:57,984 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,032 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,032 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,033 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,103 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,103 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,104 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,166 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,166 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,166 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,242 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,242 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,242 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,348 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,348 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,348 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,455 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:46:58,455 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,455 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:46:58,455 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:00,512 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,512 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,512 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,578 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,578 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,578 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,632 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,632 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,632 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,692 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,693 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,693 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,766 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,766 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,766 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,814 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,814 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,814 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,868 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,868 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,868 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,914 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,914 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,914 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,964 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:00,964 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:00,964 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:01,027 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:01,027 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:01,027 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:01,027 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:03,092 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,092 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,092 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,135 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,135 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,135 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,190 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,191 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,191 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,234 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,234 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,234 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,291 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,291 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,292 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,342 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,342 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,342 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,414 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,414 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,414 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,467 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,468 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,468 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,519 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,519 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,519 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,583 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:03,583 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,583 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:03,583 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:05,630 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,630 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,630 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,674 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,675 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,675 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,726 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,726 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,726 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,771 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,771 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,771 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,815 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,815 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,815 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,883 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,883 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,883 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,930 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,930 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,930 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,983 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:05,983 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:05,983 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:06,041 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:06,041 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:06,041 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:06,152 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:06,153 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:06,153 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:06,153 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:08,215 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,215 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,215 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,271 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,271 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,272 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,333 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,334 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,334 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,390 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,390 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,390 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,443 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,444 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,444 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,497 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,497 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,497 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,550 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,551 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,551 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,614 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,615 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,615 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,676 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,677 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,677 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,737 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:08,737 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,737 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:08,737 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:10,796 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:10,796 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,796 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,863 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:10,863 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,863 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,916 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:10,916 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,916 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,971 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:10,971 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:10,971 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,034 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,034 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,034 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,095 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,095 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,095 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,147 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,148 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,148 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,200 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,200 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,200 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,258 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,258 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,259 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,318 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:11,318 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,318 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:11,318 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:13,377 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,377 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,377 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,439 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,439 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,439 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,504 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,504 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,504 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,561 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,561 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,561 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,611 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,611 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,611 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,664 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,664 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,664 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,726 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,727 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,727 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,787 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,787 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,787 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,845 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,845 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,845 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,906 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:13,906 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,906 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:13,906 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:16,200 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,200 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,200 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,262 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,262 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,262 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,329 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,329 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,329 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,399 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,399 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,399 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,473 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,473 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,473 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,528 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,528 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,528 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,579 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,579 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,579 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,640 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,641 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,641 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,699 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,700 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,700 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,754 - DEBUG - [Pod ctest-busybox-pod-77499879] 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-21 20:47:16,755 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,755 - DEBUG - [Pod Pod ctest-busybox-pod-77499879] 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-21 20:47:16,755 - WARNING - No http hit seen for one or more pods.Pls check. Hits: {'ctest-nginx-pod-05528063': 0, 'ctest-nginx-pod-78661121': 0} 2024-08-21 20:47:16,762 - WARNING - Nothing to delete parallely 2024-08-21 20:47:16,762 - INFO - Deleting pod default:ctest-busybox-pod-77499879 2024-08-21 20:47:18,159 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:18,169 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:23,170 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:23,177 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:28,178 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:28,185 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:33,186 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:33,193 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:38,194 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:38,201 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:43,202 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:43,210 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:48,212 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:48,220 - WARNING - Pod uuid 45633997-a234-4eac-b01c-84942ce97f8a is still seen in agent 10.0.0.73 VM list 2024-08-21 20:47:53,221 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=45633997-a234-4eac-b01c-84942ce97f8a 2024-08-21 20:47:53,227 - DEBUG - Pod 45633997-a234-4eac-b01c-84942ce97f8a is not in agent 10.0.0.73 VM list 2024-08-21 20:47:53,227 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b820f68-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:47:53,234 - DEBUG - VMI 6b820f68-5ffe-11ef-9e5d-fa163e9822f3 is removed from agent 10.0.0.73 2024-08-21 20:47:53,234 - INFO - Verified that pod ctest-busybox-pod-77499879 is removed in agent 2024-08-21 20:47:53,234 - INFO - Deleting Ingress : ctest-nginx-ingress-28908390 2024-08-21 20:47:54,221 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 2024-08-21 20:47:54,227 - ERROR - Ingress ctest-nginx-ingress-28908390 with uuid f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 still found in kube manager 2024-08-21 20:47:55,228 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 2024-08-21 20:47:55,232 - INFO - Ingress ctest-nginx-ingress-28908390 with uuid f8e1e364-a6f0-4ea1-acdc-cf27d88e2b31 deleted successfully from kube manager 2024-08-21 20:47:55,232 - INFO - Verifications on Ingress %s cleanup passed 2024-08-21 20:47:55,233 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-21 20:47:55,392 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-21 20:47:55,397 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-21 20:47:55,398 - INFO - Deleting VN __public__ 2024-08-21 20:47:55,642 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7ab8afb5-a8a8-4530-a0a3-8e7e72dd386d 2024-08-21 20:47:55,647 - DEBUG - Response Code: 404 2024-08-21 20:47:55,648 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2024-08-21 20:47:55,660 - DEBUG - Requesting: http://10.0.0.61:8082/domain/f57c0433-34e5-4461-9d23-db576db7e15c 2024-08-21 20:47:55,667 - DEBUG - Requesting: http://10.0.0.61:8082/project/524c709a-224b-4b10-9ad2-657774076c9a 2024-08-21 20:47:55,715 - INFO - Validated that VN __public__ is not found in API Server 2024-08-21 20:47:55,715 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-21 20:47:56,198 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:47:56,205 - DEBUG - VN __public__ is not present in Agent 10.0.0.73 2024-08-21 20:47:56,205 - INFO - Validated that VN __public__ is not in any agent 2024-08-21 20:47:56,206 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:47:56,214 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-21 20:47:56,222 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-21 20:47:56,267 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-21 20:47:56,269 - INFO - Deleting pod default:ctest-nginx-pod-78661121 2024-08-21 20:47:56,505 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=64e7cb85-5723-4c71-81af-7d688885d410 2024-08-21 20:47:56,526 - WARNING - Pod uuid 64e7cb85-5723-4c71-81af-7d688885d410 is still seen in agent 10.0.0.73 VM list 2024-08-21 20:48:01,526 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=64e7cb85-5723-4c71-81af-7d688885d410 2024-08-21 20:48:01,534 - DEBUG - Pod 64e7cb85-5723-4c71-81af-7d688885d410 is not in agent 10.0.0.73 VM list 2024-08-21 20:48:01,534 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:672fac5e-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:48:01,541 - DEBUG - VMI 672fac5e-5ffe-11ef-9e5d-fa163e9822f3 is removed from agent 10.0.0.73 2024-08-21 20:48:01,541 - INFO - Verified that pod ctest-nginx-pod-78661121 is removed in agent 2024-08-21 20:48:01,541 - INFO - Deleting pod default:ctest-nginx-pod-05528063 2024-08-21 20:48:01,562 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=001bb1af-bc8b-4724-8183-dc7b5228b0a6 2024-08-21 20:48:01,586 - WARNING - Pod uuid 001bb1af-bc8b-4724-8183-dc7b5228b0a6 is still seen in agent 10.0.0.73 VM list 2024-08-21 20:48:06,587 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=001bb1af-bc8b-4724-8183-dc7b5228b0a6 2024-08-21 20:48:06,595 - DEBUG - Pod 001bb1af-bc8b-4724-8183-dc7b5228b0a6 is not in agent 10.0.0.73 VM list 2024-08-21 20:48:06,595 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:66c91656-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:48:06,601 - DEBUG - VMI 66c91656-5ffe-11ef-9e5d-fa163e9822f3 is removed from agent 10.0.0.73 2024-08-21 20:48:06,602 - INFO - Verified that pod ctest-nginx-pod-05528063 is removed in agent 2024-08-21 20:48:06,602 - INFO - Deleting service : ctest-nginx-svc-07813979 2024-08-21 20:48:08,353 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Wed Aug 21 20:47:16 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-21 20:48:08,354 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:48:08,361 - DEBUG - No XMPP flaps were noticed during the test 2024-08-21 20:48:08,362 - INFO -
2024-08-21 20:48:08,362 - INFO - END TEST : test_ingress_ip_assignment : FAILED[0:01:58]
2024-08-21 20:48:08,362 - INFO - -------------------------------------------------------------------------------- 2024-08-21 20:48:14,743 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:48:14,861 - DEBUG - Output : cluster_project={} 2024-08-21 20:48:14,903 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-21 20:48:15,073 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-21 20:48:15,079 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-21 20:48:15,216 - DEBUG - Output : cluster_project={} 2024-08-21 20:48:26,242 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:26,274 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:31,354 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:31,387 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:36,426 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:36,499 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:36,573 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:36,606 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-21 20:48:36,846 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:48:39,507 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_ApplicationPolicySetReq? 2024-08-21 20:48:39,516 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AclReq? 2024-08-21 20:48:39,546 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AclReq? 2024-08-21 20:48:41,577 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AclReq? 2024-08-21 20:51:43,318 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-21 20:51:43,385 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:51:43,398 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=21fe92ec-5538-400c-9765-1b3e3baaea17 2024-08-21 20:51:43,403 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:51:43,407 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=27a24c2e-44ea-471c-9f93-f80a83ed358c 2024-08-21 20:51:43,412 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:51:43,415 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=bf65f8bf-988d-433f-9801-2c390f9b75a2 2024-08-21 20:51:43,422 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:51:43,427 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=f6d4bbd3-22cb-4cd4-8e98-ff3471e3e66c 2024-08-21 20:51:48,461 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:51:48,463 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=bf65f8bf-988d-433f-9801-2c390f9b75a2 2024-08-21 20:51:48,464 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=27a24c2e-44ea-471c-9f93-f80a83ed358c 2024-08-21 20:51:48,466 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:51:48,467 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=21fe92ec-5538-400c-9765-1b3e3baaea17 2024-08-21 20:51:48,468 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:51:48,469 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=f6d4bbd3-22cb-4cd4-8e98-ff3471e3e66c 2024-08-21 20:51:48,471 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:51:48,499 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b29776c2-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:51:48,501 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b387d37e-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:51:48,503 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b318b836-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:51:48,504 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b226d2e6-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:51:53,497 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:51:53,499 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:51:53,501 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:51:53,503 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:51:58,508 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:51:58,513 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:51:58,514 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:51:58,516 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:52:03,519 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:52:03,527 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:52:03,529 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:52:03,530 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:52:08,528 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:52:08,542 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:52:08,544 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:52:08,545 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:52:13,536 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:52:13,559 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:52:13,561 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:52:13,562 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:52:18,546 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=63c2cbaf-d179-4a9b-80cd-6b6ee48db112 2024-08-21 20:52:18,553 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4757a70-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:52:18,573 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=67db17db-a339-42cc-a53c-31ae1aae9152 2024-08-21 20:52:18,574 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=6218d8a4-b8c7-4722-bafe-312e33411456 2024-08-21 20:52:18,576 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_VmListReq?uuid=d4d7a9c1-8f72-4097-9ff8-2a12f4150e9d 2024-08-21 20:52:18,586 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4ea2e06-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:52:18,589 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b556c6b0-5ffe-11ef-9e5d-fa163e9822f3 2024-08-21 20:52:18,591 - DEBUG - Requesting: http://10.0.0.73:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b404ad04-5ffe-11ef-9e5d-fa163e9822f3